summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clnode.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r322722:kib2017-09-031-0/+5
* MFC: r320345rmacklem2017-07-151-3/+5
* MFC: r316829rmacklem2017-04-291-1/+1
* Clean other flags in ncl_inactive, only. Add comment explaining why otherkib2016-06-261-3/+14
* Since VOP_INACTIVE() is not guaranteed to be called, all cleanupskib2016-06-251-24/+33
* For performance reasons, it is useful to have a single string used asmckusick2015-11-291-2/+3
* Remove the old NFS client and server from head,rmacklem2014-12-231-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-2/+0
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-6/+0
* Fix the NFSv4 client for the case where mmap'd files arermacklem2012-06-181-5/+15
* Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 clientrmacklem2012-06-171-9/+9
* PR# 165923 reported intermittent write failures for dirtyrmacklem2012-05-121-0/+2
* A problem with respect to data read through the buffer cache for bothrmacklem2012-01-271-0/+1
* Fix a LOR in the NFS client which could cause a deadlock.rmacklem2011-08-021-2/+19
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-181-0/+5
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-161-3/+4
* Add mutex locking on the nfs node in ncl_inactive() for thermacklem2011-04-161-0/+4
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* Add a call for nfsrpc_close() to ncl_reclaim() in the experimentalrmacklem2010-10-291-0/+9
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-191-3/+5
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* For the experimental NFS client, it should always flush dirtyrmacklem2010-04-281-2/+1
* When the experimental NFS client is handling an NFSv4 server rebootrmacklem2010-04-221-1/+1
* Add LK_NOWITNESS to the vn_lock() calls done on newly created nfsrmacklem2009-09-091-1/+1
* Add a check to v_type == VREG for the recently modified code thatrmacklem2009-05-301-11/+11
* Fix handling of NFSv4 Close operations in ncl_inactive(). Onlyrmacklem2009-05-271-7/+13
* Change the experimental NFSv4 client so that it does not dormacklem2009-05-181-0/+7
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+283
OpenPOWER on IntegriCloud