summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-082-5/+4
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenpeter1999-08-041-10/+11
* 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
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx.peter1999-07-011-2/+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-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-263-25/+33
* Matt's NFS fixes.julian1999-06-233-42/+96
* 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
* 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-055-34/+54
* 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-112-9/+9
* remove b_proc from struct buf, it's (now) unused.phk1999-05-065-23/+22
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoidalc1999-05-031-3/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-026-282/+320
* Suser() simplification:phk1999-04-271-3/+3
* Fixed printf format errors on alpha.dt1999-04-241-3/+3
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSpeter1999-04-101-2/+2
* Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-061-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-10/+46
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-122-51/+87
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-255-64/+90
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatdfr1999-02-181-3/+3
* Fixed bitrot in NFS_ACDEBUG option.bde1999-02-171-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-163-4/+7
* General additional cleanup of VOP API for NFS ops - mainly NFS ignoringdillon1999-02-131-4/+13
* PR: kern/9970dillon1999-02-131-2/+1
* Flush delayed-write data out prior to issuing a rename rpc. This appearsdillon1999-02-061-1/+14
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-8/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-6/+6
* Fix nasty bug in nfs_access(). A conditional was if (a = b) instead ofdillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-6/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-5/+5
* This is a rather large commit that encompasses the new swapper,dillon1999-01-213-13/+35
* Remove two cases of unused variable sp3.eivind1999-01-121-3/+1
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-2/+2
* Silence -Wtrigraph.hoek1998-12-301-4/+4
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasdfr1998-12-252-90/+77
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-2/+3
* (Hopefully) fix support for "large" files. Mostly cast block numbers to off_tdt1998-12-141-13/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-075-14/+6
OpenPOWER on IntegriCloud