freebsd-nq/sys/gnu/ext2fs
John Dyson 87241caa43 This commit is the embodiment of some VFS read clustering improvements.
Firstly, now our read-ahead clustering is on a file descriptor basis and not
on a per-vnode basis.  This will allow multiple processes reading the
same file to take advantage of read-ahead clustering.  Secondly, there
previously was a problem with large reads still using the ramp-up
algorithm.  Of course, that was bogus, and now we read the entire
"chunk" off of the disk in one operation.   The read-ahead clustering
algorithm should use less CPU than the previous also (I hope :-)).
1996-12-29 02:44:37 +00:00
..
COPYRIGHT.INFO
ext2_alloc.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
ext2_balloc.c
ext2_bmap.c
ext2_extern.h
ext2_fs_i.h
ext2_fs_sb.h
ext2_fs.h
ext2_ihash.c
ext2_inode_cnv.c Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:51:12 +00:00
ext2_inode.c Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:51:12 +00:00
ext2_linux_balloc.c
ext2_linux_ialloc.c
ext2_lookup.c Fixed lookup of ".." in checkpath. It always failed, so renames of 1996-11-09 10:25:04 +00:00
ext2_mount.h
ext2_readwrite.c This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:44:37 +00:00
ext2_subr.c
ext2_vfsops.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
ext2_vnops.c Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00
fs.h
i386-bitops.h
inode.h In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00