summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2024-07-08NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2024-07-08NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argumentTrond Myklebust
2024-07-08NFSv4/pNFS: Retry the layout return later in case of a timeout or rebootTrond Myklebust
2024-07-08NFSv4.1: constify the stateid argument in nfs41_test_stateid()Trond Myklebust
2024-07-08NFSv4: Don't send delegation-related share access modes to CLOSETrond Myklebust
2024-07-08Return the delegation when deleting sillyrenamed filesLance Shelton
2024-07-08NFSv4: Ask for a delegation or an open stateid in OPENTrond Myklebust
2024-07-08NFSv4: Add support for OPEN4_RESULT_NO_OPEN_STATEIDTrond Myklebust
2024-07-08NFSv4: Detect support for OPEN4_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONTrond Myklebust
2024-07-08NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attributeTrond Myklebust
2024-07-08NFSv4: Don't request atime/mtime/size if they are delegated to usTrond Myklebust
2024-07-08NFSv4: Delegreturn must set m/atime when they are delegatedTrond Myklebust
2024-07-08NFSv4: Enable attribute delegationsTrond Myklebust
2024-07-08NFSv4: Add a capability for delegated attributesTrond Myklebust
2024-07-08NFSv4: Add recovery of attribute delegationsTrond Myklebust
2024-07-08NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust
2024-07-08NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust
2024-07-08NFSv4: Plumb in XDR support for the new delegation-only setattr opTrond Myklebust
2024-07-08NFSv4: Add new attribute delegation definitionsTrond Myklebust
2024-07-08NFSv4: Refactor nfs4_opendata_check_deleg()Trond Myklebust
2024-07-08NFSv4: Clean up open delegation return structureTrond Myklebust
2024-05-30NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia
2024-05-22NFSv4: Fix memory leak in nfs4_set_security_labelDmitry Mastykin
2024-05-20NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust
2024-03-09NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia
2024-02-28NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora
2024-02-05filelock: split leases out of struct file_lockJeff Layton
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton
2024-02-05nfs: convert to using new filelock helpersJeff Layton
2024-01-04NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-01nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)
2023-11-01NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia
2023-11-01NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-22NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust
2023-10-22NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust
2023-10-18NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2023-10-09nfs: move nfs4_xattr_handlers to .rodataWedson Almeida Filho
2023-09-27NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust
2023-09-15NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-24NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2023-08-23NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker
2023-08-19NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro
2023-07-02NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington