aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver/nfs_nfsdserv.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Fix Link conformance with RFC8881 for delegationsRick Macklem2024-05-041-2/+9
* Revert "nfsd: Fix NFSv4.1/4.2 Claim_Deleg_Cur_FH"Rick Macklem2024-04-251-8/+2
* nfsd: Add a sysctl to limit NFSv4.2 Copy RPC sizeRick Macklem2024-03-161-2/+14
* nfsd: Fix NFSv4.1/4.2 Claim_Deleg_Cur_FHRick Macklem2023-10-191-2/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-051-3/+3
* nfsd: Add support for the SP4_MACH_CRED case in ExchangeIDRick Macklem2023-04-071-4/+25
* nfscl: Make coverity happyRick Macklem2023-03-291-9/+9
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-161-9/+9
* nfsd: Fix handling of the error case for nfsvno_openRick Macklem2023-02-081-5/+5
* nfsserver: Fix vrele() panic in nfsvno_open()Rick Macklem2023-01-131-5/+8
* nfsd: Handle file systems without a VOP_VPTOFH()Rick Macklem2022-12-231-1/+8
* nfs: stop using SAVESTARTMateusz Guzik2022-12-191-14/+10
* nfs: Fix common typos in source code commentsGordon Bergling2022-11-081-1/+1
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-171-5/+3
* nfsd: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-221-23/+23
* nfscl: Clean up the code by removing vfs_flags() macroRick Macklem2022-06-201-1/+1
* nfsd: Add a sanity check to SecinfoNoname for file typeRick Macklem2022-05-011-0/+5
* nfsd: Allow file owners to perform Open(Delegate_cur)Rick Macklem2022-02-021-2/+4
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+2
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-2/+1
* nfsd: Do not try to cache a reply for NFSERR_BADSLOTRick Macklem2021-12-011-1/+2
* nfs: Quiet a few "unused" warningsRick Macklem2021-11-281-2/+2
* nfsd: Sanity check the len argument for ListXattrRick Macklem2021-11-261-2/+4
* nfsd: Add checks for layout errors in LayoutReturnRick Macklem2021-11-261-0/+6
* nfsd: Fix the NFSv4.2 pNFS MDS server for NFSERR_NOSPC via LayoutErrorRick Macklem2021-11-081-0/+4
* nfsd: Fix the NFSv4 pNFS MDS server for DS NFSERR_NOSPCRick Macklem2021-11-071-3/+4
* nfsd: Disable the NFSv4.2 Allocate operation by defaultRick Macklem2021-10-111-0/+22
* nfs: eliminate thread argument from nfsvno_nameiMateusz Guzik2021-10-021-12/+12
* Allow setting NFS server scope and owner.Alexander Motin2021-09-141-7/+21
* nfsd: Fix build after commit 103b207536f9 for 32bit archesRick Macklem2021-09-091-2/+7
* nfsd: Use the COPY_FILE_RANGE_TIMEO1SEC flagRick Macklem2021-09-081-16/+3
* nfsd: Add support for the NFSv4.2 Deallocate operationRick Macklem2021-08-271-0/+105
* nfsd: Fix sanity check for NFSv4.2 Allocate operationsRick Macklem2021-08-121-4/+10
* nfsd: Add sysctl to set maximum I/O size up to 1MbyteRick Macklem2021-07-161-3/+9
* nfsd: Fix when NFSERR_WRONGSEC may be replied to NFSv4 clientsRick Macklem2021-06-051-4/+15
* nfsd: Fix NFSv4.1/4.2 Secinfo_no_name when security flavors emptyRick Macklem2021-06-051-0/+50
* nfsd: Fix the failure return for non-fh NFSv4 operationsRick Macklem2021-06-021-34/+11
* nfsd: Delete extraneous NFSv4 root checksRick Macklem2021-06-011-68/+0
* nfsd: Add support for the NFSv4.1/4.2 Secinfo_no_name operationRick Macklem2021-05-311-1/+112
* nfsd: Add support for CLAIM_DELEG_PREV_FH to the NFSv4.1/4.2 OpenRick Macklem2021-05-211-2/+4
* nfsd: Add support for CLAIM_DELEG_CUR_FH to the NFSv4.1/4.2 OpenRick Macklem2021-05-181-3/+3
* nfscl: Add support for va_birthtime to NFSv4Rick Macklem2021-05-081-0/+9
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Fix nfsrvd_locku memory leakEric van Gyzen2020-08-311-0/+2
* Add flags to enable NFS over TLS to the NFS client and server.Rick Macklem2020-08-271-0/+5
* Add optional support for ext_pgs mbufs to the NFS server's read, readlinkRick Macklem2020-07-311-10/+63
* Add support for ext_pgs mbufs to nfsrv_adj().Rick Macklem2020-07-261-3/+5
* Remove vfs_statfs and vnode_mount macros from NFSAlan Somers2020-06-171-1/+1
* nfs: Remove APPLESTATIC macroRyan Moeller2020-05-121-59/+59