aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
...
* nfscl: Do not do readahead for directoriesRick Macklem2024-05-101-30/+1
* nfscl: Clear out a lot of cruft related to B_DIRECTRick Macklem2024-04-285-227/+57
* nfscl: Do not use nfso_own for delayed nfsrpc_doclose()Rick Macklem2024-04-261-6/+14
* nfscl: Revert part of commit 196787f79e67Rick Macklem2024-04-253-46/+11
* nfscl: Purge name cache when readdir_plus is doneZaphrod Beeblebrox2024-04-111-0/+10
* ncl_bioread(): check for vp->v_object before accessing itKonstantin Belousov2024-01-151-6/+14
* nfscl: Only update atime for Copy when noatime is not specifiedRick Macklem2024-01-122-23/+33
* Add vnode_pager_clean_{a,}sync(9)Konstantin Belousov2024-01-113-38/+14
* nfsclient: limit situations when we do unlocked read-ahead by nfsiodKonstantin Belousov2024-01-051-2/+9
* nfsclient: eliminate ncl_writebp()Konstantin Belousov2024-01-055-75/+2
* nfsclient: flush dirty pages of the vnodeKonstantin Belousov2024-01-051-6/+39
* nfsclient copy_file_range(): flush dst vnode dataKonstantin Belousov2024-01-051-1/+1
* nfsclient: Propagate copyin() errors from nfsm_uiombuf()Mark Johnston2023-12-123-12/+38
* nfscl: Fix comment for commit 6aded1e6b2e5Rick Macklem2023-12-041-1/+1
* nfscl: Fix processing of a rare Rename reply caseRick Macklem2023-12-031-1/+1
* vn_copy_file_range(): provide ENOSYS fallback to vn_generic_copy_file_range()Konstantin Belousov2023-11-281-3/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* nfscl: newnfs_copycred() cannot be called when a mutex is heldRick Macklem2023-11-061-1/+4
* nfscl/kgssapi: Fix Kerberized NFS mounts to pNFS serversRick Macklem2023-10-231-2/+42
* nfscl: Handle a Getattr failure with NFSERR_DELAY following OpenRick Macklem2023-10-221-9/+23
* nfscl: Use Claim_Null_FH and Claim_Deleg_Cur_FHRick Macklem2023-10-205-46/+114
* nfscl: Make NFSv4.2 Copy set atime on infdRick Macklem2023-10-182-3/+53
* nfscl: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-091-2/+2
* 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-1612-24/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-052-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* nfscl: Make coverity happyRick Macklem2023-03-291-10/+10
* nfscl: Make coverity happyRick Macklem2023-03-272-2/+2
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-166-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