summaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-133-35/+0
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-051-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-8/+8
* make getfh a standard syscall instead of dependant on havingAlfred Perlstein1999-12-211-14/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-192-4/+3
* 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-152-121/+27
* 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
* Fix a number of server-side issues related to aborting badly formedMatthew Dillon1999-12-122-4/+7
* Synopsis of problem being fixed: Dan Nelson originally reported thatMatthew Dillon1999-12-121-6/+14
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationMatthew Dillon1999-11-221-3/+3
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-15/+6
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-13/+14
* Remove special case socket sharing code in order to allow nfsd toMatthew Dillon1999-11-111-12/+12
* Fix nfssvc_addsock() to not attempt to free a NULL socket structureMatthew Dillon1999-11-081-3/+6
* Move NFS access cache hits/misses into nfsstats structure soMatthew Dillon1999-10-252-0/+4
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-031-2/+0
* Careless use of struct proc *p caused major problems. 'p' is allowed toMarcel Moolenaar1999-09-291-4/+8
* Make FreeBSD less conservative in determining when to return a cookieMatthew Dillon1999-09-291-0/+4
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-293-7/+14
* Asynchronized client-side nfs_commit. NFS commit operations wereMatthew Dillon1999-09-173-3/+76
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-112-42/+4
* remove unused variables.Poul-Henning Kamp1999-08-281-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-10/+10
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-21/+2
* Convert all the nfs macros to do { blah } while (0) to ensure itPeter Wemm1999-08-191-111/+168
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+2
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenPeter Wemm1999-08-041-10/+11
* Correct the sanity test length calculation in nfsrv_readdirplus(): len isBill Paul1999-07-291-2/+2
* Clear error in nfsrv_create when we have a valid reply so thatAlan Cox1999-07-281-1/+2
* I have not one single time remembered the name of this function correctlyPoul-Henning Kamp1999-07-172-4/+4
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>Julian Elischer1999-06-301-1/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlyPeter Wemm1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-2/+3
* Matt's NFS fixes.Julian Elischer1999-06-234-390/+973
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-054-50/+72
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-112-9/+9
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-062-6/+6
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-023-87/+59
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-3/+3
* Suser() simplification:Poul-Henning Kamp1999-04-272-6/+6
* Fixed printf format errors on alpha.Dmitrij Tejblum1999-04-241-3/+3
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-254-61/+85
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatDoug Rabson1999-02-181-3/+3
* Fixed bitrot in NFS_ACDEBUG option.Bruce Evans1999-02-171-1/+2