#
40034 |
| 08-Feb-1990 |
mckusick |
reassign instead of invalidating buffers associated with other vnodes when doing vinvalbuf (fix for itrunc from noemi@osf.org) |
#
39895 |
| 13-Jan-1990 |
mckusick |
minor optimization |
#
39882 |
| 04-Jan-1990 |
mckusick |
manage dirty and clean buffer chains; track number of active I/O's; expand notavail inline to avoid spurious spl's |
#
39808 |
| 30-Dec-1989 |
mckusick |
blkflush is no longer used; VREF => VHOLD and vrele => HOLDRELE as buffers use holdcnts not usecounts |
#
39764 |
| 22-Dec-1989 |
mckusick |
have to save v_mountf before vput'ing the vnode |
#
39738 |
| 19-Dec-1989 |
mckusick |
add missing splx's |
#
39668 |
| 30-Nov-1989 |
mckusick |
major overhaul to generalize for a logical buffer pool |
#
39624 |
| 25-Nov-1989 |
mckusick |
have to check both v_mount for logical buffer cache and v_mounton for block devices using the physical buffer cache when doing bflush and binval |
#
39303 |
| 15-Oct-1989 |
mckusick |
updated version of blkflush from Torek |
#
38880 |
| 30-Aug-1989 |
mckusick |
minor fixes for NFS |
#
38808 |
| 28-Aug-1989 |
mckusick |
get the splx's in the right place |
#
38776 |
| 26-Aug-1989 |
mckusick |
generalize the buffer pool so that NFS can become a client |
#
38633 |
| 16-Aug-1989 |
mckusick |
have to remember to lock buffers before trying to grab them |
#
38614 |
| 15-Aug-1989 |
mckusick |
binval must wait for I/O to complete before marking a buffer INVAL; use bawrite rather than setting ASYNC flag and calling bwrite |
#
38345 |
| 27-Jun-1989 |
mckusick |
update reference counts on vnodes using VREF |
#
38225 |
| 06-Jun-1989 |
mckusick |
bug fix from Rick Macklem |
#
37736 |
| 09-May-1989 |
mckusick |
merge in vnodes |
#
37520 |
| 25-Apr-1989 |
mckusick |
../machine => machine |
#
32608 |
| 12-Nov-1987 |
mckusick |
write dirty buffers that are growing to avoid bread'ing stale data from the disk over the newer data in the buffer. |
#
30751 |
| 02-Apr-1987 |
karels |
working with pack labels |
#
30749 |
| 02-Apr-1987 |
karels |
add ifdefs for dev_bsize (almost working) |
#
29114 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
26271 |
| 20-Feb-1986 |
karels |
lint and cleanups from Sam |
#
25255 |
| 23-Oct-1985 |
mckusick |
sanity checks in getblk() and geteblk() |
#
24829 |
| 17-Sep-1985 |
karels |
I've wanted to make this comment untrue for a long time... |