summaryrefslogtreecommitdiff
path: root/fs/nfs/delegation.c
AgeCommit message (Expand)Author
2022-02-25NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust
2021-10-20NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust
2021-06-13NFSv4: Add lease breakpoints in case of a delegation recall or returnTrond Myklebust
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
2021-04-05NFS: Fix up incorrect documentationTrond Myklebust
2021-01-10NFS: nfs_delegation_find_inode_server must first reference the superblockTrond Myklebust
2020-04-03NFS: Beware when dereferencing the delegation credTrond Myklebust
2020-03-16NFSv4: Clean up nfs_delegation_reap_expired()Trond Myklebust
2020-03-16NFSv4: Clean up nfs_delegation_reap_unclaimed()Trond Myklebust
2020-03-16NFSv4: Clean up nfs_client_return_marked_delegations()Trond Myklebust
2020-03-16NFSv4: nfs_update_inplace_delegation() should update delegation credTrond Myklebust
2020-02-13NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust
2020-02-13NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust
2020-02-03NFSv4: Limit the total number of cached delegationsTrond Myklebust
2020-02-03NFSv4: Add accounting for the number of active delegations heldTrond Myklebust
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust
2020-02-03NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust
2020-02-03NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust
2019-11-03NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust
2019-11-03NFSv4: Fix races between open and delegreturnTrond Myklebust
2019-11-03NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust
2019-11-03NFSv4: Fix nfs4_inode_make_writeable()Trond Myklebust
2019-11-03NFSv4: Don't reclaim delegations that have been returned or revokedTrond Myklebust
2019-11-03NFSv4: Ignore requests to return the delegation if it was revokedTrond Myklebust
2019-11-03NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust
2019-11-03NFSv4: Update the stateid seqid in nfs_revoke_delegation()Trond Myklebust
2019-11-03NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()Trond Myklebust
2019-11-03NFSv4: Hold the delegation spinlock when updating the seqidTrond Myklebust
2019-11-03NFSv4: Don't remove the delegation from the super_list more than onceTrond Myklebust
2019-11-03NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust
2019-11-03NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revokedTrond Myklebust
2019-11-03NFSv4: Delegation recalls should not find revoked delegationsTrond Myklebust
2019-11-01NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust
2019-08-04NFSv4.1: Only reap expired delegationsTrond Myklebust
2019-08-04NFSv4: Fix delegation state recoveryTrond Myklebust
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
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
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-11-13NFSv4: Fix an Oops during delegation callbacksTrond Myklebust
2018-10-05NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust
2018-06-14NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker
2018-06-08NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust
2018-06-04NFSv4: Ensure the inode is clean when we set a delegationTrond Myklebust
2018-05-31NFS: Avoid quadratic search when freeing delegations.NeilBrown