summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Don't let the user try "rmdir ."peter1998-05-311-1/+3
* Don't let the user try and unlink() a directory on a NFS server.peter1998-05-311-2/+4
* When a write rpc returns an error, break the loop.peter1998-05-311-1/+3
* Don't leak an mbuf when a write rpc returns zero bytes written.peter1998-05-311-1/+2
* #ifdef a diagnostic printfpeter1998-05-311-1/+3
* Some const'speter1998-05-311-9/+11
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-28/+40
* VOP_ABORTUP() appears to be called with the wrong vnode. The other callerspeter1998-05-311-2/+2
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-301-3/+3
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-4/+5
* Get timespecs directly instead of via timevals.bde1998-05-161-27/+11
* Don't abuse `+' to combine flags.bde1998-05-161-2/+2
* Backed out rev.1.76. It just added style bugs.bde1998-05-161-13/+7
* Move the *vpp initialization earlier so that it's set in all error cases.peter1998-05-131-2/+2
* In the words of the submitter:msmith1998-05-071-21/+1
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-8/+8
* Don't depend on <sys/mount.h> including <sys/socket.h>.bde1998-03-281-1/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+8
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-1/+5
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-061-1/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Various NFS fixes:dyson1998-01-251-7/+13
* Make INET a proper option.eivind1998-01-081-1/+5
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-2/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Removed unused #includes. The need for most of them went away withbde1997-10-271-4/+1
* VFS interior redecoration.phk1997-10-261-3/+3
* VFS clean up "hekto commit"phk1997-10-161-11/+5
* Another VFS cleanup "kilo commit"phk1997-10-161-37/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-15/+12
* vnops megacommitphk1997-10-151-49/+3
* Hmm, realign the vnops into two columns.phk1997-10-151-17/+17
* Stylistic overhaul of vnops tables.phk1997-10-151-126/+116
* When the default vnops funtion is vn_default_error(), there is no reason tophk1997-10-151-113/+1
* Reverse rev 1.56 and rev 1.59. These made NFS too flakey.phk1997-10-051-7/+60
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-8/+8
* select -> pollpeter1997-09-141-19/+18
* Don't repeat checks done at general level.phk1997-09-101-8/+3
* Remove a couple of stubborn NetBSD #if's.phk1997-09-101-10/+1
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-11/+1
* Uncut&paste cache_lookup().phk1997-08-261-53/+5
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tdfr1997-06-251-4/+8
* Upgrade NFS to support the new vfs_bio resource/buffer management.dyson1997-06-161-1/+12
* Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-031-1/+3
* Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers aredfr1997-06-031-8/+50
* Plug a memory leak in nfs_link.dfr1997-05-201-2/+2
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-4/+5
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-7/+1
OpenPOWER on IntegriCloud