summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-136-73/+2
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'dillon2000-01-262-26/+20
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-133-34/+0
* tcp updates to support IPv6.shin2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-054-19/+81
* Fix at least one source of the continued 'NFS append race'. close()dillon2000-01-051-3/+21
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-10/+10
* make getfh a standard syscall instead of dependant on havingalfred1999-12-212-28/+0
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-193-8/+5
* Fix compilation warning on alpha when converting pointer to integerdillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself todillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-155-161/+27
* Fix two problems: First, fix the append seek position race that candillon1999-12-143-46/+149
* Add a readahead heuristic to the NFS server side code. While the serverdillon1999-12-131-1/+77
* PR: kern/15222dillon1999-12-131-0/+16
* Fix a timeout deadlock that can occur when the process holding thedillon1999-12-131-4/+24
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-124-5/+13
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-124-48/+56
* Lock reporting and assertion changes.eivind1999-12-112-1/+2
* The symlink implementation could improperly return a NULL vp along withdillon1999-11-301-3/+33
* Remap the error EEXISTS => 0 *before* using error to determine if we shouldeivind1999-11-271-7/+9
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationdillon1999-11-221-3/+3
* Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missedeivind1999-11-201-7/+1
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-3/+3
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-132-16/+9
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-13/+14
* Remove special case socket sharing code in order to allow nfsd todillon1999-11-112-24/+36
* Fix nfssvc_addsock() to not attempt to free a NULL socket structuredillon1999-11-081-3/+6
* Call bootpc_init before we try to mount an NFS root, if we're configuredmsmith1999-11-011-0/+6
* useracc() the prequel:phk1999-10-291-1/+0
* Move NFS access cache hits/misses into nfsstats structure sodillon1999-10-252-6/+9
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-033-8/+0
* Careless use of struct proc *p caused major problems. 'p' is allowed tomarcel1999-09-291-4/+8
* Make FreeBSD less conservative in determining when to return a cookiedillon1999-09-291-0/+4
* sigset_t change (part 2 of 5)marcel1999-09-292-5/+10
* Add comment to clarify a commit rpc optimization already being performed.dillon1999-09-201-0/+8
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-174-17/+121
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-114-43/+9
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-89/+5
* remove unused variables.phk1999-08-282-2/+0
* $Id$ -> $FreeBSD$peter1999-08-2827-27/+27
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-262-42/+4
* Convert all the nfs macros to do { blah } while (0) to ensure itpeter1999-08-193-233/+352
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-3/+3
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to bedt1999-08-121-1/+5
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-083-8/+6
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenpeter1999-08-042-20/+22
* As described by the submitter:msmith1999-07-311-34/+55
* Close PR #12651: the hash calculation routine has changed in otherwpaul1999-07-301-2/+2
OpenPOWER on IntegriCloud