aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clvnops.c
Commit message (Expand)AuthorAgeFilesLines
* vn_copy_file_range(): provide ENOSYS fallback to vn_generic_copy_file_range()Konstantin Belousov5 days1-3/+1
* nfscl: Use Claim_Null_FH and Claim_Deleg_Cur_FHRick Macklem2023-10-201-16/+0
* nfscl: Make NFSv4.2 Copy set atime on infdRick Macklem2023-10-181-3/+18
* vfs: copy_file_range() between multiple mountpoints of the same fs typeMartin Matuska2023-09-061-2/+5
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* nfscl: Make coverity happyRick Macklem2023-03-271-1/+1
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-161-1/+5
* nfscl: Fix interaction between mmap'd and VOP_WRITE file updatesRick Macklem2023-02-081-1/+1
* 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
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-171-14/+0
* nfscl: Allow "nolockd" to work for NFSv4 mountsRick Macklem2022-09-041-26/+26
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-171-1/+1
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-171-5/+3
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-161-3/+3
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-161-3/+3
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-151-4/+3
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-151-3/+3
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-141-8/+6
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-131-11/+8
* nfscl: Enable support for the Lookup+Open RPCRick Macklem2022-05-311-6/+0
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-301-3/+3
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-141-9/+8
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-131-58/+44
* nfscl: Do not do a Lookup+Open for pNFS mountsRick Macklem2022-03-171-1/+3
* nfscl: Partially revert commit 867c27c23a5cRick Macklem2021-12-161-4/+4
* nfscl: Change IO_APPEND writes to direct I/ORick Macklem2021-12-151-4/+4
* nfscl: add a filesize limit check to nfs_allocate()Rick Macklem2021-12-131-6/+13
* nfscl: Disable use of the LookupOpen RPCRick Macklem2021-11-271-1/+7
* nfsclient: upgrade vnode lock in VOP_OPEN()/VOP_CLOSE() if we need to flush b...Konstantin Belousov2021-11-161-0/+42
* vfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATERick Macklem2021-11-061-1/+1
* nfscl: Fix forced dismount from looping on commitRick Macklem2021-11-031-1/+1
* nfscl: Add setting n_localmodtime to the Write RPC codeRick Macklem2021-10-311-0/+7
* nfscl: Set n_localmodtime in DeallocateRick Macklem2021-10-301-0/+5
* PR#259071 provides a test program that fails for the NFS client.Rick Macklem2021-10-301-6/+72
* vfs: remove cn_threadMateusz Guzik2021-10-111-34/+34
* nfscl: Fix NFS VOP_ALLOCATE for mounts without Allocate supportRick Macklem2021-10-101-7/+2
* nfscl: Use vfs.nfs.maxalloclen to limit Deallocate RPC RTTRick Macklem2021-09-181-2/+18
* nfscl: Add vfs.nfs.maxalloclen to limit Allocate/Deallocate RPC RTTRick Macklem2021-09-161-4/+13
* nfscl: Add a VOP_DEALLOCATE() for the NFSv4.2 clientRick Macklem2021-08-281-0/+79
* nfscl: Add a Lookup+Open RPC for NFSv4.1/4.2Rick Macklem2021-08-121-4/+24
* nfscl: Cache an open stateid for the "oneopenown" mount optionRick Macklem2021-07-281-0/+17
* nfscl: Add support for va_birthtime to NFSv4Rick Macklem2021-05-081-1/+4
* nfsclient: Copy only initialized fields in nfs_getattr()Mark Johnston2021-05-041-17/+2
* nfsclient: add nfs node locking around uses of n_direofoffsetRick Macklem2021-02-281-5/+16
* nfsclient: add checks for a server returning the current directoryRick Macklem2021-02-281-9/+29
* Modify the NFSv4.2 VOP_COPY_FILE_RANGE() client call to return after oneRick Macklem2020-10-011-14/+12
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+5