summaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.h
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: fairly test all delegations on a SEQ4_ revocationBenjamin Coddington2023-11-011-0/+1
* NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust2021-06-131-0/+1
* NFS: Don't store NFS_INO_REVAL_FORCEDTrond Myklebust2021-04-141-2/+1
* NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2020-02-131-0/+1
* NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust2020-02-031-0/+1
* NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust2019-11-031-0/+1
* NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust2019-11-031-1/+1
* NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-011-0/+1
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-08-041-1/+1
* NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew2019-05-091-0/+1
* NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2019-02-211-0/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-5/+5
* NFSv4: Fix the nfs_inode_set_delegation() argumentsTrond Myklebust2018-04-101-2/+4
* NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust2018-04-101-0/+1
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-0/+1
|\
| * NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-171-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust2016-09-271-0/+2
* NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust2016-09-271-0/+4
* NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust2016-09-271-1/+1
* NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust2016-05-171-1/+1
* NFSv4: Recovery of recalled read delegations is brokenTrond Myklebust2015-09-201-1/+1
* NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust2015-09-071-0/+1
* NFSv4: Express delegation limit in units of pagesTrond Myklebust2015-09-071-1/+1
* NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust2014-11-121-0/+1
* nfs4: add nfs4_check_delegationPeng Tao2014-07-121-0/+1
* NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust2013-04-051-1/+1
* NFSv4: Be less aggressive about returning delegations for open filesTrond Myklebust2013-04-051-0/+1
* NFSv4: Clean up delegation recall error handlingTrond Myklebust2013-04-051-1/+1
* NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust2013-02-111-0/+1
* NFS: Convert v4 into a moduleBryan Schumaker2012-07-301-1/+1
* NFS: Create a return_delegation rpc opBryan Schumaker2012-06-291-7/+1
* NFS: Create a have_delegation rpc_opBryan Schumaker2012-06-291-7/+2
* NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker2012-06-291-1/+1
* NFS: nfs_inode_return_delegation() should always flush dirty dataTrond Myklebust2012-05-081-0/+1
* NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust2012-03-101-1/+0
* NFS: Don't copy read delegation stateids in setattrTrond Myklebust2012-03-081-1/+1
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-03-061-0/+1
* NFS: Move cl_delegations to the nfs_server structChuck Lever2011-01-061-0/+1
* NFSv41: Fix nfs_async_inode_return_delegation() uglinessTrond Myklebust2010-06-221-3/+1
* NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust2010-03-101-0/+6
* nfs41: v2 fix cb_recall bugAlexandros Batsakis2009-12-051-1/+3
* nfs41: V2 initial support for CB_RECALL_ANYAlexandros Batsakis2009-12-051-0/+1
* NFSv4: Fix a potential state manager deadlock when returning delegationsTrond Myklebust2009-12-031-1/+1
* NFSv4: Convert delegation->type field to fmode_tTrond Myklebust2008-12-231-3/+3
* NFSv4: Return unreferenced delegations more promptlyTrond Myklebust2008-12-231-13/+4
* NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust2008-12-231-0/+1
* NFSv4: Clean up the support for returning multiple delegationsTrond Myklebust2008-12-231-2/+6
* NFS: Use atomic bitops when changing struct nfs_delegation->flagsTrond Myklebust2008-12-231-2/+2
* NFSv4: Fix up another delegation related raceTrond Myklebust2008-12-231-0/+1