4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / sys / nfs / nfs_vnops.c
1993-06-17 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-17 Kirk McKusickfix for trashed TCP/IP connections from Macklem
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-26 Kirk McKusicklease buglet from Macklem
1993-05-26 Kirk McKusickadd pathconf
1993-05-04 Kirk McKusickthe final polish to leases from Rick Macklem
1993-04-18 Kirk McKusicktake gid from parent directory, not user
1993-03-31 Kirk McKusickeliminate flags and generation number in times hack
1993-02-03 Kirk McKusicknfs_bwrite => vn_bwrite
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1992-12-01 Kirk McKusickcheck name length before entering in cache
1992-11-11 Kirk McKusickuse local access checks when NQNFS ACCESS check cannot...
1992-11-02 Kirk McKusickfix from Jeff Forys for tracking changing NFS file...
1992-10-13 Kirk McKusickbawrite does not return a value
1992-10-10 Kirk McKusickhave to dup, not copy credentials in nfs_doio
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Margo SeltzerAdd comment for extra argument in bmap call.
1992-10-02 Kirk McKusickupdate to modern list management
1992-10-01 Kirk McKusickSeptember update from Rick Macklem to add accept protoc...
1992-09-23 Kirk McKusickdo not update local times of special devices on stat...
1992-09-17 Kirk McKusickupdate from Rick Macklem
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-14 Kirk McKusickminor optimization
1992-07-13 Kirk McKusicknew location for includes
1992-07-13 Kirk McKusickclear d_type for normal nfs_readdir; set it when using...
1992-07-07 Kirk McKusickstruct readdir should really be struct dirent since...
1992-07-03 Kirk McKusickadd paramter declarations; delete USES; streamline...
1992-06-26 Kirk McKusickneed to use nfs_fsync for spec and fifo hybrid ops;
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-19 Jan-Simon Pendryremove spurious vrele in nfs_link
1992-06-18 Kirk McKusickfor now update times when reading or writing
1992-06-03 Kirk McKusickput frequently used arguments into separate variables
1992-06-03 Kirk McKusickfix to locally record mtime and atime on NFS nodes
1992-06-03 Jan-Simon Pendryhave to move cross device check below the VFS interface
1992-05-21 Kirk McKusickupdate for spec and fifo times for NFS (from Macklem)
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemannbwrite->vn_bwrite and vfree returns error for vn_if
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannnfs_rename made one line
1992-05-14 John Heidemannvnode interface conversion
1992-05-05 Kirk McKusicklint; clean up include directives
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-03-04 Kirk McKusickmust have directory vnode as first op;
1992-02-07 Kirk McKusickget rid of ufs dependencies; define RPC format of direc...
1992-02-04 John Heidemanncleanups for new nameidata organization
1992-01-23 John Heidemannlookup converted to new form
1992-01-15 Kirk McKusickupdate from Rick Macklem (including leases)
1991-12-17 Kirk McKusicksillyrename now in nfsnode
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-02 Keith Bosticufs moved down one level
1991-09-07 Ralph Campbellremove machine dependencies
1991-05-25 Kirk McKusickonly set SAVENAME on last pathname component
1991-05-16 Kirk McKusickuse ni_ptr and ni_namelen to find name to be used inste...
1991-04-20 Kirk McKusickredefine sillyrename structure to avoid use of nameidat...
1991-04-16 Kirk McKusicku_long tl used in place of u_long p;
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-14 Kirk McKusickcache open with O_CREAT when the name already exists
1991-03-05 Kirk McKusickmisc fixes plus diskless support from Rick Macklem
1991-03-05 Mike Karelsfirst pass at proc reorg; merge *nullops, other cleanup...
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-19 Mike Karelsfill in b_proc iff proc will wait for operation, so...
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-11 Kirk McKusickeliminate paranoid check
1990-12-06 Kirk McKusickupdate for new VM
1990-08-18 Kirk McKusickpatch those mbuf holes
1990-07-27 Kirk McKusick"bug fix for utimes from Rick Macklem"
1990-07-03 William Nesheimadded 386 ifdefs
1990-06-29 Keith Bosticnew copyright notice
1990-06-22 Kirk McKusickhave to check for "." when releasing parent directory
1990-06-22 Kirk McKusick"update from Rick Macklem"
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-19 Kirk McKusicknfs_mknod update from Rick Macklem
1990-05-15 Kirk McKusick"update from Rick Macklem adding TCP support to NFS"
1990-05-11 Kirk McKusickhp300 handles physical I/O elsewhere
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-04-08 Kirk McKusickunlock during readlink RPC (from Rick Macklem)
1990-04-08 Kirk McKusickdo not do direof cacheing
1990-03-14 Kirk McKusickreturn real error, not always ENOENT (from gmf@osf...
1990-03-07 Kirk McKusickm_bsize is now m_stat.f_bsize; m_fsid is now m_stat...
1990-03-06 Kirk McKusickreaddir fixes from Rick Macklem
1990-03-06 Kirk McKusickadd support for fifo's
1990-03-02 Kirk McKusickinvalidate name cache entries when directory is modified;
1990-02-18 Kirk McKusickget rid of bogus `strings.h' include file
1990-02-18 Kirk McKusickget rid of unneeded header files
1990-02-17 Kirk McKusickhave to null terminate name if rounding up packet size...
1990-02-17 Kirk McKusickpass indication of idempotency through to the nfsm_requ...
1990-02-09 Kirk McKusickhave to invalidate the cache for certain NFS transactio...
1990-01-16 Kirk McKusickdebugging, print out holder and waiter of nfsnode lock
1990-01-16 Kirk McKusickadd islocked function to vnode switch
1990-01-05 Kirk McKusickv_blockh is split into clean and dirty lists
1990-01-01 Kirk McKusickI/O routines should use b_blkno, not b_lblkno
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-21 Kirk McKusick"December update from Rick Macklem"
1989-12-20 Kirk McKusickuse proper address in mapping (from mike@cs.utah.edu)
1989-12-01 Kirk McKusickuse b_lblkno in place of b_blkno; add print routine
1989-11-23 Kirk McKusicklabel special device operations
1989-11-23 Kirk McKusickreadrpc, writerpc, and readdir no longer take an offp;
1989-11-04 Kirk McKusickget rid of notdef code (and make lint happy)
1989-11-04 Kirk McKusicklint
next