4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / sys / ufs / ffs / ffs_vnops.c
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-26 Kirk McKusickadd pathconf
1993-04-19 Kirk McKusickenable clustered read/write by default as we now believ...
1993-04-18 Kirk McKusickenable clustered read/write by default
1993-03-04 Kirk McKusickenforce append-only mode (for NFS requests)
1993-01-04 Kirk McKusickmake clustered read/write conditional (and off by defau...
1992-12-10 Margo Seltzermake calls to read and write clustering
1992-11-14 Kirk McKusickffs_inactive moves back into ufs_inactive
1992-11-03 Kirk McKusickAGE flag only set for regular files, not symlinks or...
1992-10-23 Kirk McKusickcheck for that NULL pointer
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Margo SeltzerUse ufs_bmap rather than ffs_bmap.
1992-07-17 Kirk McKusickmaxsymlinklen must be signed comparison
1992-07-15 Kirk McKusickbe paranoid about big file sizes
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-13 Kirk McKusicknew include location for fifofs and specfs
1992-07-13 Kirk McKusickput back in size check to avoid problems with quad...
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-03 Kirk McKusickdelete vget vop declarations; delete USES
1992-06-26 Kirk McKusickspec and fifo ops need to use ffs_fsync; add parameters...
1992-06-24 Kirk McKusickno such thing as EFBIG on read; panic if reading short...
1992-06-18 Kirk McKusickneed to define vfree for spec and fifo ops
1992-06-16 John Heidemanncosmetic fixes to vnodeop vector delcs
1992-06-05 Kirk McKusickhave to limit the file size to the maximum that the...
1992-06-05 Kirk McKusickfinished registerizing vnodeop ops after vnode interfac...
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemannbwrite -> vn_bwrite for vn_if change
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-05 Kirk McKusicklint
1992-04-22 Kirk McKusickhave to pass down cred to block allocation routines
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-04-14 Kirk McKusicklint
1992-03-27 Kirk McKusickensure proper types for local variables
1992-03-23 Ralph Campbellremove ITOV and use vnode pointer instead.
1992-02-04 John Heidemannmaknode goes away
1992-01-15 Kirk McKusickbreada generalizes to breadn
1991-12-20 Kirk McKusickmust cast long argument to vnode_pager_setsize
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move everything but...
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
next