aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28nfs: fix incorrect handling of large-number NFS errors in nfs4_do_mkdir()NeilBrown1-12/+20
2025-05-28NFSv4: Allow FREE_STATEID to clean up delegationsBenjamin Coddington1-6/+6
2025-05-28NFSv4: Don't check for OPEN feature support in v4.1Scott Mayhew1-2/+3
2025-05-28NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia1-2/+10
2025-05-28NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are delegatedSagi Grimberg1-4/+4
2025-05-28NFS: 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-27nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng1-1/+8
2025-04-27NFSv4: Handle fatal ENETDOWN and ENETUNREACH errorsTrond Myklebust1-0/+9
2025-04-02Merge 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/kernel/git/vfs/vfsLinus 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-19NFSv4: 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/viro/vfsLinus Torvalds1-10/+10
2025-01-27nfs: 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-22NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust1-3/+6
2024-08-22nfs: fix the fetch of FATTR4_OPEN_ARGUMENTSJeff Layton1-1/+2
2024-07-08NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia1-1/+1
2024-07-08NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argumentTrond Myklebust1-3/+5
2024-07-08NFSv4/pNFS: Retry the layout return later in case of a timeout or rebootTrond Myklebust1-1/+20
2024-07-08NFSv4.1: constify the stateid argument in nfs41_test_stateid()Trond Myklebust1-12/+12
2024-07-08NFSv4: Don't send delegation-related share access modes to CLOSETrond Myklebust1-4/+11
2024-07-08Return the delegation when deleting sillyrenamed filesLance Shelton1-0/+1
2024-07-08NFSv4: Ask for a delegation or an open stateid in OPENTrond Myklebust1-0/+2
2024-07-08NFSv4: Add support for OPEN4_RESULT_NO_OPEN_STATEIDTrond Myklebust1-4/+12
2024-07-08NFSv4: Detect support for OPEN4_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONTrond Myklebust1-0/+4
2024-07-08NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attributeTrond Myklebust1-2/+18
2024-07-08NFSv4: Don't request atime/mtime/size if they are delegated to usTrond Myklebust1-3/+17
2024-07-08NFSv4: Delegreturn must set m/atime when they are delegatedTrond Myklebust1-3/+24
2024-07-08NFSv4: Enable attribute delegationsTrond Myklebust1-1/+6
2024-07-08NFSv4: Add a capability for delegated attributesTrond Myklebust1-0/+2
2024-07-08NFSv4: Add recovery of attribute delegationsTrond Myklebust1-3/+15
2024-07-08NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust1-9/+12
2024-07-08NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust1-7/+7
2024-07-08NFSv4: Plumb in XDR support for the new delegation-only setattr opTrond Myklebust1-0/+25
2024-07-08NFSv4: Add new attribute delegation definitionsTrond Myklebust1-1/+1
2024-07-08NFSv4: Refactor nfs4_opendata_check_deleg()Trond Myklebust1-36/+30
2024-07-08NFSv4: Clean up open delegation return structureTrond Myklebust1-12/+18
2024-05-30NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia1-1/+22