aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Only update atime for Copy when noatime is not specifiedRick Macklem2024-01-121-1/+1
* nfscl: Fix handling of expired Kerberos credentials (NFSv4.1/4.2)Rick Macklem2023-12-261-0/+16
* nfscl: Fix handling of a copyout() error replyRick Macklem2023-12-221-9/+5
* nfsclient: Propagate copyin() errors from nfsm_uiombuf()Mark Johnston2023-12-121-1/+1
* nfscl/kgssapi: Fix Kerberized NFS mounts to pNFS serversRick Macklem2023-10-232-3/+11
* nfscl: Make NFSv4.2 Copy set atime on infdRick Macklem2023-10-181-1/+1
* nfscl: Handle the NFSERR_RETRYUNCACHEDREP error from a NFSv4 serverRick Macklem2023-10-181-1/+2
* nfsd: Fix a server crashRick Macklem2023-10-182-2/+13
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1614-28/+0
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-053-10/+10
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* nfscl: Fix support for doing Null RPCsRick Macklem2023-04-071-0/+5
* nfsd: Add support for the SP4_MACH_CRED case in ExchangeIDRick Macklem2023-04-072-1/+3
* nfscommon: Add support for an NFSv4 operation bitmapRick Macklem2023-04-014-0/+215
* nfscl: Make coverity happyRick Macklem2023-03-291-2/+2
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-165-8/+108
* nfsd: Fix a use after free when vnet prisons are deletedRick Macklem2023-02-241-3/+5
* nfscommon: Use IS_DEFAULT_VNET() in the vnet initializationRick Macklem2023-02-211-1/+1
* nfsd: Add VNET_SYSUNINIT() macros for vnet cleanupRick Macklem2023-02-201-15/+13
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-02-182-14/+14
* nfscommon: Revert use of nfsstatsv1_p in nfs_commonkrpc.cRick Macklem2023-02-171-8/+7
* nfsd: Wrap nfsstatsv1_p in the NFSD_VNET() macroRick Macklem2023-02-162-142/+160
* nfsd: Continue adding macros so nfsd can run in a vnet prisonRick Macklem2023-02-142-134/+169
* nfsd: Continue adding macros so nfsd can run in a vnet prisonRick Macklem2023-02-132-144/+176
* nfsd: Continue adding macros so nfsd can run in a vnet prisonRick Macklem2023-02-122-7/+8
* nfsd: Prepare the NFS server code to run in a vnet prisonRick Macklem2023-02-112-1/+15
* nfsserver: Fix vrele() panic in nfsvno_open()Rick Macklem2023-01-131-1/+1
* nfs: Fix common typos in source code commentsGordon Bergling2022-11-081-1/+1
* nfscl: Fix parameter order in the calls to MGET().Zhenlei Huang2022-09-231-1/+1
* nfscl: Fix setup of Sequence when all slots marked badRick Macklem2022-08-281-1/+0
* nfscl: Add a console message for session recoveryRick Macklem2022-08-281-0/+4
* nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSIONRick Macklem2022-08-271-0/+2
* Revert "nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION"Rick Macklem2022-08-271-3/+0
* nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSIONRick Macklem2022-08-261-0/+3
* nfscl: Fix handling of a bad session slot (NFSv4.1/4.2)Rick Macklem2022-08-261-1/+1
* nfsd: Fix CreateSession for an established ClientIDRick Macklem2022-07-131-0/+1
* nfscl: Enable detection of bad session slotsRick Macklem2022-07-101-9/+44
* nfscl: Add optional support for slots marked badRick Macklem2022-07-094-19/+57
* nfscl: Move nfsrpc_destroysession into nfscommonRick Macklem2022-07-092-2/+30
* nfscl: Add a cred argument to nfscl_reqstart()Rick Macklem2022-07-083-4/+5
* nfscommon: Clean up the code by removing the vnode_vtype() macroRick Macklem2022-06-241-1/+0
* nfscommon: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-241-1/+1
* nfscl: Clean up the code by removing vfs_flags() macroRick Macklem2022-06-201-1/+0
* nfscl: Clean up the code by removing #if(n)def APPLERick Macklem2022-06-182-6/+0
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-171-2/+2
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-171-4/+4
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-161-4/+4
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-161-3/+3
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-151-3/+3