aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem9 days6-38/+255
* nfs: patch up MNT_LAZY on syncMateusz Guzik2023-02-261-2/+4
* nfscl: Add NFSD_CURVNET macros to nfsclient syscallRick Macklem2023-02-211-6/+12
* nfscl: Fix interaction between mmap'd and VOP_WRITE file updatesRick Macklem2023-02-081-1/+1
* nfscl: Improve NFSv4 error message for NFSERR_WRONGSECRick Macklem2023-01-111-0/+4
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-262-0/+2
* nfscl: Improve the console message for NFSERR_NOFILEHANDLERick Macklem2022-12-221-1/+4
* nfscl: Fix the NFSv4.0 mount so that it does not crashRick Macklem2022-10-151-8/+8
* nfs_clvnops.c: Fix access to v_mount when vnode unlockedRick Macklem2022-10-011-2/+4
* nfs_clvnops.c: Fix access to v_mount when vnode unlockedRick Macklem2022-10-011-8/+12
* nfsclient: access v_mount only after the vnode is lockedKonstantin Belousov2022-09-271-11/+23
* copy_file_range: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-09-261-1/+7
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-09-241-2/+3
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-171-14/+0
* nfscl: Allow "nolockd" to work for NFSv4 mountsRick Macklem2022-09-042-28/+28
* Adjust dtnfsclient_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* nfscl: Fix CreateSession for an established ClientIDRick Macklem2022-07-111-1/+1
* nfscl: Replace "cred" with NULL to cleanup codeRick Macklem2022-07-111-1/+1
* nfscl: Do not call nfscl_hasexpired() for NFSv4.1/4.2Rick Macklem2022-07-101-11/+31
* nfscl: Initialize nfsess_badslots to zeroRick Macklem2022-07-091-0/+1
* nfscl: Move nfsrpc_destroysession into nfscommonRick Macklem2022-07-092-31/+3
* nfscl: Add a cred argument to nfscl_reqstart()Rick Macklem2022-07-081-83/+95
* nfscl: Fix setting of nfsess_defunct for nfscl_hasexpired()Rick Macklem2022-07-081-3/+5
* nfscl: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-232-7/+7
* nfscl: Clean up the code by removing #if(n)def APPLERick Macklem2022-06-181-6/+0
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-173-9/+8
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-173-14/+9
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-163-9/+8
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-162-6/+6
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-152-8/+6
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-152-6/+6
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-142-12/+9
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-132-19/+13
* nfscl: Do not flush when a write delegation is heldRick Macklem2022-06-021-0/+6
* nfscl: Enable support for the Lookup+Open RPCRick Macklem2022-05-311-6/+0
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-281-1/+0
* nfscl: Add a diagnostic printf() for a "should never happen" caseRick Macklem2022-05-271-1/+5
* nfscl: Do not handle NFSERR_BADSESSION in operation codeRick Macklem2022-05-272-3/+2
* nfscl: Acquire a refcount on "cred" for mirrored pNFS RPCsRick Macklem2022-05-031-7/+16
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-304-24/+77
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-161-30/+27
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-143-11/+10
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-134-64/+49
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-102-43/+43
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-102-25/+21
* nfscl: Ansify a function headerRick Macklem2022-04-091-5/+2
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-082-20/+21
* nfscl: Fix IO_APPEND writes from kernel spaceRick Macklem2022-03-281-1/+1
* nfsclient: Fix a typos in source code commentsGordon Bergling2022-03-271-2/+2
* nfscl: Do not do a Lookup+Open for pNFS mountsRick Macklem2022-03-171-1/+3