1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/geom
Pawel Jakub Dawidek a23d879f34 Add gjournal GEOM class (kernel side), which implements block level
journaling and can be tought about marking file system as clean before
doing journal switch, which easly allows to add journaling to file
systems that don't have this feature.

Sponsored by:	home.pl
2006-10-31 21:31:00 +00:00
..
bde Commit the results of the typo hunt by Darren Pilgrim. 2006-08-04 07:56:35 +00:00
cache A GEOM cache can speed up read performance by sending fixed size 2006-10-06 08:27:07 +00:00
concat Implement BIO_FLUSH handling by simply passing it down to the components. 2006-10-31 21:23:51 +00:00
eli Implement BIO_FLUSH handling by simply passing it down to the components. 2006-10-31 21:23:51 +00:00
gate Bump copyright year. 2006-09-08 10:20:44 +00:00
journal Add gjournal GEOM class (kernel side), which implements block level 2006-10-31 21:31:00 +00:00
label Remove trailing spaces. 2006-09-30 08:16:49 +00:00
mirror Implement BIO_FLUSH handling by simply passing it down to the components. 2006-10-31 21:23:51 +00:00
nop Remove trailing spaces. 2006-09-30 08:16:49 +00:00
raid3 Implement BIO_FLUSH handling by simply passing it down to the components. 2006-10-31 21:23:51 +00:00
shsec
stripe Implement BIO_FLUSH handling by simply passing it down to the components. 2006-10-31 21:23:51 +00:00
uzip
vinum while (0); -> while (0) in multi-line macros 2006-08-17 22:50:33 +00:00
zero
geom_aes.c
geom_apple.c
geom_bsd_enc.c
geom_bsd.c Remove the trailing half of a sentence which was clearly superceded 2006-05-24 11:02:32 +00:00
geom_ccd.c Make CCD be able to read and write Linux software raids. 2006-04-13 20:35:31 +00:00
geom_ctl.c Change gctl_set_param() to return an error instead of setting an 2006-04-07 16:19:48 +00:00
geom_ctl.h
geom_dev.c In g_dev_strategy(), when failing an IO request with EINVAL due to 2006-06-18 22:01:15 +00:00
geom_disk.c Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk 2006-10-31 21:12:43 +00:00
geom_disk.h Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk 2006-10-31 21:12:43 +00:00
geom_dump.c
geom_event.c Delay an orphan event if provider has still in-flight I/O requests. 2006-09-10 09:11:54 +00:00
geom_fox.c
geom_gpt.c Strengthen the check for a PMBR: 2006-08-09 20:53:01 +00:00
geom_int.h
geom_io.c Add a new I/O request - BIO_FLUSH, which basically tells providers below to 2006-10-31 21:11:21 +00:00
geom_kern.c
geom_mbr_enc.c
geom_mbr.c
geom_pc98_enc.c
geom_pc98.c
geom_slice.c Implement BIO_FLUSH handling by simply passing it down to the components. 2006-10-31 21:23:51 +00:00
geom_slice.h
geom_subr.c Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if 2006-09-15 16:36:45 +00:00
geom_sunlabel_enc.c
geom_sunlabel.c
geom_vfs.c
geom_vfs.h
geom_vol_ffs.c
geom.h Add a new I/O request - BIO_FLUSH, which basically tells providers below to 2006-10-31 21:11:21 +00:00
notes