aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clcomsubs.c
Commit message (Expand)AuthorAgeFilesLines
* Delete an unused external declaration.Rick Macklem2019-12-081-1/+0
* Move four functions in nfscl.ko to nfscommon.ko.Rick Macklem2018-06-141-239/+0
* Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans2018-06-131-2/+3
* nfsclient: warnings cleanupsMatt Macy2018-05-201-2/+1
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-2/+2
* Update NFS to handle larger link counts post ino64.John Baldwin2017-12-191-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add major and minor version arguments to nfscl_reqstart().Rick Macklem2017-09-261-6/+15
* Remove 0 filling from nfsm_uiombuflist().Rick Macklem2017-09-241-14/+2
* Add a new function called nfsm_uiombuflist(), similar to nfsm_uiombuf().Rick Macklem2017-09-191-2/+83
* Add two new compound RPCs to the NFSv4.1/pNFS client.Rick Macklem2017-06-241-1/+3
* Make nfscl_mtofh() return ENXIO when *nfhpp == NULL.Rick Macklem2017-05-151-0/+1
* Add checks for failed operations to the NFSv4 client function nfscl_mtofh().Rick Macklem2017-04-211-1/+10
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors.Rick Macklem2016-12-231-4/+7
* Update the nfsstats structure to include the changes needed byRick Macklem2016-08-121-3/+3
* Modify the NFSv4 client create/mkdir RPC so that it acquiresRick Macklem2014-04-201-1/+1
* Modify the NFSv4 client open/create RPC so that it acquiresRick Macklem2014-04-191-1/+1
* Modify the Lookup RPC for NFSv4 so that it acquires directoryRick Macklem2014-04-181-2/+11
* Fix an NFSv4.1 client specific case where a forced dismount would hang.Rick Macklem2013-11-091-2/+3
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientRick Macklem2012-12-081-14/+74
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Modify the NFSv4 client so that it can handle ownerRick Macklem2012-09-201-3/+3
* Fix the new NFS client so that it handles NFSv4 stateRick Macklem2011-05-271-1/+1
* This patch fixes the Experimental NFS client to properly deal with 32 bit or 64Zack Kirsch2011-03-301-3/+2
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-131-8/+2
* Add the experimental nfs subtree to the kernel, that includesRick Macklem2009-05-041-0/+521