only move vnode to front of list when not already there
[unix-history] / usr / src / sys / nfs / nfsnode.h
1992-11-02 Kirk McKusickfix from Jeff Forys for tracking changing NFS file...
1992-10-01 Kirk McKusickSeptember update from Rick Macklem to add accept protoc...
1992-09-17 Kirk McKusickupdate from Rick Macklem
1992-07-25 Keith Bosticfix public/private declarations for fstat
1992-07-23 Kirk McKusickupdate to current hashing techniques
1992-07-03 Kirk McKusicknfs_vget moves from vop to vfs
1992-06-27 Kirk McKusickpadding for quad alignment
1992-06-03 Kirk McKusickquad's need 8-byte alignment
1992-05-21 Kirk McKusickupdate for spec and fifo times for NFS (from Macklem)
1992-05-16 John Heidemannnfs_vfree prototype changed for vn_if
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 Kirk McKusickn_size is now 64-bits
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-01-23 John Heidemannlookup converted to new form
1992-01-15 Kirk McKusickupdate from Rick Macklem (including leases)
1991-12-20 Kirk McKusickvattr grew, so number of spares shrank
1991-12-17 Kirk McKusickreorganize for private allocation
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-04-16 Kirk McKusickadd prototypes for NFS vnode ops
1990-06-29 Keith Bosticnew copyright notice
1990-05-15 Kirk McKusick"update from Rick Macklem adding TCP support to NFS"
1990-03-06 Kirk McKusickreaddir fixes from Rick Macklem
1990-03-02 Kirk McKusickadd previous create time for name cache consistency
1990-01-15 Kirk McKusickdebugging, add n_lockholder and n_lockwaiter
1990-01-15 Kirk McKusickn_lastr is superceeded by v_lastr
1989-10-30 Kirk McKusickclean out trash
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-20 Kirk McKusick"update from Rick Macklem"
1989-08-31 Rick Macklemfirst buffer cache implementation; name cache usage...
1989-07-06 Kirk McKusickfirst bootable NFS from Rick Macklem