4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / sys / ufs /
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-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-02 Kirk McKusickfix bug when expanding the size of a file with truncate
1993-05-31 Kirk McKusickmv spares to allow for quad alignment of dinode
1993-05-29 Kirk McKusickadjust spares to account for bigger pid's
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd ufs_pathconf
1993-05-26 Kirk McKusickadd pathconf
1993-05-11 Kirk McKusickuse definitions of user and super-user changeable flags
1993-05-10 Kirk McKusicklike ffs, do not need to do explicit ufs_ihashrem as...
1993-05-10 Kirk McKusickdo not need to do explicit ufs_ihashrem as it will...
1993-04-29 Kirk McKusickvfinddev returns 1 for success
1993-04-29 Kirk McKusickpass special credential to allow opening of disks
1993-04-28 Kirk McKusickupdate comments to reflect reality
1993-04-27 Kirk McKusicksymbolic links take on user ownership of their containi...
1993-04-27 Kirk McKusickadd sysctl debugging; lint
1993-04-19 Kirk McKusickenable clustered read/write by default as we now believ...
1993-04-18 Kirk McKusickallow truncate to grow files as well as shrink them
1993-04-18 Kirk McKusickenable clustered read/write by default
1993-04-17 Kirk McKusickhave to call the tree delete function before freeing...
1993-04-17 Kirk McKusickufs_free_netcred needs a return value
1993-04-09 Keith Sklowernew conventions for calling routing layer
1993-04-03 Kirk McKusickmake truncate of file to the same length asynchronous
1993-03-23 Kirk McKusickavoid null references (from Torek)
1993-03-09 Keith Bostictest on VA_UTIMES_NULL was reversed
1993-03-09 Keith Bosticrename va_cflags -> va_vaflags
1993-03-06 Keith Bosticmake utime(NULL) work for POSIX 1003.1 compatibility
1993-03-05 Keith Bosticrename file flags to UF_* and SF_*, minimize name space...
1993-03-04 Keith Bosticit's used now, it's also a u_long
1993-03-04 Kirk McKusickadd checks for immutability and append-only
1993-03-04 Kirk McKusickenforce append-only mode (for NFS requests)
1993-03-01 Kirk McKusickcheck blkno on every call to try and track down the...
1993-03-01 Kirk McKusicknew approach to avoid temporary inode
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
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 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Kirk McKusickvinvalbuf and getblk take parameter to indicate interrupt
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Margo SeltzerMove argument structure declaration outside of function.
1993-01-09 Kirk McKusickcorrect fix to deleteing short symbolic links
1993-01-04 Kirk McKusickmake clustered read/write conditional (and off by defau...
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-12-10 Kirk McKusickallow downgrade of read-write to read-only (though...
1992-12-10 Kirk McKusickpanic if proc doing unlock is not proc that aquired...
1992-12-10 Kirk McKusickcollect lock holder when locking inodes
1992-12-10 Kirk McKusickffs_reload to reload state after fsck runs; code to...
1992-12-10 Margo Seltzermake calls to read and write clustering
1992-12-10 Margo Seltzeradd ihashlookup
1992-12-10 Margo Seltzeradd ufs_ihashlookup that does not lock inode (for LFS...
1992-12-10 Kirk McKusickdebugging check for identifying holder of lock
1992-12-10 Margo Seltzerget rid of explicit 64K check and debugging printf's
1992-12-05 Kirk McKusicktake next available block on drives of unknown geometry
1992-12-02 Chris Torekgotta set ip before you use it, kirk!
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-16 Kirk McKusickMNT_NOFORCE no longer has its own flag
1992-11-15 Kirk McKusickdelete ufs_iput, ufs_ilock, and ufs_iunlock
1992-11-15 Kirk McKusickreplace ufs_iput with vput; replace ILOCK and IUNLOCK...
1992-11-15 Kirk McKusickreplace use of ILOCK and IUNLOCK with VOP_LOCK and...
1992-11-15 Kirk McKusickufs_iput, ufs_ilock, and ufs_iunlock are gone, replaced...
1992-11-15 Kirk McKusickjust set lock bit, as it should never be preset
1992-11-15 Kirk McKusickILOCK and IUNLOCK are gone, now always use VOP_LOCK...
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-15 Kirk McKusickufs_iput obsoleted by vput
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-14 Kirk McKusickffs_inactive moves to ufs_inactive
1992-11-14 Kirk McKusickufs_inactive is back
1992-11-14 Kirk McKusickffs_inactive moves back into ufs_inactive
1992-11-14 Kirk McKusickclear IUPD|IACC|ICHG|IMOD flags when skipping update...
1992-11-05 Keith Bosticaccess() is supposed to return 0 if all of the desired...
1992-11-05 Keith BosticAGE flag only set for regular files, not symlinks or...
1992-11-03 Kirk McKusickincrease the size of MAXSYMLINKLEN to include indirect...
1992-11-03 Kirk McKusickAGE flag only set for regular files, not symlinks or...
1992-11-03 Margo SeltzerDetect contiguous allocation at the beginning of files and
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-24 Kirk McKusickhave to malloc temporary inode so lock can be seen...
1992-10-23 Margo SeltzerAdd exists field to indir structure. Make logical...
1992-10-23 Margo Seltzerdate and time created 92/10/22 18:42:00 by margo
1992-10-23 Margo SeltzerDo indirect block allocation in balloc instead of bmap.
1992-10-23 Kirk McKusickcheck for that NULL pointer
1992-10-09 Margo SeltzerWhen truncating indirect blocks, we cannot call bread...
1992-10-09 Margo SeltzerPlace indirect block pointer at correct offset.
1992-10-09 Margo SeltzerAdd argument to bmap. Fix accounting of segment summar...
next