initial version by sklower
[unix-history] / usr / src / sys / nfs /
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
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-21 Kirk McKusickneed to include systm.h
1989-12-21 Kirk McKusick"December update from Rick Macklem"
1989-12-21 Kirk McKusick"December update from Rick Macklem"
1989-12-21 Kirk McKusickfrom 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-12-01 Kirk McKusickuse vprint in place of printf
1989-12-01 Kirk McKusicknow use b_lblkno in place of b_blkno
1989-12-01 Kirk McKusicknow use mntflushbuf and mntinvalbuf in place of bflush...
1989-11-27 Kirk McKusickbrelvp now implied by setting B_INVAL
1989-11-26 Kirk McKusickcheckalias now sets rdev
1989-11-23 Kirk McKusicklabel special device operations
1989-11-23 Kirk McKusickreadrpc, writerpc, and readdir no longer take an offp;
1989-11-23 Kirk McKusickREAD/WRITE no longer take offp
1989-11-23 Kirk McKusickincrement offset when simulating uiomove
1989-11-23 Kirk McKusicklocking now done above vnode level; read/write no longe...
1989-11-23 Kirk McKusicklock/unlock use vnodes not nfsnodes
1989-11-22 Kirk McKusicksuppress printing of pushes of active vnodes
next