BSD 4_3_Reno release
[unix-history] / usr / src / sys / nfs / nfs_vnops.c
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
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
1989-11-01 Kirk McKusickvnode layer fills in f_flags and f_fsid
1989-11-01 Kirk McKusickmknod must do an abortop and return an error;
1989-10-30 Kirk McKusickcreate spec_nfsv2nodeops; ngrab is replaced by vget...
1989-10-25 Kirk McKusickadd nfs_inactive to support single vnode table
1989-10-22 Kirk McKusickadd lookup routine that will fail gracefully
1989-10-22 Kirk McKusick"bug fixes and cleanups from Rick Macklem"
1989-10-20 Kirk McKusick"update from Rick Macklem"
1989-08-31 Rick Macklemfirst buffer cache implementation; name cache usage...
1989-08-23 Kirk McKusickzero out fields for number of free and used inodes
1989-07-07 Kirk McKusickdo not nput when mkdir fails (from Rick Macklem)
1989-07-07 Kirk McKusickupdate of July 5th from Rick Macklem
1989-07-06 Kirk McKusickfirst bootable NFS from Rick Macklem
1979-09-27 CSRGStart development on BSD 4_3_Reno