aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Do not accept audit/alarm ACEs for the NFSv4 serverRick Macklem2022-01-111-8/+8
* Revert "nfscommon: Add arguments for support of the dacl attribute"Rick Macklem2022-01-111-8/+8
* nfscl: Always invalidate buffers for append writesRick Macklem2022-01-061-36/+39
* nfscommon: Add arguments for support of the dacl attributeRick Macklem2021-12-271-8/+8
* nfscl: Check for mmap(2)'d file before doing direct outputRick Macklem2021-12-201-1/+13
* nfscl: Partially revert commit 867c27c23a5cRick Macklem2021-12-161-4/+4
* nfscl: Handle CB_SEQUENCE not first op correctlyRick Macklem2021-12-161-15/+15
* nfscl: Change IO_APPEND writes to direct I/ORick Macklem2021-12-152-5/+9
* nfscl: add a filesize limit check to nfs_allocate()Rick Macklem2021-12-131-6/+13
* nfscl: Fix must_commit handling for mirrored pNFS mountsRick Macklem2021-12-121-2/+6
* nfscl: Fix must_commit/writeverf handling for Direct I/ORick Macklem2021-12-112-9/+42
* nfscl: Check for an error return from nfsrv_getattrbits()Rick Macklem2021-12-091-2/+6
* nfscl: Sanity check the callback tag lengthRick Macklem2021-12-091-1/+2
* nfscl: Disable use of the LookupOpen RPCRick Macklem2021-11-271-1/+7
* nfscl: Sanity check irdcnt in nfsrpc_createsessionRick Macklem2021-11-261-0/+4
* nfsclient: upgrade vnode lock in VOP_OPEN()/VOP_CLOSE() if we need to flush b...Konstantin Belousov2021-11-161-0/+42
* pNFS: Add nfsstats counters for number of LayoutsRick Macklem2021-11-131-0/+2
* nfscl: Add a LayoutError RPC for NFSv4.2 pNFS mountsRick Macklem2021-11-111-0/+56
* vfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATERick Macklem2021-11-061-1/+1
* nfscl: Fix two more cases for forced dismountRick Macklem2021-11-051-8/+46
* nfscl: Fix forced dismount from looping on commitRick Macklem2021-11-032-2/+2
* nfscl: Fix use after free for forced dismountRick Macklem2021-11-032-7/+22
* nfscl: Check for a forced dismount in nfscl_getref()Rick Macklem2021-11-031-2/+6
* nfscl: Do pNFS layout return_on_close synchronouslyRick Macklem2021-10-311-17/+46
* nfscl: Add setting n_localmodtime to the Write RPC codeRick Macklem2021-10-312-3/+22
* 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-303-9/+99
* nfscl: Use NFSMNTP_DELEGISSUED in two more functionsRick Macklem2021-10-301-0/+12
* nfscl: Add a missing delegation lock releaseRick Macklem2021-10-261-0/+2
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-7/+2
* nfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replies betterRick Macklem2021-10-182-6/+28
* nfscl: Modify Close RPC so that it does not use "owner" for NFSv4.1/4.2Rick Macklem2021-10-181-5/+8
* nfscl: Move release of the clientID lock into nfscl_doclose()Rick Macklem2021-10-162-6/+6
* nfscl: Add an argument to nfscl_tryclose()Rick Macklem2021-10-152-7/+7
* nfscl: Restructure nfscl_freeopen() slightlyRick Macklem2021-10-152-15/+27
* nfscl: Make nfscl_getlayout() acquire the correct pNFS layoutRick Macklem2021-10-132-10/+11
* nfscl: Fix another deadlock related to the NFSv4 clientID lockRick Macklem2021-10-131-0/+4
* nfscl: Fix a deadlock related to the NFSv4 clientID lockRick Macklem2021-10-123-21/+24
* 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: Add a check for "has acquired a delegation" to nfscl_removedeleg()Rick Macklem2021-09-271-0/+6
* nfsclient: Fix a typo in a commentGordon Bergling2021-09-261-1/+1
* nfscl: Use vfs.nfs.maxalloclen to limit Deallocate RPC RTTRick Macklem2021-09-181-2/+18
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-171-2/+3
* nfscl: Add vfs.nfs.maxalloclen to limit Allocate/Deallocate RPC RTTRick Macklem2021-09-161-4/+13
* nfscl: Make vfs.nfs.maxcopyrange larger by defaultRick Macklem2021-09-111-1/+4
* nfscl: Add a VOP_DEALLOCATE() for the NFSv4.2 clientRick Macklem2021-08-283-0/+192
* nfscl: Add a Lookup+Open RPC for NFSv4.1/4.2Rick Macklem2021-08-123-10/+162
* nfscl: Cache an open stateid for the "oneopenown" mount optionRick Macklem2021-07-285-4/+70
* nfscl: Set correct lockowner for "oneopenown" mount optionRick Macklem2021-07-281-2/+3