summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix two bugs in nfs_readdirplus(). The first is that in some cases,wpaul1999-07-301-3/+6
* Correct the sanity test length calculation in nfsrv_readdirplus(): len iswpaul1999-07-291-2/+2
* Clear error in nfsrv_create when we have a valid reply so thatalc1999-07-281-1/+2
* I have not one single time remembered the name of this function correctlyphk1999-07-173-6/+6
* Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx.peter1999-07-011-2/+2
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>julian1999-06-301-1/+2
* Submitted by: Conrad Minshall <conrad@apple.com>julian1999-06-301-1/+6
* Fix a KASSERT() that was negated and lead to:peter1999-06-281-2/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlypeter1999-06-272-6/+6
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-264-27/+36
* Matt's NFS fixes.julian1999-06-236-430/+1067
* Thanks to Bruce for noticing this.... compare against the *new* nfsnode'smjacob1999-06-191-2/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-162-5/+5
* Use vput instead of vrele.mjacob1999-06-161-3/+3
* If we retry this operation from the top of this routine, we need tomjacob1999-06-151-1/+5
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-0510-81/+102
* Fix a malloc racepeter1999-06-051-3/+12
* Don't mistake a non-async block that needs to be committed for anpeter1999-06-051-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-114-18/+18
* remove b_proc from struct buf, it's (now) unused.phk1999-05-063-17/+16
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-062-4/+6
* All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoidalc1999-05-031-3/+3
OpenPOWER on IntegriCloud