summaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clsubs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
* Fix interface between nfsclient and vnode pager.Konstantin Belousov2019-10-221-1/+6
* Replace all mtx_lock()/mtx_unlock() on the iod lock with macros.Rick Macklem2019-09-241-2/+2
* Replace all mtx_lock()/mtx_unlock() on n_mtx with the macros.Rick Macklem2019-09-241-7/+7
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Do not drop NFS vnode lock when performing consistency checks.Konstantin Belousov2017-08-201-19/+22
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Update the nfsstats structure to include the changes needed byRick Macklem2016-08-121-3/+3
* Remove ncl_printf(), use printf(9) directly. After r303710 theKonstantin Belousov2016-08-031-16/+6
* Remove unneeded (recursing) Giant acquisition around vprintf(9).Konstantin Belousov2016-08-031-11/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick2012-04-171-10/+1
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...Zack Kirsch2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...Zack Kirsch2011-07-161-2/+2
* Add DTrace support to the new NFS client. This is essentiallyRick Macklem2011-06-181-0/+5
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-2/+2
* In ncl_printf(), call vprintf() instead of printf().Ruslan Ermilov2011-05-041-1/+1
* Change the experimental NFS client so that it creates nfsiodRick Macklem2011-04-151-3/+7
* Modify the return value for nfscl_mustflush() from boolean_t,Rick Macklem2010-08-031-3/+2
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-241-1/+0
* Change the nfscl_mustflush() function in the experimental NFSv4Rick Macklem2010-07-181-2/+3
* For the experimental NFSv4 client, do not use cached attributesRick Macklem2010-07-131-1/+1
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-131-8/+2
* Allow the experimental NFSv4 client to use cached attributesRick Macklem2010-05-181-2/+7
* Patch the experimental NFS client in a manner analogous toRick Macklem2010-01-281-3/+3
* Unloading of the nfscl module is unsupported because newnfslock doesn'tJaakko Heinonen2009-10-201-0/+7
* Apply the same patch as r196205 for nfs_upgrade_lock() andRick Macklem2009-08-171-15/+12
* Add the experimental nfs subtree to the kernel, that includesRick Macklem2009-05-041-0/+402