summaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust2020-02-131-3/+8
* NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2020-02-131-7/+26
* NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-121-0/+6
* NFSv4: Limit the total number of cached delegationsTrond Myklebust2020-02-031-1/+7
* NFSv4: Add accounting for the number of active delegations heldTrond Myklebust2020-02-031-12/+24
* NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust2020-02-031-0/+33
* NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust2020-02-031-1/+3
* NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust2020-02-031-0/+1
* NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust2019-11-031-0/+1
* NFSv4: Fix races between open and delegreturnTrond Myklebust2019-11-031-35/+29
* NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust2019-11-031-1/+2
* NFSv4: Fix nfs4_inode_make_writeable()Trond Myklebust2019-11-031-4/+12
* NFSv4: Don't reclaim delegations that have been returned or revokedTrond Myklebust2019-11-031-1/+1
* NFSv4: Ignore requests to return the delegation if it was revokedTrond Myklebust2019-11-031-3/+4
* NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust2019-11-031-0/+36
* NFSv4: Update the stateid seqid in nfs_revoke_delegation()Trond Myklebust2019-11-031-2/+13
* NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()Trond Myklebust2019-11-031-0/+1
* NFSv4: Hold the delegation spinlock when updating the seqidTrond Myklebust2019-11-031-0/+2
* NFSv4: Don't remove the delegation from the super_list more than onceTrond Myklebust2019-11-031-0/+4
* NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust2019-11-031-4/+7
* NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revokedTrond Myklebust2019-11-031-1/+2
* NFSv4: Delegation recalls should not find revoked delegationsTrond Myklebust2019-11-031-1/+2
* NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-11-011-1/+1
* NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-011-0/+10
* NFSv4.1: Only reap expired delegationsTrond Myklebust2019-08-041-6/+17
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-08-041-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew2019-05-091-0/+12
* NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2019-02-211-8/+12
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-1/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-15/+13
* NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2018-11-131-2/+9
* NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2018-10-051-3/+3
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-301-5/+6
* NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker2018-06-141-1/+3
* NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust2018-06-081-7/+9
* NFSv4: Ensure the inode is clean when we set a delegationTrond Myklebust2018-06-041-0/+4
* NFS: Avoid quadratic search when freeing delegations.NeilBrown2018-05-311-4/+53
* NFS: use cond_resched() when restarting walk of delegation list.NeilBrown2018-05-311-0/+3
* NFS: slight optimization for walking list for delegationsNeilBrown2018-05-311-3/+3
* NFSv4: Fix the nfs_inode_set_delegation() argumentsTrond Myklebust2018-04-101-13/+22
* NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust2018-04-101-0/+17
* nfs: convert to new i_version APIJeff Layton2018-01-291-1/+2
* NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-171-0/+27
* NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-151-1/+1
* NFSv4: Optimise away forced revalidation when we know the attributes are OKTrond Myklebust2016-12-011-4/+0
* NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegationTrond Myklebust2016-09-271-4/+8
* NFSv4: Fix a race in nfs_inode_reclaim_delegation()Trond Myklebust2016-09-271-7/+5
* NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust2016-09-271-0/+19
* NFSv4: Ensure we don't re-test revoked and freed stateidsTrond Myklebust2016-09-271-0/+3
OpenPOWER on IntegriCloud