summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-05NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust1-8/+39
2026-01-05pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust1-3/+3
2025-12-06NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegationsTrond Myklebust1-8/+17
2025-11-24NFS: Add a module option to disable directory delegationsAnna Schumaker1-0/+2
2025-11-24NFS: Request a directory delegation during RENAMEAnna Schumaker1-1/+4
2025-11-24NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker1-4/+51
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew1-2/+11
2025-11-19NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust1-13/+14
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt1-0/+13
2025-09-23nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro1-0/+2
2025-09-23NFS: Update getacl to use xdr_set_scratch_folio()Anna Schumaker1-2/+2
2025-09-23NFSv4.1: fix backchannel max_resp_sz verification checkAnthony Iliopoulos1-1/+1
2025-09-23NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia1-2/+2
2025-08-29NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supportedTrond Myklebust1-1/+2
2025-08-29NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust1-2/+3
2025-08-29NFSv4: Don't clear capabilities that won't be resetTrond Myklebust1-1/+0
2025-08-04NFSv4: Remove duplicate lookups, capability probes and fsinfo callsTrond Myklebust1-48/+39
2025-08-04NFS: Fix the setting of capabilities when automounting a new filesystemTrond Myklebust1-1/+1
2025-07-28NFSv4.2: another fix for listxattrOlga Kornievskaia1-4/+6
2025-07-22NFS: use a hash table for delegation lookupChristoph Hellwig1-1/+21
2025-07-15nfs: new tracepoint in match_stateid operationJeff Layton1-0/+4
2025-07-15nfs: Add timecreate to nfs inodeAnne Marie Merritt1-1/+13
2025-05-29nfs: fix incorrect handling of large-number NFS errors in nfs4_do_mkdir()NeilBrown1-12/+20
2025-05-29NFSv4: Allow FREE_STATEID to clean up delegationsBenjamin Coddington1-6/+6
2025-05-29NFSv4: Don't check for OPEN feature support in v4.1Scott Mayhew1-2/+3
2025-05-29NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia1-2/+10
2025-05-29NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...Sagi Grimberg1-4/+4
2025-05-29NFS: Add support for fallocate(FALLOC_FL_ZERO_RANGE)Anna Schumaker1-0/+1
2025-05-19NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew1-0/+5
2025-04-28nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng1-1/+8
2025-04-28NFSv4: Handle fatal ENETDOWN and ENETUNREACH errorsTrond Myklebust1-0/+9
2025-04-03Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+13
2025-03-28NFS: Don't allow waiting for exiting tasksTrond Myklebust1-2/+7
2025-03-26NFSv4: Further cleanups to shutdown loopsTrond Myklebust1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+32
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-0/+3
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS operationChuck Lever1-1/+2
2025-03-05nfs: change mkdir inode_operation to return alternate dentry if needed.NeilBrown1-12/+31
2025-02-26nfs/vfs: discard d_exact_alias()NeilBrown1-3/+1
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley1-3/+4
2025-02-20NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust1-0/+3
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+10
2025-01-28nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro1-10/+10
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-8/+12
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-2/+6
2024-11-09NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust1-3/+5
2024-11-04NFS: Fix attribute delegation behaviour on exclusive createTrond Myklebust1-0/+4
2024-09-23NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar1-2/+14
2024-08-23NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust1-3/+6