BSD 4_4_Lite1 release
[unix-history] / usr / src / sys / ufs / lfs / lfs_segment.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure; no...
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1992-12-11 Margo SeltzerMake local routines (lfs_vref, lfs_vunref) global....
1992-10-25 Margo SeltzerDon't construct 0 length partials
1992-10-09 Margo SeltzerUse new queue structures. Count finfos before you...
1992-09-03 Margo SeltzerMake writeinode always return a value! Get rid of...
1992-09-02 Margo SeltzerMake lfs_vflush perform a checkpoint if necessary....
1992-08-29 Keith BosticYou may create dirty ifile blocks on a checkpoint if...
1992-08-28 Keith BosticMake sure you don't use buffers after you brelse/bwrite...
1992-08-27 Keith BosticHang temporary buffers off the devvp, not the ifile...
1992-08-26 Keith BosticPut a vnode pointer in the segment structure.
1992-08-22 Keith BosticMove SEGMENT structure definition to include for use...
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's
1992-08-02 Keith Bosticmake sure initseg always gets called before writeseg...
1992-07-26 Keith BosticIfile inode address is maintained in the superblock...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-23 Keith Bosticdon't end up with dirty ifile buffers after vflush...
1992-07-21 Keith Bosticfix count allocation of indirect blocks
1992-07-13 Kirk McKusicknew location for fifofs and specfs
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); use lfs_seglock/unlock...
1992-06-23 Keith Bosticdirectory ops, unmount, minor cleanup; from Margo Seltzer
1992-05-16 John Heidemanndirect vop calls cleaned up by hand
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-05 Keith Bosticlint
1992-04-09 Carl Staelinreacquire the dirtyblk list if write a segment during...
1992-03-19 Keith Bosticfree memory on sleep error
1992-03-04 Keith Bosticset saveaddr to NULL, otherwise will re-free space...
1992-02-29 Keith Bosticcopy individual buffers into 56K chunks for disk I/O
1992-02-28 Carl Staelinissue wakeup when enter a new segment (previous was...
1992-02-06 Kirk McKusicklint
1992-02-05 Keith Bosticadd lfs_vflush to flush a single vnode; permit flushing...
1992-01-01 Keith Bosticset time before the checksum...
1992-01-01 Keith Bosticdatosn, sntoda moved to lfs.h; check v_dirtyblkhd in...
1991-12-31 Keith Bosticlots of minor reworking, lock the IFILE vnode before...
1991-12-15 Keith Bosticchange lfs_newseg to do all the lastseg/curseg/newseg...
1991-12-14 Keith Bosticupdate the superblock
1991-12-14 Keith Bosticmajor fixes to buffer queueing, segment structure;...
1991-12-07 Keith BosticLFS version 2; partial segments, new framing structure...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith Bosticminor cleanups, checkpoint before integration
1991-10-11 Keith Bosticprintf cleanup, it seems to work
1991-10-10 Keith Bosticcheckpoint after Margo's changes to make sync work
1991-10-04 Keith Bosticcheckpoint; lots of minor stuff, synchronization redone...
1991-10-03 Keith Bosticcheckpoint
1991-09-26 Keith Bosticdate and time created 91/09/25 14:34:19 by bostic
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1979-09-27 CSRGStart development on BSD 4_4