aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
...
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* nfsserver: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-052-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* nfsd: Fix NFSv3 Readdir/ReaddirPlus reply for large i-node numbersRick Macklem2023-05-051-4/+3
* nfsd: Add support for the SP4_MACH_CRED case in ExchangeIDRick Macklem2023-04-074-20/+212
* nfscl: Make coverity happyRick Macklem2023-03-292-12/+12
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-163-13/+14
* nfs_fha_new: Fix nfs_fha_new so that sysctls work in prisonsRick Macklem2023-03-012-68/+53
* 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-202-11/+3
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-02-182-3/+3
* nfsd: Add NFSD_VNET() macros to nfs_fha_new.cRick Macklem2023-02-181-46/+62
* nfsd: Get rid of useless "pool" field in nfs_fha_new.cRick Macklem2023-02-172-10/+0
* nfsd: Wrap nfsstatsv1_p in the NFSD_VNET() macroRick Macklem2023-02-164-53/+54
* 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-122-1/+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-117-346/+509
* 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-082-14/+18
* nfsserver: purge EOL release compatibilityElliott Mitchell2023-02-041-2/+0
* nfsserver: Fix handling of SP4_NONERick Macklem2023-01-152-1/+14
* nfsserver: Fix vrele() panic in nfsvno_open()Rick Macklem2023-01-132-7/+10
* nfsd: Handle file systems without a VOP_VPTOFH()Rick Macklem2022-12-232-3/+17
* nfs: stop using SAVESTARTMateusz Guzik2022-12-192-34/+12
* nfs: Fix common typos in source code commentsGordon Bergling2022-11-081-1/+1
* 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: introduce V_PCATCH to stop abusing PCATCHMateusz Guzik2022-09-171-2/+2
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-172-19/+10
* nfsd: Update console message for no session foundRick Macklem2022-08-281-2/+5
* AST: reworkKonstantin Belousov2022-08-021-1/+1
* nfsd: Fix CreateSession for an established ClientIDRick Macklem2022-07-131-21/+42
* nfscl: Add optional support for slots marked badRick Macklem2022-07-091-2/+2
* 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: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-222-25/+25
* nfscl: Clean up the code by removing vfs_flags() macroRick Macklem2022-06-201-1/+1
* nfsd: Fix handling of Open/Create for the pNFS serverRick Macklem2022-05-041-4/+4
* nfsd: Fix session slot freeing for NFSv4.1/4.2Rick Macklem2022-05-021-0/+2
* nfsd: Add a sanity check to SecinfoNoname for file typeRick Macklem2022-05-011-0/+5
* 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: Reply NFSERR_SEQMISORDERED for bogus seqid argumentRick Macklem2022-02-091-4/+5
* nfsd: Allow file owners to perform Open(Delegate_cur)Rick Macklem2022-02-021-2/+4