BSD 4_4_Lite1 release
[unix-history] / usr / src / sys / ufs / lfs / lfs_inode.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
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-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
1992-11-18 Margo Seltzeruse di_inumber not di_inum.
1992-10-09 Margo SeltzerPass flags to vinvalbuf. Use new queue structures.
1992-09-30 Margo SeltzerIncrement blocks available after truncate rather than...
1992-09-02 Margo Seltzerlfs_truncate may be removing blocks that have been...
1992-08-26 Keith BosticSEGDEC should look for 0 instead of UNASSIGNED disk...
1992-08-22 Keith BosticFormatting. Change UBWRITE to VOP_BWRITE, add inode...
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's
1992-07-30 Keith Bosticcheck for negative bytes in seguse update; increment...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-23 Keith Bostictruncate doesn't need to be synchronous
1992-07-21 Keith Bosticindirect block count should be fixed by revision 7...
1992-07-21 Keith Bosticput in short symlink support; fix block counts
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-06 Keith Bosticvget becomes a VFS op (Kirk); describe ap (Kirk); use...
1992-06-23 Keith Bosticdirectory ops, unmount, minor cleanup; from Margo Seltzer
1992-06-21 Kirk McKusickeliminate the fiction of NOQUAD
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannap in lfs_truncate renamed inp because of name conflict...
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 Kirk McKusicklint; inode times are now timevals
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-04-09 Carl Staelindelete unnecessary test; check depth in case drop out...
1992-03-05 Keith Bosticmove lfs_ifind into lfs_inode.c, it's only used in...
1992-02-28 Carl Staelinduring truncate, at INDIR/DIRECT boundary, decrement...
1992-02-05 Keith Bosticuse lfs_vflush for lfs_update; update the version numbe...
1992-01-20 Keith Bosticfix bp usage, check lastseg in UPDATE_SEGUSE; from...
1992-01-19 Keith Bosticinline lfs_itod; make it handle unassiged disk addresse...
1992-01-19 Keith Bosticfirst cut at the truncate code
1992-01-19 Keith Bosticchanges to make lfs_vget retrieve the IFILE inode like...
1991-12-31 Keith Bosticminor catchup before integrating lfs_truncate
1991-12-20 Kirk McKusickslight reordering; update modrev time for NFS leases
1991-12-07 Keith BosticLFS version 2; truncate must do vinvalbuf
1991-11-09 Kirk McKusickproper setup for FIFO's
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-02 Keith Bosticcleanup ufs_vinit interface, don't typedef struct lfs now
1991-11-02 Keith Bosticdelete code common with FFS; add inode truncation code
1991-10-10 Keith Bosticlint
1991-10-03 Keith Bosticcheckpoint
1991-09-26 Keith Bosticcheckpoint, but not because it's working
1991-09-21 Keith Bosticcheckpoint before lfs_iupdat -> ITIMES; reads almost...
1991-06-04 Kirk McKusickcheck ufs lock count on exit from syscalls
1991-05-09 Kirk McKusickmore precise comments
1991-04-16 Kirk McKusickadd proc pointers to appropriate vnode operations
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-12-06 Kirk McKusickupdate for new VM
1990-08-25 Kirk McKusickbrealloc => allocbuf
1990-07-03 Trent Heinreincarnated clear of i_rdev when freeing an inode...
1990-06-29 Keith Bosticnew copyright notice
1990-05-05 Kirk McKusickmount struct prefixes go from m_ to mnt_ and M_ to...
1990-05-04 Kirk McKusickhave to take off the hash list when bread of inode...
1990-05-03 Kirk McKusickiaccess moves into ufs_access; changes for the new...
1990-03-06 Kirk McKusickreassign vnode ops for FIFO's
1990-02-09 Kirk McKusickoptimization from Noemi Paciorek <noemi@osf.org>
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1990-01-05 Kirk McKusickinitialize i_diroff; proper association of indirect...
1989-12-31 Kirk McKusicki_lastr => v_lastr; v_count => v_usecount
1989-12-30 Kirk McKusickdebugging, put in accounting for process id holding...
1989-12-20 Kirk McKusickhave to update the correct inode (from mike@cs.utah...
1989-12-01 Kirk McKusickoverhaul itrunc; cleanups to inactive; use vprintf
1989-11-26 Kirk McKusickcheckalias now sets rdev
1989-11-23 Kirk McKusicksyncip takes a waitfor flag
1989-11-22 Kirk McKusicksuppress printing of pushes of active inodes
1989-11-13 Kirk McKusickinitialize i_flag not i_flags
1989-11-11 Kirk McKusickiflush becomes vflush and moves to vfs_subr.c
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusicklint
1989-10-30 Kirk McKusickdevice uniqueness and aliasing is now handled at the...
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-22 Kirk McKusickminor cleanups
1989-10-22 Kirk McKusicktry to flush all inodes when unmounting;
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-08-11 Kirk McKusickpurge vnode type when unneeded and returned to the...
1989-07-17 Kirk McKusickdetect release of free inodes (from stale file handles)
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-08 Kirk McKusickcompatibility code to assign a generation number to...
1989-06-07 Kirk McKusickput in explicit lock and unlock so that locking can...
1989-05-10 Kirk McKusickmerge in vnodes
1987-06-22 Kirk McKusickgeteblk => malloc for copy of indirect pointers
1987-06-22 Kirk McKusickgeteblk => malloc, so m_bufp => m_fs as it should be
1987-06-05 Kirk McKusickchange free() to blkfree() to allow for malloc()/free()
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1986-06-05 Kirk McKusick4.3BSD release version
next