aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver/nfs_nfsdport.c
Commit message (Expand)AuthorAgeFilesLines
* kern: rename crsetgroups_fallback, document it in ucred(9)Kyle Evans3 days1-1/+1
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans4 days1-0/+1
* nfsd: Fix handling of VOP_PATHCONF() for attribute repliesRick Macklem2025-07-191-6/+23
* nfsd: Avoid relocking vnode for NFSv4 ReaddirRick Macklem2025-07-191-6/+18
* nfsserver rename: lock mnt_renamelock as requiredKonstantin Belousov2025-07-091-2/+23
* nfsvno_rename(): do not use -1 as special error indicatorKonstantin Belousov2025-07-091-4/+5
* nfsv4: Add support for the NFSv4 hidden and system attributesRick Macklem2025-07-061-6/+14
* nfsd: Change the NFSv4.1/4.2 server to not recall delegationsRick Macklem2025-06-221-26/+93
* nfsv4: Add support to NFSv4 for named attributesRick Macklem2025-05-051-10/+46
* nfs, rpc: Ensure kernel credentials have at least one groupOlivier Certner2024-11-021-1/+5
* nfsd: Fix handling of NFSv4 setable attributesRick Macklem2024-08-271-31/+43
* nfs: Add support for the NFSv4.2 mode_umask attributeRick Macklem2024-08-211-0/+17
* nfsd: Make modifying vfs.nfsd.enable_locallocks safeRick Macklem2024-06-231-2/+33
* nfsd: Fix Link conformance with RFC8881 for delegationsRick Macklem2024-05-041-5/+7
* Add vnode_pager_clean_{a,}sync(9)Konstantin Belousov2024-01-111-5/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* nfsd: Avoid acquiring a vnode for some NFSv4 Readdir operationsRick Macklem2023-10-171-3/+27
* 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
* nfsd: Fix NFSv3 Readdir/ReaddirPlus reply for large i-node numbersRick Macklem2023-05-051-4/+3
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-161-1/+2
* nfsd: Return ENXIO instead of EPERM when nfsd(8) already runningRick Macklem2023-02-221-1/+1
* vfs_export: Add mnt_exjail to control exports done in prisonsRick Macklem2023-02-211-5/+19
* nfsd: Add VNET_SYSUNINIT() macros for vnet cleanupRick Macklem2023-02-201-7/+3
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-02-181-1/+1
* nfsd: Wrap nfsstatsv1_p in the NFSD_VNET() macroRick Macklem2023-02-161-2/+2
* nfsd: Continue adding macros so nfsd can run in a vnet prisonRick Macklem2023-02-131-11/+1
* nfsd: Fix initialization broken by 7344856e3a6dRick Macklem2023-02-121-0/+1
* nfsd: Delete nfsrv_prison_cleanup() until vneting enabledRick Macklem2023-02-121-20/+1
* nfsd: Prepare the NFS server code to run in a vnet prisonRick Macklem2023-02-111-100/+192
* nfsd: Add a KASSERT in nfsvno_openRick Macklem2023-02-111-0/+2
* nfsd: Fix handling of the error case for nfsvno_open some moreRick Macklem2023-02-111-1/+10
* nfsd: Fix handling of the error case for nfsvno_openRick Macklem2023-02-081-9/+13
* nfsserver: Fix vrele() panic in nfsvno_open()Rick Macklem2023-01-131-2/+2
* nfsd: Handle file systems without a VOP_VPTOFH()Rick Macklem2022-12-231-2/+9
* nfs: stop using SAVESTARTMateusz Guzik2022-12-191-20/+2
* nfsd: Make the pNFS server update Change for Setxattr/RmxattrRick Macklem2022-10-181-2/+47
* Revert "unbound: Vendor import 1.17.0"Cy Schubert2022-10-161-0/+4
* unbound: Vendor import 1.17.0Cy Schubert2022-10-161-4/+0
* nfsd: Make Setxattr/Removexattr NFSv4.2 ops IO_SYNCRick Macklem2022-10-161-0/+4
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-171-14/+7
* nfscl: Change the cred argument to non-NULL for pNFS proxiesRick Macklem2022-07-091-8/+8
* nfscl: Add a cred argument to nfscl_reqstart()Rick Macklem2022-07-081-8/+8
* nfsd: Fix handling of Open/Create for the pNFS serverRick Macklem2022-05-041-4/+4
* vfs: prefix lookup and relookup with vfs_Mateusz Guzik2022-03-131-1/+1
* nfsd: Do not exempt NFSv3 Fsinfo from the TLS checkRick Macklem2022-03-101-15/+14
* nfsd: Do not accept audit/alarm ACEs for the NFSv4 serverRick Macklem2022-01-111-2/+2
* Revert "nfscommon: Add arguments for support of the dacl attribute"Rick Macklem2022-01-111-2/+2
* nfsd: Reduce callouts rate.Alexander Motin2022-01-091-3/+13
* nfscommon: Add arguments for support of the dacl attributeRick Macklem2021-12-271-2/+2