cleanup casts, spell DIAGNOSTIC correctly, inode times are now timevals
[unix-history] / usr / src / sys / ufs / ffs / ufs_vnops.c
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
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...
1990-01-14 Kirk McKusickcheck decision on doing read-ahead; add missing biodone;
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-01 Kirk McKusickitrunc has to handle logical.physical buffer cache;
1989-11-26 Kirk McKusickwrappers for read/write/close of special devices to...
1989-11-25 Kirk McKusickuse dirbad rather than printf
1989-11-25 Kirk McKusickmove in ufs_read and ufs_write from ufs_io.c;
1989-11-23 Kirk McKusickfsync takes a waitfor flag; replace rdwri with vn_rdwr;
1989-10-30 Kirk McKusickcreate spec_inodeops; convert mknod to use vgone
1989-10-25 Kirk McKusickadd ufs_reclaim entry; i_size => i_qsize for dinode.h
1989-10-17 Kirk McKusickdelete change in 7.16, only clear setuid and setgid...
1989-08-29 Kirk McKusickmust nullify the type to keep getnewbuf from looking...
1989-08-26 Kirk McKusickalways clear setuid and setgid bits when changing owner...
1989-08-17 Kirk McKusickreturn vap_bytes in bytes
1989-08-11 Kirk McKusickzero out usec fields (from Rick Macklem)
1989-07-04 Kirk McKusickdelete unnecessary check; minor cleanup
1989-06-08 Kirk McKusickreturn flags and generation number; set flags
1989-05-28 Kirk McKusickreturn directory locked (for benefit of NFS)
1989-05-20 Kirk McKusickcleanups and paranoia
1989-05-10 Kirk McKusickget the suser check in the correct places
1989-05-10 Kirk McKusickread into system space, not user space!
1989-05-10 Kirk McKusickmerge in vnodes
1989-04-27 Kirk McKusickuse new form of suser()
1989-02-17 Keith Bosticdon't allow more than LINK_MAX links
1989-01-25 Keith Bosticfix chown; don't steal groups or give away files
1987-04-19 Mike Karelsdon't clear set-gid when su creates file when not group...
1987-03-11 Kirk McKusickonly set ICHG when fsync'ing a file descriptor that...
1986-06-05 Kirk McKusick4.3BSD release version
1986-03-05 Mike Karelsrelax restrictions on *chown: allow owner to change...
1986-02-24 Mike Karelslint
1985-09-06 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Kirk McKusickallocate file table entry before creating file in case...
1985-08-27 Jim Bloomfix whole in sticky directories
1985-06-09 Kirk McKusickAdd copyright
1985-05-23 Kirk McKusickreturn EINVAL instead of ENXIO for readlink of a non...
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-02-23 Kirk McKusickinsure that directories are always a multiple of DIRBLK...
1985-01-22 Kirk McKusickcannot use ni_pdir when `namei' fails
1984-08-30 Jim BloomChange to includes. no more ../h
1984-07-28 Kirk McKusickrewrite `rename' and `rmdir' to properly invalidate...
1984-07-20 Kirk McKusickuse new `cacheinval' macro
next