aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clcomsubs.c
Commit message (Expand)AuthorAgeFilesLines
* nfsv4: Add support to NFSv4 for named attributesRick Macklem2025-05-051-1/+2
* nfsclient: Propagate copyin() errors from nfsm_uiombuf()Mark Johnston2023-12-121-7/+16
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-051-2/+2
* nfsclient: Fix a typos in source code commentsGordon Bergling2022-03-271-2/+2
* nfsclient: Delete unused function nfscl_getcookie()Rick Macklem2022-01-271-53/+0
* nfsclient: Fix a typo in a commentGordon Bergling2021-09-261-1/+1
* nfscl: Add support for va_birthtime to NFSv4Rick Macklem2021-05-081-0/+4
* nfsclient: Copy only initialized fields in nfs_getattr()Mark Johnston2021-05-041-0/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix a bug introduced by r363001 for the ext_pgs case.Rick Macklem2020-08-121-1/+1
* Add support for ext_pgs mbufs to nfsm_uiombuflist() and nfsm_split().Rick Macklem2020-07-241-26/+47
* Modify writing to mirrored pNFS DSs to prepare for use of ext_pgs mbufs.Rick Macklem2020-07-221-6/+15
* Minor code cleanup that removes "nd->nd_bpos = mcp;" in both if and else.Rick Macklem2020-07-131-3/+2
* Add support for ext_pgs mbufs to nfsm_uiombuf().Rick Macklem2020-07-081-26/+49
* nfs: Remove APPLESTATIC macroRyan Moeller2020-05-121-8/+8
* Remove APPLEKEXT ifndefsRyan Moeller2020-05-081-2/+0
* Remove Mac OS/X macros that did nothing for FreeBSD.Rick Macklem2020-04-251-2/+1
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-101-21/+21
* 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