add POSIX-style byte-level record locking
[unix-history] / usr / src / sys / nfs /
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-11 Kirk McKusickugly hack to get correct cdir just got worse
1991-01-11 Kirk McKusickeliminate paranoid check
1991-01-11 Kirk McKusickadd synamically allocated file descriptors
1991-01-11 Kirk McKusickmake new VM conditional so can share with old VM tree
1991-01-11 Kirk McKusickcdir moves out of the namei data structure
1991-01-11 Kirk McKusickconditionalize neweh VM
1991-01-09 Kirk McKusickupdate from Rick Macklem
1990-12-06 Kirk McKusickupdate for new VM
1990-10-07 Kirk McKusickmore bug fixes for compression from Macklem
1990-10-03 Kirk McKusickfixes for compressed NFS (from Macklem)
1990-10-02 Kirk McKusicktake symbolic link mode from the client as is done...
1990-10-02 Kirk McKusickadd Rick Macklem's compressed NFS
1990-08-23 Kirk McKusickhave to do VOP_ACCESS to ensure that quotas are set up
1990-08-18 Kirk McKusickpatch those mbuf holes
1990-07-27 Keith BosticNFS_MAXDATA changed, and this can confuse Ultrix 2...
1990-07-27 Kirk McKusick"bug fix for utimes from Rick Macklem"
1990-07-27 Kirk McKusickdo not duplicate first member of the group (from Macklem)
1990-07-03 William Nesheimadded 386 ifdefs
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-23 Kirk McKusickadd reference
1990-06-22 Kirk McKusickhave to check for "." when releasing parent directory
1990-06-22 Kirk McKusick"update from Rick Macklem"
1990-06-22 Kirk McKusick"update from Rick Macklem"
1990-06-09 Kirk McKusickhave to set so to point to new socket
1990-06-09 Marc Teitelbaumnew parameter to tprintf
1990-06-06 Kirk McKusickdrop Sun compatibility on choosing device numbers
1990-06-06 Kirk McKusickmake the kernel self consistent
1990-06-05 Kirk McKusickset the file type properly on server create
1990-06-01 Kirk McKusickmissing vput
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-19 Kirk McKusicknfs_mknod update from Rick Macklem
1990-05-19 Kirk McKusick"nfs_mknod update from Rick Macklem"
1990-05-15 Kirk McKusick"update from Rick Macklem adding TCP support to NFS"
1990-05-11 Kirk McKusickset 0x8000 bit on fsid when doing stat to be compatible...
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-05-04 Kirk McKusickvattr_null => VATTR_NULL
1990-05-03 Kirk McKusickadd null nfs_quotactl routine; define vflush flags
1990-05-03 Kirk McKusickNFSiod waits at PWAIT rather than PRIBIO
1990-04-08 Kirk McKusickunlock during readlink RPC (from Rick Macklem)
1990-04-08 Kirk McKusickdo not do direof cacheing
1990-04-08 Kirk McKusickbuffer invalidation is now handled by vclean
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew sblock, sbwait (unwind on signal)
1990-03-28 Kirk McKusickva_size and va_bytes become quads
1990-03-21 Kirk McKusickavoid multiple free's of mbufs (from tmt@osf and dab...
1990-03-14 Kirk McKusickonly interrupt for user requested signals
1990-03-14 Kirk McKusickreturn real error, not always ENOENT (from gmf@osf...
1990-03-09 Kirk McKusickeliminate exportfs; functionality merged into mount
1990-03-07 Kirk McKusickf_fsid is now found in m_stat.f_fsid
1990-03-07 Kirk McKusickm_fsid is now m_stat.f_fsid; m_bsize is now m_stat...
1990-03-07 Kirk McKusickm_fsid is now m_stat.f_fsid
1990-03-07 Kirk McKusicknm_host is now m_stat.f_mntfromname
1990-03-07 Kirk McKusickm_fsid is now m_stat.f_fsid
1990-03-07 Kirk McKusickm_bsize is now m_stat.f_bsize; m_fsid is now m_stat...
1990-03-07 Kirk McKusickhost and path are now found in m_stat
1990-03-07 Keith Sklowerchange in parameters to *_usrreq()
1990-03-06 Kirk McKusickreaddir fixes from Rick Macklem
1990-03-06 Kirk McKusickadd support for fifo's; minor bug fix
1990-03-06 Kirk McKusickadd support for fifo's
1990-03-02 Kirk McKusickdelete cache entries on invalid replies
1990-03-02 Kirk McKusickadd validity indication to nfsrv_updatecache
1990-03-02 Kirk McKusickinvalidate name cache entries when directory is modified;
1990-03-02 Kirk McKusickadd previous create time for name cache consistency
1990-02-24 Kirk McKusickno longer need to munhash, handled by xuntext instead
1990-02-18 Kirk McKusickget rid of bogus `strings.h' include file
1990-02-18 Kirk McKusickneed to reference netinet as ../netinet
1990-02-18 Kirk McKusickget rid of dependencies on ../ufs/inode.h
1990-02-18 Kirk McKusickget rid of unneeded header files
1990-02-17 Kirk McKusickupdates for new transport independent structure;
1990-02-17 Kirk McKusickpass indication of idempotency to nfsm_request
1990-02-17 Kirk McKusicksocket specific code moves to nfs_socket.c;
1990-02-17 Kirk McKusickgeneralize nfs_send routine (see nfs_socket.c)
1990-02-17 Kirk McKusicknonidempotent requests are needed elsewhere
1990-02-17 Kirk McKusickmove socket dependent code entirely into this module;
1990-02-17 Kirk McKusickgeneralize a number of constants
1990-02-17 Kirk McKusickcompress empty directory blocks out of our reply
1990-02-17 Kirk McKusickhave to use generic routines as we may be crossing...
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 Marc Teitelbaumbut now it needs buf.h. see, we should include every...
1990-02-09 Kirk McKusickhave to invalidate the cache for certain NFS transactio...
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Kirk McKusickuse bwrite to avoid getting out of sync with it
1990-02-09 Kirk McKusickmissing parameter to mntflushbuf (from noemi@osf.org)
1990-02-04 Kirk McKusickAdd code in mountnfs() and nfs_unmount() to hold and...
1990-01-16 Kirk McKusickdebugging, print out holder and waiter of nfsnode lock
1990-01-16 Kirk McKusicklint; do nfs_lock explicitly; add nfs_islocked
1990-01-16 Kirk McKusickdo all locking through nfs_lock explicitly
1990-01-16 Kirk McKusickadd islocked function to vnode switch
1990-01-15 Kirk McKusickdebugging, track the holder and waiter for an nfsnode...
1990-01-15 Kirk McKusickdebugging, add n_lockholder and n_lockwaiter
1990-01-15 Kirk McKusickn_lastr is superceeded by v_lastr
1990-01-15 Kirk McKusickn_lastr is replaced by v_lastr
1990-01-05 Kirk McKusickv_blockh is split into clean and dirty lists; count...
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
next