BSD-SCCS END release
[unix-history] / usr / src / sys / ufs / lfs /
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-06-10 Margo SeltzerUpdate to handle fragments correctly (set bsize to...
1995-06-10 Margo SeltzerDo wakeups on both generic cleaner location as well...
1995-06-10 Margo SeltzerUse ufs_inactive instead of lfs-specific inactive routine.
1995-06-10 Margo SeltzerDo wakeup on next seg as well as generic cleaner wakeup...
1995-05-20 Kirk McKusickmerge vfs_lock and vfs_busy; interlock mount points...
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusickdelete paranoia; get lock status from lock manager
1995-05-14 Kirk McKusicknew lock initialization
1995-05-14 Kirk McKusickufs_reclaim gets proc pointer
1995-05-11 Kirk McKusickmountroot should fail, not panic
1995-05-11 Kirk McKusickdefine lfs_mountroot
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-09 Kirk McKusickget rid of unused um_relvp
1995-05-09 Kirk McKusickmissing decl
1995-05-09 Kirk McKusickupdate from margo
1995-03-31 Kirk McKusicklfs_init moves in from lfs_inode.c; MOUNT_LFS => lfs_mo...
1995-03-31 Kirk McKusickMOUNT_LFS becomes lfs_mount_type
1995-03-31 Kirk McKusicklfs_init moves to lfs_vfsops.c
1995-03-31 Kirk McKusickadd lfs_sysctl and lfs_mount_type
1995-03-29 Kirk McKusickgetvfs => vfs_getvfs
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t
1995-03-21 Kirk McKusickconvert from timespec to explicit types
1995-03-19 Kirk McKusickreverse arguments to VOP_LINK (to get them right)
1995-02-23 Kirk McKusickadd vop_revoke
1995-01-03 Kirk McKusickquad => int64_t
1995-01-03 Kirk McKusickYou can't do pointer arithmetic on a void* in ANSI...
1995-01-03 Kirk McKusickPad struct lfs out to 512 bytes so we don't try to...
1994-11-22 Kirk McKusickclean up use of cred
1994-11-22 Kirk McKusickget rid of FSCRED; clean up use of NOCRED
1994-10-10 Kirk McKusickfix checksum so it does not use illegal lvalue cast...
1994-08-11 Kirk McKusickadd vop_lease
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-15 Kirk McKusickupdates for user permissible mounts
1994-07-09 Kirk McKusickchanges for 64-bit machines (from bostic)
1994-06-17 Kirk McKusickbreak out reclaim operations (from mycroft)
1994-06-17 Kirk McKusickdumb error (from mycroft)
1994-06-16 Marshall Kirk McKusickadd initialization of mnt_maxsymlinklen (from mycroft)
1994-06-16 Marshall Kirk McKusickadd lfs_maxsymlinklen (from mycroft)
1994-04-21 Keith BosticIn lfs_markv, we need to check if there are blocks...
1994-04-16 Keith Bosticmerge ffs_root and lfs_root into ufs_root
1994-04-09 Jan-Simon Pendrypass V_SAVE to vinvalbuf
1994-01-14 Keith Bosticthe Sparc isn't handling structures passed to the kerne...
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure; no...
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickstub to avoid ufs_inactive
1993-12-31 Kirk McKusicknew queue structure
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-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith Bosticmerge {lfs,ffs}_{read,write}; Cleanups for 4.4BSD-Lite
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.
next