Use balloc to extend Ifile.
[unix-history] / usr / src / sys / ufs / lfs / lfs_syscalls.c
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-10-25 Margo SeltzerCheck all flags, not just B_CACHE to determine if block...
1992-10-09 Margo SeltzerAdd argument to bmap. Fix accounting of segment summar...
1992-10-02 Margo SeltzerInitialize file info pointer fields for first iteration...
1992-09-03 Margo SeltzerMake sure inode MOD bit gets set lfs_markv. Make lfs_m...
1992-09-02 Keith BosticGet ifile inode address from superblock not ifile....
1992-08-27 Keith BosticMake sure that inodes are locked after you copy content...
1992-08-26 Keith BosticSegment structure now takes a vnode, make sure it gets...
1992-08-22 Keith BosticMake lfs_markv perform segment writing. It sets up...
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's
1992-08-02 Keith Bosticget ifile address out of superblock; fix byte accounting
1992-07-24 Keith BosticDo block accounting in terms of sectors. Do block...
1992-07-08 Kirk McKusickvolatile poison
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickdelete USES_VOP
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 Kirk McKusickinode times are now timevals
1992-03-19 Keith Bosticno changes, just make it a little more obvious
1992-03-04 Keith Bosticfree'ing wrong pointer on error
1992-03-04 Keith Bosticfree'ing the wrong pointer when copyin fails; minor...
1992-01-11 Keith Bosticvarious bug fixes to make system calls work; from Carl
1992-01-01 Keith Bosticnbytes shouldn't include superblocks or summary blocks
1992-01-01 Keith Bosticfix lfs_markv code to check right order of things,...
1991-12-16 Keith Bosticupdate byte count on segments marked clean
1991-12-15 Keith Bosticuse LFS_IRELEASE/LFS_IWRITE macros
1991-12-15 Keith Bosticupdate cleaner info when marking a segment clean
1991-12-12 Keith BosticLFS version 2; cleaner system calls