summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clvnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r283273rmacklem2015-06-041-1/+15
* MFC r275897:kib2015-01-011-2/+1
* MFC: r276221rmacklem2014-12-311-14/+0
* MFC r268764:kib2014-07-301-4/+0
* MFC: r264842rmacklem2014-05-071-2/+5
* MFC: r264738rmacklem2014-05-061-1/+3
* MFC: r259084rmacklem2013-12-301-0/+10
* When the NFSv4.1 client is writing to a pNFS Data Server (DS), thermacklem2013-06-211-2/+9
* - Convert the bufobj lock to rwlock.jeff2013-05-311-1/+1
* Add support for the eofflag to nfs_readdir() in the new NFSrmacklem2013-05-121-1/+8
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-131-3/+3
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-181-3/+3
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-19/+37
* PR# 165923 reported intermittent write failures for dirtyrmacklem2012-05-121-0/+16
* It was reported via email that some non-FreeBSD NFS serversrmacklem2012-04-271-1/+4
* Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs clientkib2012-03-171-0/+4
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-031-20/+23
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-1/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-1/+1
* Fix remaining calls to cache_enter() in both NFS clients to providekib2012-01-251-17/+18
* Add a timeout on positive name cache entries in the NFS client. That is,jhb2012-01-251-2/+4
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-201-49/+38
* Modify the new NFS client so that nfs_fsync() only calls ncl_flush()rmacklem2011-11-151-0/+10
* Since NFSv4 byte range locking only works for regular files,rmacklem2011-11-141-0/+2
* The new NFS client failed to vput() the new vnode if a setattrrmacklem2011-07-301-0/+2
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-161-1/+1
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-14/+14
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-7/+7
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-181-4/+60
* Add support for flock(2) locks to the new NFSv4 client. I think thisrmacklem2011-06-051-2/+5
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-051-2/+3
* Fix the new NFS client so that it doesn't do an NFSv3rmacklem2011-05-311-2/+11
* Add some missing mutex locking to the new NFS client.rmacklem2011-05-251-0/+2
* Fix the new NFS client so that it correctly sets the "must_commit"rmacklem2011-05-251-11/+1
* Eliminate duplicate #include's.alc2011-05-221-1/+0
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-9/+9
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-1/+2
* Add a vput() to nfs_lookitup() in the experimental NFS clientrmacklem2011-04-181-1/+4
* Add vput() calls in two places in the experimental NFS clientrmacklem2011-04-181-2/+5
* Change the mutex locking for several locations in thermacklem2011-04-171-28/+60
* Fix up some of the sysctls for the experimental NFS client sormacklem2011-04-171-2/+2
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-161-8/+11
* Add VOP_PATHCONF() support to the experimental NFS clientrmacklem2011-04-131-0/+115
* Modify nfs_open() in the experimental NFS client to be compatiblermacklem2010-10-291-46/+40
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-191-3/+2
* Fix the experimental NFS client so that it doesn't panic whenrmacklem2010-09-091-1/+3
* Store the full timestamp when caching timestamps of files andjhb2010-09-071-8/+8
* Disable use of the NLM in the experimental NFS client, sincermacklem2010-09-051-1/+1
OpenPOWER on IntegriCloud