summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clsubs.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-10/+1
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-2/+2
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-181-0/+5
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-2/+2
* In ncl_printf(), call vprintf() instead of printf().ru2011-05-041-1/+1
* Change the experimental NFS client so that it creates nfsiodrmacklem2011-04-151-3/+7
* Modify the return value for nfscl_mustflush() from boolean_t,rmacklem2010-08-031-3/+2
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-241-1/+0
* Change the nfscl_mustflush() function in the experimental NFSv4rmacklem2010-07-181-2/+3
* For the experimental NFSv4 client, do not use cached attributesrmacklem2010-07-131-1/+1
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-131-8/+2
* Allow the experimental NFSv4 client to use cached attributesrmacklem2010-05-181-2/+7
* Patch the experimental NFS client in a manner analogous tormacklem2010-01-281-3/+3
* Unloading of the nfscl module is unsupported because newnfslock doesn'tjh2009-10-201-0/+7
* Apply the same patch as r196205 for nfs_upgrade_lock() andrmacklem2009-08-171-15/+12
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+402
OpenPOWER on IntegriCloud