add previous create time for name cache consistency
[unix-history] / usr / src / sys / nfs / nfs_vnops.c
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