freebsd_amp_hwpstate/sys/ufs
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
..
ffs Submitted by: Archie and me. 1996-11-13 01:45:56 +00:00
lfs Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:56:36 +00:00
mfs struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs. 1996-11-04 20:53:02 +00:00
ufs This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:45:28 +00:00