aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: sys/nfsserver/nfs_serv.c revision 1.118; limit the amount ofIan Dowse2002-04-281-0/+4
* MFC: avoid a problem where some NFS client operations might beIan Dowse2002-04-261-4/+4
* MFC: add a sysctl variable, "kern.bootp_cookie", which reflects theLuigi Rizzo2002-03-161-0/+14
* MFC: Permit NFS filesystems to be forcibly unmounted when the serverIan Dowse2002-02-203-7/+55
* MFC 1.113. Do not allow an invalid file mode to propogate to theMatthew Dillon2002-02-051-3/+9
* MFC: Increase buffer size for bootp reply.Doug Ambrisko2002-02-011-1/+1
* MFC nfsserver/nfs_serv.c:1.114, fix a missing vput() for an EEXIST case inMatthew Dillon2002-01-191-0/+2
* MFC nfsclient/nfs_node.c:1.52. nfs_nget() does no locking whatsoeverMatthew Dillon2002-01-051-1/+1
* MFC: nfsserver/nfs_serv.c 1.108; explicitly set `error' to 0 inIan Dowse2001-12-281-0/+1
* MFC NFS and VM bug fixes (see my commit 2001/12/13 17:16:57 PST,Matthew Dillon2001-12-203-9/+76
* MFC: nfsserver/nfs_serv.c 1.109; NULL out nd.ni_vp when VOP_SYMLINKIan Dowse2001-12-071-3/+2
* MFC B_NOWDRAIN. This required moving B_AUTOCHAINDONE from flags to xflagsMatthew Dillon2001-11-181-0/+6
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-252-4/+4
* MFC: Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-111-4/+4
* MFC: rev 1.101: filehandle checksPeter Wemm2001-08-111-0/+2
* MFC: 1.172; fix client-side memory leak in nfs_flush().Ian Dowse2001-08-051-2/+2
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-261-28/+4
* MFC: the rest of fixes for nullfs. Please note, that for now onlyBoris Popov2001-06-263-0/+8
* MFC: fnv hash improvements for nfsnode hash etc.Peter Wemm2001-03-212-21/+2
* MFC vfs_bio.c/1.273, kern/vfs_cluster.c/1.105, nfs/nfs_vnops.c 1.164,Matthew Dillon2001-03-021-0/+8
* MFC: Enable use of DHCP extensions.Tor Egge2001-02-131-33/+240
* MFC 1.163 - client-side fix for bogus access time with O_EXCL|O_CREAT opensMatthew Dillon2001-01-061-1/+14
* MFC from current the major file descriptor race fixing patchset.Matthew Dillon2000-11-261-2/+5
* MFC: Reduce kernel stack usage by not having large packets on the stack.Tor Egge2000-11-201-516/+1024
* MFC: Eliminate some bitrot (nonexisting member variable names).Tor Egge2000-11-201-5/+5
* MFC: Style fixes.Tor Egge2000-11-201-783/+842
* MFC: Make RPC timeout messages more readable. Supply proc pointer to sosend.Tor Egge2000-11-201-4/+10
* MFC: Fix some vmopar hangs.David Malone2000-10-283-6/+15
* MFC: [rev 1.92] Don't scan for the "right" network interface byPaul Saab2000-09-101-0/+3
* MFC: Correctly set the Maximum DHCP Message Size.Paul Saab2000-06-131-1/+1
* MFC: 1.21 Include a RFC 1533 "Maximum DHCP Message Size" option inPaul Saab2000-06-091-5/+17
* MFC rc.network 1.75, rc.conf 1.55, rc.conf.5 1.65, nfs_socket.c 1.61.Matthew Dillon2000-03-271-8/+22
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-2793/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-136-73/+2
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'Matthew Dillon2000-01-262-26/+20
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-133-34/+0
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-054-19/+81
* Fix at least one source of the continued 'NFS append race'. close()Matthew Dillon2000-01-051-3/+21
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-10/+10
* make getfh a standard syscall instead of dependant on havingAlfred Perlstein1999-12-212-28/+0
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-193-8/+5
* Fix compilation warning on alpha when converting pointer to integerMatthew Dillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself toMatthew Dillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-155-161/+27
* Fix two problems: First, fix the append seek position race that canMatthew Dillon1999-12-143-46/+149
* Add a readahead heuristic to the NFS server side code. While the serverMatthew Dillon1999-12-131-1/+77
* PR: kern/15222Matthew Dillon1999-12-131-0/+16
* Fix a timeout deadlock that can occur when the process holding theMatthew Dillon1999-12-131-4/+24