freebsd-dev/sys/fs/cd9660
John Dyson 8b612c4b4a 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 :-)).

NOTE:  THAT LKMS MUST BE REBUILT!!!
1996-12-29 02:45:28 +00:00
..
cd9660_bmap.c Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
cd9660_lookup.c Fix signed/unsigned comparison warnings. 1996-10-20 21:01:46 +00:00
cd9660_mount.h Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:20:10 +00:00
cd9660_node.c Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:51:12 +00:00
cd9660_node.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
cd9660_rrip.c Added prototypes. 1995-12-03 17:14:38 +00:00
cd9660_rrip.h Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
cd9660_util.c There is a small bug in the cd9660 code that prevents stating of 1995-07-16 10:20:56 +00:00
cd9660_vfsops.c Make a lot of stuff static. 1995-10-31 12:13:49 +00:00
cd9660_vnops.c This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:45:28 +00:00
iso_rrip.h Added $Id$ 1994-08-02 07:55:43 +00:00
iso.h Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
TODO Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
TODO.hibler Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:20:10 +00:00