aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* remove unused variables.Poul-Henning Kamp1999-08-282-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2827-27/+27
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-262-42/+4
* Convert all the nfs macros to do { blah } while (0) to ensure itPeter Wemm1999-08-193-233/+352
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to beDmitrij Tejblum1999-08-121-1/+5
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-083-8/+6
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenPeter Wemm1999-08-042-20/+22
* As described by the submitter:Mike Smith1999-07-311-34/+55
* Close PR #12651: the hash calculation routine has changed in otherBill Paul1999-07-301-2/+2
* Fix two bugs in nfs_readdirplus(). The first is that in some cases,Bill Paul1999-07-301-3/+6
* 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-173-6/+6
* Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx.Peter Wemm1999-07-011-2/+2
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>Julian Elischer1999-06-301-1/+2
* Submitted by: Conrad Minshall <conrad@apple.com>Julian Elischer1999-06-301-1/+6
* Fix a KASSERT() that was negated and lead to:Peter Wemm1999-06-281-2/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlyPeter Wemm1999-06-272-6/+6
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-264-27/+36
* Matt's NFS fixes.Julian Elischer1999-06-236-430/+1067
* Thanks to Bruce for noticing this.... compare against the *new* nfsnode'sMatt Jacob1999-06-191-2/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-162-5/+5
* Use vput instead of vrele.Matt Jacob1999-06-161-3/+3
* If we retry this operation from the top of this routine, we need toMatt Jacob1999-06-151-1/+5
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-0510-81/+102
* Fix a malloc racePeter Wemm1999-06-051-3/+12
* Don't mistake a non-async block that needs to be committed for anPeter Wemm1999-06-051-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-114-18/+18
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-063-17/+16
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-062-4/+6
* All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoidAlan Cox1999-05-031-3/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-025-277/+321
* 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
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSPeter Wemm1999-04-101-2/+2
* Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.Peter Wemm1999-04-061-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-10/+46
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-122-51/+87
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-254-72/+93
* 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-172-2/+4
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-164-5/+10
* General additional cleanup of VOP API for NFS ops - mainly NFS ignoringMatthew Dillon1999-02-131-4/+13
* PR: kern/9970Matthew Dillon1999-02-131-2/+1
* Flush delayed-write data out prior to issuing a rename rpc. This appearsMatthew Dillon1999-02-061-1/+14
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-8/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-6/+6