aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Fix nfsrv_cleanclient so that it can be called with a mutexRick Macklem2024-07-211-1/+1
* nfsd: Fix Link conformance with RFC8881 for delegationsRick Macklem2024-05-111-1/+1
* nfscl: Clear out a lot of cruft related to B_DIRECTRick Macklem2024-05-012-3/+0
* nfscl: Fix handling of expired Kerberos credentials (NFSv4.1/4.2)Rick Macklem2024-01-021-0/+16
* nfsclient: Propagate copyin() errors from nfsm_uiombuf()Mark Johnston2023-12-121-1/+1
* nfscl: Handle the NFSERR_RETRYUNCACHEDREP error from a NFSv4 serverRick Macklem2023-11-141-1/+2
* nfsd: Fix a server crashRick Macklem2023-11-022-2/+13
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-234-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2314-28/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-257-7/+7
* nfscl: Fix support for doing Null RPCsRick Macklem2023-07-061-0/+5
* nfscl: Make coverity happyRick Macklem2023-05-261-2/+2
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-05-255-8/+108
* nfsd: Fix a use after free when vnet prisons are deletedRick Macklem2023-05-181-3/+5
* nfscommon: Use IS_DEFAULT_VNET() in the vnet initializationRick Macklem2023-05-181-1/+1
* nfsd: Add VNET_SYSUNINIT() macros for vnet cleanupRick Macklem2023-05-181-15/+13
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-05-182-14/+14
* nfscommon: Revert use of nfsstatsv1_p in nfs_commonkrpc.cRick Macklem2023-05-171-8/+7
* nfsd: Continue adding macros so nfsd can run in a vnet prisonRick Macklem2023-05-172-7/+8
* nfsd: Continue adding macros so nfsd can run in a vnet prisonRick Macklem2023-05-162-134/+169
* nfsd: Wrap nfsstatsv1_p in the NFSD_VNET() macroRick Macklem2023-05-162-142/+160
* nfsd: Continue adding macros so nfsd can run in a vnet prisonRick Macklem2023-05-162-144/+176
* nfsd: Prepare the NFS server code to run in a vnet prisonRick Macklem2023-05-152-1/+15
* nfs: Fix common typos in source code commentsGordon Bergling2022-11-111-1/+1
* nfscl: Fix parameter order in the calls to MGET().Zhenlei Huang2022-10-061-1/+1
* nfscl: Add a console message for session recoveryRick Macklem2022-09-161-0/+4
* nfscl: Fix setup of Sequence when all slots marked badRick Macklem2022-09-161-1/+0
* nfscl: Fix handling of a bad session slot (NFSv4.1/4.2)Rick Macklem2022-09-021-1/+1
* nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSIONRick Macklem2022-09-021-0/+2
* nfsd: Fix CreateSession for an established ClientIDRick Macklem2022-07-281-0/+1
* nfscl: Enable detection of bad session slotsRick Macklem2022-07-281-9/+44
* nfscl: Add optional support for slots marked badRick Macklem2022-07-274-19/+57
* nfscl: Move nfsrpc_destroysession into nfscommonRick Macklem2022-07-252-2/+30
* nfscl: Add a cred argument to nfscl_reqstart()Rick Macklem2022-07-243-4/+5
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-06-091-1/+1
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-06-092-1/+5
* Unbreak the build: Also define NFSV42_OLDNPROCS here.Warner Losh2022-06-091-0/+3
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-06-094-8/+18
* nfsd: Add a sanity check for Owner/OwnerGroup string lengthRick Macklem2022-05-202-2/+9
* nfsclient: Delete unused function nfscl_getcookie()Rick Macklem2022-02-101-1/+0
* nfsd: Do not accept audit/alarm ACEs for the NFSv4 serverRick Macklem2022-01-253-16/+16
* nfsd: Reduce callouts rate.Alexander Motin2022-01-234-33/+0
* nfs: don't truncate directory cookies to 32-bits in the NFS serverAlan Somers2022-01-031-4/+6
* nfsd: Fix Verify for attributes like FilesAvailRick Macklem2021-12-181-30/+61
* nfsd: Sanity check the Layouttype countRick Macklem2021-12-181-0/+9
* nfsd: Sanity check the ACL attributeRick Macklem2021-12-152-1/+15
* nfscl: Sanity check the Sequence slotid in replyRick Macklem2021-12-111-0/+12
* pNFS: Add nfsstats counters for number of LayoutsRick Macklem2021-11-271-2/+2
* nfscl: Add a LayoutError RPC for NFSv4.2 pNFS mountsRick Macklem2021-11-253-6/+28
* nfsd: Fix the NFSv4.2 pNFS MDS server for NFSERR_NOSPC via LayoutErrorRick Macklem2021-11-242-0/+5