BSD 4_4 release
[unix-history] / usr / src / sys / ufs / ufs / ufs_vnops.c
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1993-05-26 Kirk McKusickadd ufs_pathconf
1993-05-11 Kirk McKusickuse definitions of user and super-user changeable flags
1993-04-27 Kirk McKusicksymbolic links take on user ownership of their containi...
1993-04-27 Kirk McKusickadd sysctl debugging; lint
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 Kirk McKusickadd checks for immutability and append-only
1993-03-01 Kirk McKusickcheck blkno on every call to try and track down the...
1992-12-10 Kirk McKusickpanic if proc doing unlock is not proc that aquired...
1992-11-15 Kirk McKusickreplace ufs_iput with vput; replace ILOCK and IUNLOCK...
1992-11-05 Keith Bosticaccess() is supposed to return 0 if all of the desired...
1992-10-08 Margo SeltzerAdd extra argument to VOP_BMAP.
1992-09-14 Ralph Campbellfix bug in readdir() for old file systems & LITTLE_ENDIAN.
1992-08-11 Kirk McKusickonly set ctime when setting mtime, not when setting...
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-20 Kirk McKusicklint; remque => ufs_ihashrem
1992-07-17 Kirk McKusicksigned comparison for maxsymlinklen
1992-07-13 Kirk McKusicknew location for specdev.h include
1992-07-08 Chris TorekChris sez time is volatile
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickbuild and read directories appropriately for the type...
1992-06-26 Kirk McKusickexpand parameters to functions; READDIR drops eofflag;
1992-06-24 Kirk McKusickadd code to implement short symbolic links
1992-06-21 Kirk McKusickeliminate the fiction of NOQUAD
1992-06-20 Chris Torekgcc 2 is pickier: be consistent about static
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-19 Jan-Simon Pendryremove spurious vrele in ufs_link
1992-06-03 Kirk McKusickput frequently used arguments into separate variables
1992-06-03 Jan-Simon Pendryhave to move cross device check below the VFS interface
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemanna few direct calls cleaned up by hand
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannufs_rename made one line
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvinit changed for new vn_if
1992-05-14 John Heidemanni405 conversion
1992-05-14 Kirk McKusickcleanup casts, spell DIAGNOSTIC correctly, inode times...
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickufs_chown and ufs_chmod now take cred pointers
1992-03-28 Kirk McKusickdefine doff_t for size of directory offsets
1992-03-04 Kirk McKusickmust have directory vnode as first op
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
1992-02-26 Kirk McKusickhave to return error when bmap fails (from karels@bsdi...
1992-02-22 Kirk McKusicksymlinks are OK if not being followed
1992-02-16 Kirk McKusickget rid of random trash
1992-02-07 Kirk McKusickadd comment about on-disk formats and the format define...
1992-02-07 Kirk McKusickmove IFMT => VTYPE and VTYPE => IFMT to vnode since...
1992-02-05 Kirk McKusickcleanups and bug fixes from John
1992-02-04 John Heidemannformating
1992-02-04 John Heidemannconverted to CN; throw out unused bits
1992-01-23 John Heidemannlookup converted to new form
1991-12-20 Kirk McKusickminor lint; initialize modrev time for NFS leases
1991-12-17 Kirk McKusicknew approach for handling aliases (based on local node...
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-11-21 Marc Teitelbaumforward declared static but wasn't
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-04 Keith Bostichave to grab information before the vnode is released
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; delete file system...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-17 Kirk McKusickchange vn_ to vop_ (for marc :-)
1991-05-16 Kirk McKusickupdate rename to use new namei / lookup scheme
1991-05-12 Kirk McKusickfor kernel I/O, may not have a proc from which to check...
1991-05-09 Kirk McKusickcorrect bogus comment
1991-04-16 Kirk McKusickuse prototypes for ufs vnode ops (from specdev.h, fifo...
1991-03-26 Kirk McKusickget rid of unneeded namei
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-12 Kirk McKusickmissing iput
1991-03-12 Kirk McKusickreset directory link counts on I/O failure
1991-02-26 Kirk McKusickmove locking specific code into ufs_lockf.c; fix numero...
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-22 Kirk McKusickfixes for range locking
1991-02-04 Kirk McKusickfix check for LINK_MAX in ufs_link;
1991-02-04 Kirk McKusickif entry is gone, do not try to release the parent
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickkeep me happy about precedence
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-12-15 Keith Bosticfail if try to set VTX on file not of type directory...
1990-12-06 Kirk McKusickupdate for new VM
1990-10-20 Kirk McKusickproperly decrement reference count on directory
1990-06-29 Keith Bosticnew copyright notice
1990-06-20 Kirk McKusickmark inode dirty to force size update
1990-05-31 Kirk McKusickhave to write out inode if IO_SYNC is specified
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-30 Kirk McKusickhave to restore quota state after chown
1990-05-15 Kirk McKusickhave to set the ICHG bit when a chown succeeds
1990-05-11 Kirk McKusicklint; checkoverlap code is conditional on DIAGNOSTIC
1990-05-09 Kirk McKusickmust have vnode locked before doing ufs_access
1990-05-05 Kirk McKusickuse NULLVP
1990-05-03 Kirk McKusickiaccess moves into ufs_access; changes for the new...
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-28 Kirk McKusickva_size and va_bytes become quads
1990-03-07 Kirk McKusickreaddir now returns an eof indication
1990-03-06 Kirk McKusickprint out selected fifo information in ufs_print
1990-03-06 Kirk McKusickadd support for FIFO's
1990-02-17 Kirk McKusickmay be crossing a mount point, so must be generic
1990-01-16 Kirk McKusickadd islocked vnode op
1990-01-15 Kirk McKusickdebugging, print out information on processes holding...
next