BSD-SCCS END release
[unix-history] / usr / src / sys / ufs / lfs /
1992-09-02 Keith BosticGet ifile inode address from superblock not ifile....
1992-09-02 Margo SeltzerCheck for free space during allocation (need to figure...
1992-09-02 Margo SeltzerMake lfs_vflush perform a checkpoint if necessary....
1992-09-02 Margo Seltzerlfs_truncate may be removing blocks that have been...
1992-09-02 Margo SeltzerCheck for out of space condition before extending ifile.
1992-09-02 Margo SeltzerUse new block counts to set statfs structures.
1992-09-02 Margo SeltzerDo not invalidate buffers that you return ENOSPC on...
1992-09-02 Margo SeltzerAdd macros to determine if there are enough free blocks...
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-28 Keith BosticDo not lock inode during entire read/write operations...
1992-08-27 Keith BosticHang temporary buffers off the devvp, not the ifile...
1992-08-27 Keith BosticAdd lfs_close to get rid of ITIMES modifying inode...
1992-08-27 Keith BosticMake sure that inodes are locked after you copy content...
1992-08-27 Keith BosticMake an lfs specific copy of close so that we can count...
1992-08-27 Keith BosticWakeup the cleaner when we run out of disk space.
1992-08-26 Keith BosticSegment structure now takes a vnode, make sure it gets...
1992-08-26 Keith Bosticgetblk cannot return a NULL bp, don't bother checking...
1992-08-26 Keith BosticPut a vnode pointer in the segment structure.
1992-08-26 Keith BosticSEGDEC should look for 0 instead of UNASSIGNED disk...
1992-08-26 Keith BosticCheck for valid bp after balloc instead of later since...
1992-08-26 Keith BosticAdd vnode pointer to segment structure so that updateme...
1992-08-22 Keith BosticCreate indirect blocks as soon as the associated data...
1992-08-22 Keith BosticMake lfs_markv perform segment writing. It sets up...
1992-08-22 Keith BosticMove SEGMENT structure definition to include for use...
1992-08-22 Keith BosticAdd lfs_check and lfs_getattr; make lfs_newbuf visible for
1992-08-22 Keith BosticFormatting. Change UBWRITE to VOP_BWRITE, add inode...
1992-08-22 Keith BosticChange LFS_UBWRITE calls to VOP_BWRITE, add inode accou...
1992-08-22 Keith BosticMake a local getattr that doesn't call ITIMES (temporar...
1992-08-22 Keith BosticFix threshholds for kicking off a write. Make lfs_bwri...
1992-08-22 Keith BosticAdd fields in struct lfs for available space accounting...
1992-08-12 Kirk McKusickuse radix tree code to match exported host addresses...
1992-08-03 Keith Bostica new one.
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's; move vrele in unmount so if...
1992-08-02 Keith BosticFixed that one.
1992-08-02 Keith Bosticget ifile address out of superblock; fix byte accounting
1992-08-02 Keith Bosticmake sure initseg always gets called before writeseg...
1992-08-02 Keith Bosticupdate for 4.4BSD-Alpha
1992-07-31 Keith BosticFix SEGUPD and SEGTABSZ macros.
1992-07-30 Keith Bosticcheck for negative bytes in seguse update; increment...
1992-07-30 Keith Bosticno longer need printfs; extending ifile now works
1992-07-26 Keith BosticIfile inode address is maintained in the superblock...
1992-07-25 Keith BosticLogical block number in BLOCK_INFO should be daddr_t...
1992-07-24 Keith BosticDo block accounting when lfs_balloc allocates an indire...
1992-07-24 Keith BosticDo block accounting in terms of sectors. Do block...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticPrint out new fields in superblock.
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of sectors not file system...
1992-07-24 Keith BosticAdd number of summary blocks and number of inode blocks...
1992-07-23 Keith Bosticdon't end up with dirty ifile buffers after vflush...
1992-07-23 Keith Bostictruncate doesn't need to be synchronous
1992-07-23 Keith Bosticfix fs assignment; clear seglock and set clean on mount
1992-07-23 Keith Bosticdelete unnecessary splbio's;
1992-07-23 Keith Bosticadd LFS_SYNC, so that "synchronous" operations don...
1992-07-21 Keith Bosticcreation miscfs; rewrite lfs_read to make it look like...
1992-07-21 Keith Bosticindirect block count should be fixed by revision 7...
1992-07-21 Keith Bosticfix count allocation of indirect blocks
1992-07-21 Keith BosticNULL pointer deref fix; fix block counts
1992-07-21 Keith Bosticput in short symlink support; fix block counts
1992-07-21 Keith Bosticcompute number of inode blocks in terms of disk blocks
1992-07-21 Keith Bosticadd lfs_maxfilesize
1992-07-21 Keith Bosticupdate
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-14 Keith Bosticnote that next segment pointer no longer needed
1992-07-13 Kirk McKusicknew include location for specdev.h
1992-07-13 Kirk McKusickspecdev.h moves to new location
1992-07-13 Kirk McKusicknew location for specdev.h
1992-07-13 Kirk McKusicknew location for fifofs and specfs
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-08 Kirk McKusickvolatile poison
1992-07-07 Kirk McKusicknew parameters to fhtovp
1992-07-07 Kirk McKusickexport verification is now done in fhtovp
1992-07-06 Keith Bosticvget becomes a VFS op (Kirk); describe ap (Kirk); use...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); vget became a VFS...
1992-07-06 Keith Bosticadd ap description (Kirk); vget becomes a VFS op (Kirk...
1992-07-06 Keith Bosticdescribe ap (Kirk); delete lfs_mntinvalbuf, lfs_vinvalb...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); use lfs_seglock/unlock...
1992-07-06 Keith Bosticrestructure vnode walk and dirty block invalidation...
1992-07-06 Keith Bosticneeds <sys/mount.h>
1992-07-06 Keith Bosticdescribe ap structure (Kirk); Melton fix for NULL indir...
1992-07-06 Margo Seltzerdescribe ap structure (Kirk); make VDIROP set right
1992-07-06 Keith Bosticminor cleanups, add seglock to synchronize segment...
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickdelete USES_VOP
1992-07-03 Kirk McKusickexpand vop args
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-23 Keith Bosticdirectory ops, unmount, minor cleanup; from Margo Seltzer
1992-06-23 Keith Bosticfix the includes
1992-06-23 Keith Bosticdelete PMAP_BUG_FIX_HACK for now, until see the bug...
1992-06-23 Keith Bosticcheckpoint
1992-06-23 Keith Bosticchecpoint
1992-06-21 Kirk McKusickeliminate the fiction of NOQUAD
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-18 Kirk McKusickcleanups of ap->a_*; need to define vfree for spec...
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemanndirect vop calls cleaned up by hand
next