ffs_read and ffs_write shared with lfs in <ufs/ufs/ufs_rw.c>
[unix-history] / usr / src / sys / ufs / lfs /
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-12 Keith Bosticupdate for 4.4BSD
1993-05-26 Kirk McKusickadd pathconf
1993-05-10 Kirk McKusicklike ffs, do not need to do explicit ufs_ihashrem as...
1993-04-29 Kirk McKusickpass special credential to allow opening of disks
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
1993-02-03 Kirk McKusickparameter to indicate interrupt
1993-02-03 Margo SeltzerMove argument structure declaration outside of function.
1992-12-11 Margo SeltzerMove allocation and deallocation out of syscall now...
1992-12-11 Margo SeltzerMake local routines (lfs_vref, lfs_vunref) global....
1992-12-11 Margo SeltzerAdd calls to lfs_vref, lfs_vunref. More args to lfs_se...
1992-12-11 Margo SeltzerUse di_inumber, not di_inum to get on-disk inode number.
1992-12-11 Margo SeltzerUse balloc to extend Ifile.
1992-12-11 Margo SeltzerFix call to segwrite (pass SYNC and CKP flags instead...
1992-12-11 Margo SeltzerFor now, take out directory operation locking. Get...
1992-12-11 Margo SeltzerMake WRITE/WAIT thresholds higher. Add stat counting.
1992-12-11 Margo Seltzeradd segment pointer and locking pid insuperblock. ...
1992-12-11 Margo SeltzerExtend lfs_seglock and lfs_segunlock to allow the same...
1992-12-11 Margo SeltzerChange != to |= to assign flag values!
1992-11-18 Margo Seltzeruse di_inumber not di_inum.
1992-11-18 Margo SeltzerInitialize on-disk inode structure correctly. Use...
1992-11-18 Margo SeltzerIf out of buffers, sleep rather than return ENOSPC
1992-11-18 Margo SeltzerSeg read flag.
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-05 Keith BosticAGE flag only set for regular files, not symlinks or...
1992-10-25 Margo SeltzerCheck all flags, not just B_CACHE to determine if block...
1992-10-25 Margo SeltzerDon't construct 0 length partials
1992-10-23 Margo SeltzerDo indirect block allocation in balloc instead of bmap.
1992-10-09 Margo SeltzerAdd argument to bmap. Fix accounting of segment summar...
1992-10-09 Margo SeltzerUse new queue structures. Count finfos before you...
1992-10-09 Margo SeltzerRemove lfs_bmap and lfs_bmaparray calls (use ufs ones...
1992-10-09 Margo SeltzerPass flags to vinvalbuf. Use new queue structures.
1992-10-09 Margo SeltzerUse new queue structures. Initialize new fields in...
1992-10-09 Margo SeltzerUse combined ufs_bmap instead of lfs_bmap. Make lfs_re...
1992-10-09 Margo SeltzerMerge ffs/lfs bmap into ufs_bmap. Move structures...
1992-10-02 Margo SeltzerDon't change inode and superblock free count until...
1992-10-02 Margo SeltzerInitialize file info pointer fields for first iteration...
1992-10-02 Margo SeltzerAssign lfs_avail using lfs_bfree, not bfree from the...
1992-10-02 Margo SeltzerMake lfs_avail signed since it can temporarily go negative.
1992-09-30 Margo SeltzerIncrement blocks available after truncate rather than...
1992-09-15 Kirk McKusickensure that correct value is passed
1992-09-03 Margo SeltzerMake sure inode MOD bit gets set lfs_markv. Make lfs_m...
1992-09-03 Margo SeltzerMake writeinode always return a value! Get rid of...
1992-09-03 Margo SeltzerRemove INODE_INFOs. Add version to BLOCK_INFOs.
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
next