summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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 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
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1/+4
* Remove two cases of unused variable sp3.eivind1999-01-121-3/+1
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasdfr1998-12-251-79/+15
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a truemsmith1998-11-151-42/+12
* Avoid a null pointer reference if the target of an NFS rename has beenmsmith1998-11-131-7/+10
* Implement NFS ACCESS RPC result caching.msmith1998-11-131-23/+94
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()peter1998-11-091-4/+4
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-8/+8
* In nfs_link(), check for a cross-device mount *before* lookingmckusick1998-09-291-2/+3
* Missing vput when cross-device link error is detected in nfs_link.mckusick1998-09-291-0/+1
* During truncation, have to notify the VM about the new sizemckusick1998-09-291-3/+5
* Protect all modifications to v_numoutput with splbio().dfr1998-08-131-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* readlink() returns EINVAL rather than EPERM if called on a non-symlink.peter1998-06-011-2/+2
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-96/+102
* xdr encode -1 properly.peter1998-05-311-2/+2
* Fully fill in nfsv2 write rpc requests rather than leaving garbage.peter1998-05-311-4/+11
* Don't silently fail to set file flags.peter1998-05-311-1/+8
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,peter1998-05-311-19/+19
* 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
OpenPOWER on IntegriCloud