summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clvnops.c
Commit message (Expand)AuthorAgeFilesLines
* Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As akib2016-05-111-33/+0
* NFS: spelling fixes on comments.pfg2016-04-291-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* The NFS client wasn't handling getdirentries(2) requests for sizesrmacklem2015-05-211-1/+15
* Delete some duplicate code that was harmless becausermacklem2014-12-251-14/+0
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-2/+1
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-4/+0
* Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.)rmacklem2014-04-231-2/+5
* For an NFSv4 mount with the "nocto" option, don't get thermacklem2014-04-211-1/+3
* For software builds, the NFS client does many smallrmacklem2013-12-071-0/+10
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* 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
OpenPOWER on IntegriCloud