freebsd-dev/sys/geom
Ruslan Ermilov 04c7da702f A GEOM cache can speed up read performance by sending fixed size
read requests to its consumer.  It has been developed to address
the problem of a horrible read performance of a 64k blocksize FS
residing on a RAID3 array with 8 data components, where a single
disk component would only get 8k read requests, thus effectively
killing disk performance under high load.  Documentation will be
provided later.  I'd like to thank Vsevolod Lobko for his bright
ideas, and Pawel Jakub Dawidek for helping me fix the nasty bug.
2006-10-06 08:27:07 +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
eli Remove trailing spaces. 2006-09-30 08:16:49 +00:00
gate Bump copyright year. 2006-09-08 10:20:44 +00:00
label Remove trailing spaces. 2006-09-30 08:16:49 +00:00
mirror Fix synchronization in gmirror and graid3 which I broken. Synchronization 2006-09-13 15:46:49 +00:00
nop Remove trailing spaces. 2006-09-30 08:16:49 +00:00
raid3 One more white space fix. 2006-09-30 08:23:06 +00:00
shsec
stripe
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
geom_ccd.c
geom_ctl.c
geom_ctl.h
geom_dev.c
geom_disk.c
geom_disk.h
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
geom_kern.c
geom_mbr_enc.c
geom_mbr.c
geom_pc98_enc.c
geom_pc98.c
geom_slice.c
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 __printflike() to gctl_error(). 2006-09-16 10:39:07 +00:00
notes