only delete space used by inode, on inode deletion; required
[unix-history] / usr / src / sys / ufs / lfs / lfs_inode.c
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
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 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)
1986-06-05 Kirk McKusick4.3BSD release version
1986-02-24 Mike Karelslint
1986-02-21 Mike Karelslint and cleanups from Sam
1985-09-05 Jim Bloomlint cleanup
1985-06-09 Kirk McKusickAdd copyright
1985-03-21 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-14 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-02-12 Kirk McKusickmust zero out unused portion of partial blocks when...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-04 Kirk McKusickincrease size of hash table header to reduce collisions
1984-07-20 Kirk McKusickuse new `cacheinval' macro
1984-07-16 Mike Karelsiget must lock old inode before dqrele()
1984-07-05 Kirk McKusicksave time, use ILOCK and IUNLOCK to avoid call overhead
1984-07-03 Kirk McKusickeliminate unnecessary panic when id's wrap
1984-06-28 Sam Lefflerconvert namei cache to hold soft references to inodes...
1984-05-23 Mike Karelsremove paranoid test; make hashsize a power of two...
1984-02-16 Mike Karelsuse ITIME in irele to update times in irele without...
1984-02-08 Mike Karelsforce iupdate from irele if count still > 0,
1983-07-29 Sam Leffler4.2 distribution
1983-06-11 Sam Lefflerupdate inode time stamps when no work so touch works
1983-05-22 Sam Lefflerindirtrunc always returns blocks released for use with...
1983-03-16 Sam Lefflerbotched non-QUOTA code (from kre)
1983-02-11 Sam Lefflerguard against negative mod parameters
1983-02-06 Sam Lefflerrewrite itrunc and indirtrunc to work (and handle tripl...
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-10-24 Bill Joymissing declaration of size
1982-10-20 Bill Joymore lint
1982-10-18 Bill Joymore lint
1982-10-18 Bill Joylint
1982-10-18 Bill Joyfix lint
1982-10-11 Bill Joymove vax header files to their own directory
1982-09-07 Bill Joy(no message)
1982-08-11 Sam Lefflernew fs system calls prior to truncate and rename
1982-08-04 Sam Lefflercosmetics
1982-07-31 Sam Lefflerrewrite of nami + reorganization of wdir
1982-07-26 Bill Joypull maknode and wdir to ufs_nami.c
1982-07-25 Bill Joymerge with calder
1982-07-23 Robert Elzdisc quotas
1982-07-04 Robert Elzcomplete fix of 4.15 (clear i_rdev in real inode before
1982-07-02 Robert Elzreplace 2 lines accidentally dropped in 4.13
1982-07-01 Bill Joyclear dino on disk in itrunc in all cases
next