summaryrefslogtreecommitdiff
path: root/fs/nfs/delegation.h
AgeCommit message (Expand)Author
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig
2026-01-30NFS: return void from ->return_delegationChristoph Hellwig
2026-01-30NFS: return void from nfs4_inode_make_writeableChristoph Hellwig
2026-01-20NFS: add a separate delegation return listChristoph Hellwig
2026-01-20NFS: take a delegation reference in nfs4_get_valid_delegationChristoph Hellwig
2026-01-20NFS: remove NFS_DELEGATION_INODE_FREEINGChristoph Hellwig
2025-11-23NFS: Add a module option to disable directory delegationsAnna Schumaker
2025-11-23NFS: Shortcut lookup revalidations if we have a directory delegationAnna Schumaker
2025-11-23NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker
2025-07-22NFS: use a hash table for delegation lookupChristoph Hellwig
2025-02-19NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust
2024-07-08NFSv4: Delegreturn must set m/atime when they are delegatedTrond 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
2023-11-01NFSv4: fairly test all delegations on a SEQ4_ revocationBenjamin Coddington
2021-06-13NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust
2021-04-14NFS: Don't store NFS_INO_REVAL_FORCEDTrond Myklebust
2020-02-13NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust
2019-11-03NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust
2019-11-03NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust
2019-08-04NFSv4: Fix delegation state recoveryTrond Myklebust
2019-05-09NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew
2019-02-21NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-04-10NFSv4: Fix the nfs_inode_set_delegation() argumentsTrond Myklebust
2018-04-10NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-27NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust
2016-09-27NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust
2016-09-27NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust
2015-09-20NFSv4: Recovery of recalled read delegations is brokenTrond Myklebust
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust
2014-07-12nfs4: add nfs4_check_delegationPeng Tao
2013-04-05NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust
2013-04-05NFSv4: Be less aggressive about returning delegations for open filesTrond Myklebust
2013-04-05NFSv4: Clean up delegation recall error handlingTrond Myklebust
2013-02-11NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker
2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker
2012-05-08NFS: nfs_inode_return_delegation() should always flush dirty dataTrond Myklebust
2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust