aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-023-3/+6
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-261-53/+5
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-1611-289/+352
* Removed unused #includes.Bruce Evans1997-08-022-7/+2
* Correct some dumb mistakes in the WebNFS stuff.Doug Rabson1997-07-221-8/+16
* Merge WebNFS changes from NetBSD.Doug Rabson1997-07-166-53/+294
* Fix a condition where nfs_statfs() can precipitate a panic. There isBill Paul1997-06-271-2/+5
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.Tor Egge1997-06-251-1/+2
* Avoid small synchronous writes when an application does lots of random-accessDoug Rabson1997-06-251-19/+115
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tDoug Rabson1997-06-251-4/+8
* Upgrade NFS to support the new vfs_bio resource/buffer management.John Dyson1997-06-162-2/+14
* Move commonly used code into static functions in order to reduce kernel bloat.Tor Egge1997-06-121-139/+93
* Remove unused routines.Tor Egge1997-06-122-100/+2
* Fix a problem caused by removing large numbers of files from a directoryDoug Rabson1997-06-061-2/+6
* Various fixes from NetBSD:Doug Rabson1997-06-035-12/+20
* Implement the async mount option for NFSv3. This makes NFS pretend that allDoug Rabson1997-06-031-1/+3
* Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers areDoug Rabson1997-06-031-8/+50
* Fix some performance problems with the NFS mmap fixes.Doug Rabson1997-06-031-4/+4
* Plug a memory leak in nfs_link.Doug Rabson1997-05-201-2/+2
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffDoug Rabson1997-05-196-13/+96
* Remove redundant check for vp == dvp (done in VFS before calling).Poul-Henning Kamp1997-05-171-7/+1
* Use same syntax as netboot for root and swap mounts.Tor Egge1997-05-141-163/+155
* Check the B_CLUSTER flag when choosing whether to use unstable or filesyncDoug Rabson1997-05-131-2/+2
* Don't keep addresses in mbuf chains. This should simplify the next roundDoug Rabson1997-05-135-44/+69
* Use the old nfs arguments in the nfs_diskless structure, to beTor Egge1997-05-122-51/+58
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-114-15/+1983
* Implement a separate control for write gathering on NFSv3. This is turnedDoug Rabson1997-05-101-2/+10
* Fix a nasty hang connected with write gathering. Also add debug printDoug Rabson1997-05-104-20/+55
* Prevent a mapped root which appears on the server as e.g. nobody fromDoug Rabson1997-05-091-3/+47
* Fix memory leak caused by the fact that the directory offset cookies andDoug Rabson1997-05-091-4/+4
* Now I can even execute "df" on my diskless :-)Poul-Henning Kamp1997-05-041-31/+32
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thePoul-Henning Kamp1997-05-041-3/+2
* Make nfs roots (diskless) functional again. It may still not be correct,Poul-Henning Kamp1997-05-031-1/+5
* Allow NULL rpcs on non-privileged ports at all times to work around brokenDoug Rabson1997-04-301-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-272-25/+35
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPDoug Rabson1997-04-222-13/+8
* Fix a bug where a program which appended many small records to a file couldDoug Rabson1997-04-191-1/+3
* Don't allow partial buffers to be cluster-comitted.Doug Rabson1997-04-181-4/+7
* Fix various bugs in the locking protocol, allowing proper shared locksDoug Rabson1997-04-044-15/+6
* The code which recovered from a modified directory situation did not checkDoug Rabson1997-04-031-1/+8
* Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsBruce Evans1997-03-291-2/+1
* Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.Bruce Evans1997-03-293-129/+15
* Add code that will reject nfs requests in teh kernel from nonprivilegedGuido van Rooij1997-03-274-4/+31
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-223-19/+29
* YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK forBruce Evans1997-03-091-2/+2
* Fixed a panic in nfs_writevp(). Lite2 provided a fix for a sillyBruce Evans1997-02-281-5/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2214-14/+14
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatBruce Evans1997-02-181-5/+5
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-1014-301/+554