aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver/nfs_nfsdstate.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* nfsserver: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* nfsd: Add support for the SP4_MACH_CRED case in ExchangeIDRick Macklem2023-04-071-14/+76
* nfscl: Make coverity happyRick Macklem2023-03-291-3/+3
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-161-3/+3
* nfsd: Wrap nfsstatsv1_p in the NFSD_VNET() macroRick Macklem2023-02-161-24/+24
* nfsd: Prepare the NFS server code to run in a vnet prisonRick Macklem2023-02-111-85/+103
* nfsserver: purge EOL release compatibilityElliott Mitchell2023-02-041-2/+0
* nfsserver: Fix handling of SP4_NONERick Macklem2023-01-151-1/+6
* vfs: introduce V_PCATCH to stop abusing PCATCHMateusz Guzik2022-09-171-2/+2
* nfsd: Update console message for no session foundRick Macklem2022-08-281-2/+5
* 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
* nfsd: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-221-2/+2
* nfsd: Fix session slot freeing for NFSv4.1/4.2Rick Macklem2022-05-021-0/+2
* nfsd: Reply NFSERR_SEQMISORDERED for bogus seqid argumentRick Macklem2022-02-091-4/+5
* nfsd: Limit parsing of layout errors to maxcnt bytesRick Macklem2021-12-131-1/+12
* nfsd: Add checks for layout errors in LayoutReturnRick Macklem2021-11-261-1/+1
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-6/+6
* pNFS: Add nfsstats counters for number of LayoutsRick Macklem2021-11-131-0/+2
* nfsd: Fix the NFSv4.2 pNFS MDS server for NFSERR_NOSPC via LayoutErrorRick Macklem2021-11-081-2/+51
* nfsd: Fix the NFSv4 pNFS MDS server for DS NFSERR_NOSPCRick Macklem2021-11-071-3/+4
* nfsd: Add sysctl to set maximum I/O size up to 1MbyteRick Macklem2021-07-161-5/+6
* nfscl: Add a Linux compatible "nconnect" mount optionRick Macklem2021-07-091-3/+3
* krpc: Acquire ref count of CLIENT for backchannel useRick Macklem2021-06-111-4/+4
* NFSv4 server: Re-establish the delegation recall timeoutRick Macklem2021-05-161-2/+3
* nfsd: fix the slot sequence# when a callback failsRick Macklem2021-04-261-3/+20
* nfsd: fix session slot handling for failed callbacksRick Macklem2021-04-231-12/+18
* nfsd: fix stripe size reply for the File Layout pNFS serverRick Macklem2021-04-201-8/+2
* nfsd: make the server repeat CB_RECALL every couple of secondsRick Macklem2021-04-051-6/+14
* nfsd: fix BindConnectionToSession so that it clears "cb path down"Rick Macklem2021-04-041-0/+1
* nfsd: do not implicitly bind the back channel for NFSv4.1/4.2 mountsRick Macklem2021-03-301-29/+4
* nfsd: fix NFSv4.0 seqid handling for ERELOOKUPRick Macklem2021-01-011-0/+5
* Bjorn reported a problem where the Linux NFSv4.1 client isRick Macklem2020-09-261-6/+12
* Fix a LOR between the NFS server and server side krpc.Rick Macklem2020-09-181-2/+3
* Fix a LOR between the NFS server and server side krpc.Rick Macklem2020-09-161-2/+3
* Fix a case where the NFSv4.0 server might crash if delegations are enabled.Rick Macklem2020-09-141-1/+7
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+3
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-111-2/+6
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-10/+5
* nfs: Remove APPLESTATIC macroRyan Moeller2020-05-121-28/+28
* Remove APPLEKEXT ifndefsRyan Moeller2020-05-081-2/+0
* Replace all instances of the typedef mbuf_t with "struct mbuf *".Rick Macklem2020-04-171-1/+1
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-111-8/+8
* Fix noisy NFSv4 server printf.Rick Macklem2020-04-061-6/+40
* Fix a crash in the NFSv4 server.Rick Macklem2020-01-261-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-16/+16
* Silence some "might not be initialized" warnings for riscv64.Rick Macklem2019-12-131-3/+3
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-121-8/+28