aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* nfscommon: Use _PC_HAS_NAMEDATTR to check for named attributesRick Macklem2025-05-052-72/+26
* nfscommon: Prepare the NFS common code for named attributesRick Macklem2025-04-253-14/+171
* nfscl: Fix setting of mtime for the NFSv4.n clientRick Macklem2025-02-241-1/+1
* nfscl: Add support for CB_RECALL_ANY to the NFSv4.1/4.2 clientRick Macklem2025-02-181-0/+11
* nfscl: Move layout high water variables into clientIDRick Macklem2025-02-171-0/+2
* nfscl: Move delegation high water variables into clientIDRick Macklem2025-02-171-0/+2
* nfscl: Add support for CB_RECALL_SLOTRick Macklem2025-02-142-2/+3
* nfscl: Re-initialize session seq#s when server shrinks slot tableRick Macklem2025-02-112-8/+36
* nfsd: Add support for the NFSv4.2 change_attr_type attributeRick Macklem2025-01-202-1/+42
* nfscl: Simplify the deleg argument for nfscl_deleg()Rick Macklem2025-01-171-1/+1
* nfs_commonsubs.c: Make all upper case user domain workRick Macklem2024-11-241-36/+6
* nfs: Fallback to GID_NOGROUP on no groupsOlivier Certner2024-11-032-3/+2
* nfs, rpc: Ensure kernel credentials have at least one groupOlivier Certner2024-11-022-3/+6
* nfscl: fix uninitialized memory in nfsv4_loadattrAlan Somers2024-09-081-0/+1
* nfs: spellcheck a commentAlan Somers2024-09-081-1/+1
* nfs: Add support for the NFSv4.2 mode_umask attributeRick Macklem2024-08-213-22/+45
* nfsproto.h: Define the new mode_umask attributeRick Macklem2024-08-171-2/+2
* nfsd: Fix nfsrv_cleanclient so that it can be called with a mutexRick Macklem2024-06-211-1/+1
* nfsd: Update a file missed by commit e2c9fad2e0aeRick Macklem2024-06-051-0/+2
* nfsd: Fix Link conformance with RFC8881 for delegationsRick Macklem2024-05-041-1/+1
* nfscl: Clear out a lot of cruft related to B_DIRECTRick Macklem2024-04-282-3/+0
* 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-12/+12
* 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