convert VOP_UNLOCK and vrele into vput's; add proc parameter to union_dircache
[unix-history] / usr / src / sys / kern / vfs_cluster.c
1995-03-29 Kirk McKusickdoreallocblks moves into ffs
1995-02-15 Chris G. Demetrioucheck pointer != NULL rather than cast.
1994-07-29 Mike Hiblersigh...handle another "too much memory in buffer" bound...
1994-02-14 Mike Hibleradd sysctl debug variable to enable/disable reallocblks
1994-02-05 Kirk McKusickfirst cut at improving cluster allocation
1994-01-13 Mike Hiblermassive overhaul to the clustering strategy,
1994-01-05 Keith Bosticlint
1993-10-15 Kirk McKusickVOP_BMAP must check blkno == -1 (i.e. that we have...
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-11 Kirk McKusickbreak clustering code out of vfs_bio.c
1993-05-11 Kirk McKusickcluster debugging; goes with 7.112.1.2 in ufs/ufs_vnops.c
1993-05-11 Margo SeltzerAdd diagnostic check on cluster_rbuild to make sure...
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1992-12-10 Margo Seltzeradd read and write clustering routines
1992-12-10 Margo Seltzeradd count_lock_queue for LFS
1992-10-23 Kirk McKusickuse new queue primitives
1992-10-02 Kirk McKusickmodernize the management of the hash and free lists
1992-10-02 Kirk McKusickmodernize the management of the hash and free lists
1992-10-01 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-09-30 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-09-25 Keith Bosticget rid of unneeded lfs_flush
1992-07-13 Kirk McKusickget rid of unneeded include
1992-07-03 Kirk McKusickdelete USES
1992-06-24 Kirk McKusicklint
1992-05-16 John Heidemannvn_bwrite added as new, generic vnode op
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-02-06 Chris Torekprotect flag manipulation; cleanup of bufinit
1992-01-15 Kirk McKusickbreada gets generalized to breadn
1992-01-01 Keith Bosticadd lfs_flush routine, just a hack until Kirk's done
1991-11-02 Keith Bosticlint
1991-05-11 Kirk McKusickinclude proper copyright header
1991-05-10 Keith Bosticnew copyright; att/bsd/shared
1991-05-09 Kirk McKusickupdate from Rick Macklem for race condition in NFS
1991-05-07 Mike Karelsmove bufinit here from init_main.c
1991-05-07 Kirk McKusickmore uncontaminated code from vfs_bio.c to vfs_subr.c
1991-04-20 Kirk McKusicklint; when sync'ing, skip vnodes that are locked
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
1991-03-20 Mike Karelsexpunge user.h, other unneeded headers
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-05 Kirk McKusickmisc fixes plus diskless support from Rick Macklem
1991-01-29 Kirk McKusickcleanup comments to reflect reality; minor code cleanup...
1990-08-25 Kirk McKusickeliminate reallocbuf; merge in ufs_machdep.c
1990-06-29 Keith Bosticnew copyright notice
1990-05-31 Kirk McKusickget rid of historic (unnecessary) code
1990-05-06 Kirk McKusickhave to check that vnode is still associated with mount...
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-05-03 Kirk McKusickchecks that vfs_busy is being used
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-28 Kirk McKusickmissing splbio (from Naomi@osf)
1990-03-07 Kirk McKusickpack now takes a vnode instead of a dev
1990-02-26 Kirk McKusickhave to protect count increment with splbio to protect...
1990-02-09 Kirk McKusickreassign instead of invalidating buffers associated...
1990-01-14 Kirk McKusickminor optimization
1990-01-05 Kirk McKusickmanage dirty and clean buffer chains;
1989-12-31 Kirk McKusickblkflush is no longer used;
1989-12-23 Kirk McKusickhave to save v_mountf before vput'ing the vnode
1989-12-20 Kirk McKusickadd missing splx's
1989-12-01 Kirk McKusickmajor overhaul to generalize for a logical buffer pool
1989-11-26 Kirk McKusickhave to check both v_mount for logical buffer cache...
1989-10-16 Kirk McKusickupdated version of blkflush from Torek
1989-08-31 Kirk McKusickminor fixes for NFS
1989-08-29 Kirk McKusickget the splx's in the right place
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-08-16 Kirk McKusickhave to remember to lock buffers before trying to grab...
1989-08-16 Kirk McKusickbinval must wait for I/O to complete before marking...
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-07 Kirk McKusickbug fix from Rick Macklem
1989-05-10 Kirk McKusickmerge in vnodes
1989-04-26 Kirk McKusick../machine => machine
1987-11-13 Kirk McKusickwrite dirty buffers that are growing to avoid bread...
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1986-06-05 Kirk McKusick4.3BSD release version
1986-02-21 Mike Karelslint and cleanups from Sam
1985-10-24 Kirk McKusicksanity checks in getblk() and geteblk()
1985-09-18 Mike KarelsI've wanted to make this comment untrue for a long...
1985-09-14 Kirk McKusickwrong constant used by coincidence (PGSHIFT should...
1985-06-09 Kirk McKusickAdd copyright
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-08 Kirk McKusickavoid calling brealloc() when unnecessary
1984-01-04 Sam Lefflerpack block size into trace record for buffer cache
1983-07-29 Sam Leffler4.2 distribution
1983-07-01 Sam Lefflerpurge #if sun's
1983-06-15 Sam Lefflermove machine dependent parts out
1983-05-22 Sam Lefflermacro-ized for speeeeeeeeeeeeed
1983-05-18 Sam Lefflerchanges from sun to do swapping on variable sized devices
1983-05-07 Sam Lefflerfrom pugs@sun.UUCP; removes dirty page pushes from...
1983-05-02 Sam Leffleranother missing splx; from shannon@sun.UUCP
1983-05-02 Sam Lefflermissing splx causes long periods of running at spl6;
1983-04-05 Sam Lefflerhack, but it fixes EBADF
1982-12-20 Sam Lefflerbwrite shouldn't clear B_AGE or brelse won't put it...
1982-12-18 Sam Lefflersun merge
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-10-18 Bill Joymore lint
1982-10-18 Bill Joyfix lint
1982-09-05 Bill Joynew names for some counters
1982-08-13 Bill Joyfixes to get uio'd readi for char devs
1982-06-15 Bill Joyfixes to interactions of new fs and buffer cache with...
next