aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust1-0/+1
2019-11-03NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust1-1/+1
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust1-0/+1
2019-08-04NFSv4: Fix delegation state recoveryTrond Myklebust1-1/+1
2019-05-09NFSv4: don't mark all open state for recovery when handling recallable state revoked flagScott Mayhew1-0/+1
2019-02-21NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust1-0/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-5/+5
2018-04-10NFSv4: Fix the nfs_inode_set_delegation() argumentsTrond Myklebust1-2/+4
2018-04-10NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust1-0/+1
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-09-27NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust1-0/+2
2016-09-27NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust1-0/+4
2016-09-27NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust1-1/+1
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust1-1/+1
2015-09-20NFSv4: Recovery of recalled read delegations is brokenTrond Myklebust1-1/+1
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust1-0/+1
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust1-1/+1
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust1-0/+1
2014-07-12nfs4: add nfs4_check_delegationPeng Tao1-0/+1
2013-04-05NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust1-1/+1
2013-04-05NFSv4: Be less aggressive about returning delegations for open filesTrond Myklebust1-0/+1
2013-04-05NFSv4: Clean up delegation recall error handlingTrond Myklebust1-1/+1
2013-02-11NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust1-0/+1
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-1/+1
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker1-7/+1
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker1-7/+2
2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker1-1/+1
2012-05-08NFS: nfs_inode_return_delegation() should always flush dirty dataTrond Myklebust1-0/+1
2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust1-1/+0
2012-03-08NFS: Don't copy read delegation stateids in setattrTrond Myklebust1-1/+1
2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust1-0/+1
2011-01-06NFS: Move cl_delegations to the nfs_server structChuck Lever1-0/+1
2010-06-22NFSv41: Fix nfs_async_inode_return_delegation() uglinessTrond Myklebust1-3/+1
2010-03-10NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust1-0/+6
2009-12-05nfs41: v2 fix cb_recall bugAlexandros Batsakis1-1/+3
2009-12-05nfs41: V2 initial support for CB_RECALL_ANYAlexandros Batsakis1-0/+1
2009-12-03NFSv4: Fix a potential state manager deadlock when returning delegationsTrond Myklebust1-1/+1
2008-12-23NFSv4: Convert delegation->type field to fmode_tTrond Myklebust1-3/+3
2008-12-23NFSv4: Return unreferenced delegations more promptlyTrond Myklebust1-13/+4
2008-12-23NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust1-0/+1
2008-12-23NFSv4: Clean up the support for returning multiple delegationsTrond Myklebust1-2/+6
2008-12-23NFS: Use atomic bitops when changing struct nfs_delegation->flagsTrond Myklebust1-2/+2
2008-12-23NFSv4: Fix up another delegation related raceTrond Myklebust1-0/+1
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust1-1/+2
2007-07-10NFSv4: Use RCU to protect delegationsTrond Myklebust1-4/+10
2007-07-10NFSv4: Support recalling delegations by stateid part 2Trond Myklebust1-1/+1
2007-07-10NFSv4: Support recalling delegations by stateidTrond Myklebust1-9/+1
2007-07-10NFSv4: Cleanup: pass the nfs_open_context to open recovery codeTrond Myklebust1-1/+1