aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust1-0/+1
2019-11-03NFSv4: Fix races between open and delegreturnTrond Myklebust1-35/+29
2019-11-03NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust1-1/+2
2019-11-03NFSv4: Fix nfs4_inode_make_writeable()Trond Myklebust1-4/+12
2019-11-03NFSv4: Don't reclaim delegations that have been returned or revokedTrond Myklebust1-1/+1
2019-11-03NFSv4: Ignore requests to return the delegation if it was revokedTrond Myklebust1-3/+4
2019-11-03NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust1-0/+36
2019-11-03NFSv4: Update the stateid seqid in nfs_revoke_delegation()Trond Myklebust1-2/+13
2019-11-03NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()Trond Myklebust1-0/+1
2019-11-03NFSv4: Hold the delegation spinlock when updating the seqidTrond Myklebust1-0/+2
2019-11-03NFSv4: Don't remove the delegation from the super_list more than onceTrond Myklebust1-0/+4
2019-11-03NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust1-4/+7
2019-11-03NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revokedTrond Myklebust1-1/+2
2019-11-03NFSv4: Delegation recalls should not find revoked delegationsTrond Myklebust1-1/+2
2019-11-01NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust1-1/+1
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust1-0/+10
2019-08-04NFSv4.1: Only reap expired delegationsTrond Myklebust1-6/+17
2019-08-04NFSv4: Fix delegation state recoveryTrond Myklebust1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-09NFSv4: don't mark all open state for recovery when handling recallable state revoked flagScott Mayhew1-0/+12
2019-02-21NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust1-8/+12
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-15/+13
2018-11-13NFSv4: Fix an Oops during delegation callbacksTrond Myklebust1-2/+9
2018-10-05NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia1-3/+3
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust1-5/+6
2018-06-14NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker1-1/+3
2018-06-08NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust1-7/+9
2018-06-04NFSv4: Ensure the inode is clean when we set a delegationTrond Myklebust1-0/+4
2018-05-31NFS: Avoid quadratic search when freeing delegations.NeilBrown1-4/+53
2018-05-31NFS: use cond_resched() when restarting walk of delegation list.NeilBrown1-0/+3
2018-05-31NFS: slight optimization for walking list for delegationsNeilBrown1-3/+3
2018-04-10NFSv4: Fix the nfs_inode_set_delegation() argumentsTrond Myklebust1-13/+22
2018-04-10NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust1-0/+17
2018-01-29nfs: convert to new i_version APIJeff Layton1-1/+2
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust1-0/+27
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust1-1/+1
2016-12-01NFSv4: Optimise away forced revalidation when we know the attributes are OKTrond Myklebust1-4/+0
2016-09-27NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegationTrond Myklebust1-4/+8
2016-09-27NFSv4: Fix a race in nfs_inode_reclaim_delegation()Trond Myklebust1-7/+5
2016-09-27NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust1-0/+19
2016-09-27NFSv4: Ensure we don't re-test revoked and freed stateidsTrond Myklebust1-0/+3
2016-09-27NFSv4.1: Deal with server reboots during delegation expiration recoveryTrond Myklebust1-0/+26
2016-09-27NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust1-1/+96
2016-09-27NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust1-7/+23
2016-09-27NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust1-4/+13
2016-09-27NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()Trond Myklebust1-0/+1
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust1-3/+6
2015-10-08NFSv4: Don't use synchronous delegation recall in exception handlingTrond Myklebust1-4/+2
2015-09-20NFSv4: Recovery of recalled read delegations is brokenTrond Myklebust1-3/+5