fix bug that can cause recursive .forward files to fail
[unix-history] / usr / src / sys / nfs /
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-08-11 Kirk McKusickflush attribute cache when adding or deleteing entries...
1993-06-17 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-17 Kirk McKusickmissed one change of nfsm_dissecton => nfsm_dissect
1993-06-17 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-17 Kirk McKusickfix for trashed TCP/IP connections from Macklem
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-26 Kirk McKusicklease buglet from Macklem
1993-05-26 Kirk McKusickadd pathconf
1993-05-22 Kirk McKusickprotect against malicious clients
1993-05-21 Kirk McKusickperformance fixes from Rick Macklem
1993-05-18 Kirk McKusickupdate from Torek/Macklem for machines requiring quad...
1993-05-07 Kirk McKusickupdate for pwd bug from Rick Macklem
1993-05-04 Kirk McKusickthe final polish to leases from Rick Macklem
1993-04-30 Kirk McKusickallow inode change of running file (from Macklem)
1993-04-28 Kirk McKusickbug fixes for LEASES from Rick Macklem
1993-04-18 Kirk McKusicktake gid from parent directory, not user
1993-04-09 Keith Sklowerin_sockmaskof has gone away; just do right thing for...
1993-04-01 Mike Hibleradd missing third param for dounmount
1993-03-31 Kirk McKusickeliminate flags and generation number in times hack
1993-03-20 Mike Hiblervattr struct is now 2 longwords larger so get rid of...
1993-03-09 Kirk McKusickremove the 8-bit restriction in namei
1993-03-03 Kirk McKusickclear hash pointers when nfsd's terminate (from Macklem)
1993-02-03 Kirk McKusicknfs_bwrite => vn_bwrite
1993-02-03 Kirk McKusicknfsincore => incore; nfsgetblk => getblk; nfsvinvalbuf...
1993-02-03 Kirk McKusicknfsvinvalbuf becomes vinvalbuf
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1992-12-01 Kirk McKusickcheck name length before entering in cache
1992-11-16 Kirk McKusickMNT_NOFORCE no longer has its own flag
1992-11-15 Kirk McKusickhave to wait for VXLOCK to clear
1992-11-13 Kirk McKusickworkaround for access problems on NFS exports (try...
1992-11-11 Kirk McKusickuse local access checks when NQNFS ACCESS check cannot...
1992-11-06 Kirk McKusickparanoid
1992-11-04 Kirk McKusickbetter fix for -r7.40 from Macklem
1992-11-03 Kirk McKusickavoid unlocking directories
1992-11-02 Kirk McKusickfix from Jeff Forys for tracking changing NFS file...
1992-11-02 Kirk McKusickuninitialized variable
1992-10-23 Kirk McKusickfix from Macklem for hanging UDP mounts after server...
1992-10-23 Kirk McKusickmaximum timeout backoff is 8 not 9 (from Jeff Forys)
1992-10-21 Kirk McKusickmore accurate backoff
1992-10-13 Kirk McKusickbawrite does not return a value
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-10 Kirk McKusickhave to dup, not copy credentials in nfs_doio
1992-10-08 Kirk McKusickuse new queue routines to manage list of I/O requests
1992-10-08 Kirk McKusickuse new queue routines to manage list of I/O requests...
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Margo SeltzerAdd comment for extra argument in bmap call.
1992-10-02 Kirk McKusicknow use modern list management methods
1992-10-02 Kirk McKusickupdate to modern list management
1992-10-02 Kirk McKusicknow use modern list management methods
1992-10-01 Kirk McKusickSeptember update from Rick Macklem to add accept protoc...
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-23 Kirk McKusickdo not update local times of special devices on stat...
1992-09-22 Kirk McKusickget rid of unised function
1992-09-17 Kirk McKusickfixup in BIG_ENDIAN macro
1992-09-17 Kirk McKusickupdate from Rick Macklem
1992-09-17 Kirk McKusickkeep those hash chains and LRU chains separate
1992-08-12 Kirk McKusickdefine nethostaddr locally for NFS
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-25 Keith Bosticfix public/private declarations for fstat
1992-07-25 Kirk McKusicksecond try at fixing the mysteriously vanishing directory
1992-07-23 Kirk McKusickfix from Macklem for the "empty directory" syndrome
1992-07-23 Kirk McKusickupdate to current hashing techniques
1992-07-14 Kirk McKusickminor optimization
1992-07-13 Chris Torekmove common diskless mount code to subroutine; must...
1992-07-13 Chris Torekadd swap credentials and root timestamp
1992-07-13 Kirk McKusicklint
1992-07-13 Jan-Simon Pendryneeds to include <sys/systm.h>
1992-07-13 Jan-Simon Pendryneed to include <sys/systm.h>
1992-07-13 Jan-Simon PendryMIN -> min, MAX -> max
1992-07-13 Kirk McKusicknew location for includes
1992-07-13 Kirk McKusickbring back vfs_addr.c (hopefully temporarily until...
1992-07-13 Kirk McKusickclear d_type for normal nfs_readdir; set it when using...
1992-07-13 Kirk McKusickset mnt_maxsymlinklen to a non-zero value so that COMPA...
1992-07-11 Chris TorekANSIfy syscall args
1992-07-10 Kirk McKusickeliminate random stuff
1992-07-10 Kirk McKusickfix up include files
1992-07-07 Kirk McKusickstruct readdir should really be struct dirent since...
1992-07-07 Kirk McKusickexport validation is now done by the underlying filesystem
1992-07-07 Kirk McKusicknew parameters for fhtovp
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickadd paramter declarations; delete USES; streamline...
1992-07-03 Kirk McKusickdelete USES; nfs_vget moves from nfs_vnops.c
1992-07-03 Kirk McKusickadd parameter declarations; streamline unmarshalling
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusicknfs_vget moves from vop to vfs
1992-07-03 Kirk McKusickclean up includes; nfs_netaddr_match goes to vfs_addr.c;
1992-07-03 Kirk McKusickclean up includes; nfs_netaddr_match goes to vfs_addr.c
1992-07-03 Kirk McKusicknfs_netaddr_match goes to vfs_addr.c
1992-07-03 Kirk McKusickclean up includes; nfs_netaddr_match goes to vfs_addr.c
1992-07-03 Kirk McKusickend broken pipes after server reboot
1992-06-27 Kirk McKusickpadding for quad alignment
1992-06-26 Kirk McKusickneed to use nfs_fsync for spec and fifo hybrid ops;
1992-06-26 Kirk McKusicknew parameters to sync plus inline expand mntflushbuf;
1992-06-26 Kirk McKusicknew parameters to vinvalbuf; use VOP_FSYNC for vflushbuf
1992-06-26 Kirk McKusickdump NOQUAD; new parameters to vinvalbuf; cleanup stack...
next