more-or-less working with new proc & user structs
[unix-history] / usr / src / sys / kern / vfs_cluster.c
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...
1982-06-08 Kirk McKusickfix read-ahead block calculation
1982-06-02 Kirk McKusickincorporate brealloc into geteblk()
1982-06-01 Kirk McKusickclean up code; put common queue operations into macros
1982-05-23 Kirk McKusickclean up code; put common list operations into macros
1982-05-23 Kirk McKusickbreak swap() and physio() out of bio.c
1982-05-13 Sam Lefflerheavily reorganized
1982-04-20 Kirk McKusickmerge in the new file system
1982-04-01 Bill Joy63k < 65536, but 65k >
1982-03-27 Bill Joymissing splx(s); raise physio size limit to 65k
1982-03-14 Sam Lefflerlint
1982-01-18 Bill Joymake bio and disk drivers not do spl0 so can call from...
1982-01-17 Bill Joyfix up rebooting via spl changes in getblk
1981-07-26 Bill Joyrestore sccs line
1981-07-26 Bill Joyfixed fsdtodb() spuriously in trace() calls by removing
1981-05-09 Bill Joyfix bug in physio which weirded out tape drive
1981-04-24 Bill Joycount pages paged out
1981-04-24 Bill Joyfix per mja@cmu
1981-03-12 Bill Joyfix trace code
1981-03-09 Bill Joy%G% -> %E%
1981-03-09 Bill Joylint
1981-03-07 Bill Joyuprintf when user procs killed
1981-02-28 Bill Joysystem sized at boot version
1981-02-26 Bill Joycosmetic for new config and 750/780
1981-02-26 Bill Joydont throw away super-blocks on error
1981-02-16 Robert Elzbootable autoconf version
1981-02-11 Robert Elzfirst compiling autoconf version
1981-02-08 Robert Elzinvalidate buffer cache (correctly, through hash headers)
1981-02-04 Bill Joyrandom reference (still) to b_hlink
1981-02-02 Bill Joyfix to incore()
1981-02-01 Bill Joynew hashing and buffer queue stuff
1981-01-29 Robert Elzbuffer invalidate routine and checks for B_INVAL flag
1980-12-27 Bill Joyadd EPAWNJ tracing
1980-11-25 Bill Joyrecover from out of range block numbers
1980-11-10 Bill Joyminor lint
1980-11-10 Bill Joystamp for 4bsd
1980-09-17 Bill Joyfix bufunhash race condition
1980-08-25 Bill Joyfix race in swap which was crashing system regularly
1980-07-30 Bill Joynew mba stuff
1980-07-20 Bill Joyreturn in iodone
1980-06-25 Bill Joyno swplo
next