aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/delegation.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeGravatar Trond Myklebust 1-1/+1
2015-09-20NFSv4: Recovery of recalled read delegations is brokenGravatar Trond Myklebust 1-1/+1
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheGravatar Trond Myklebust 1-0/+1
2015-09-07NFSv4: Express delegation limit in units of pagesGravatar Trond Myklebust 1-1/+1
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnGravatar Trond Myklebust 1-0/+1
2014-07-12nfs4: add nfs4_check_delegationGravatar Peng Tao 1-0/+1
2013-04-05NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useGravatar Trond Myklebust 1-1/+1
2013-04-05NFSv4: Be less aggressive about returning delegations for open filesGravatar Trond Myklebust 1-0/+1
2013-04-05NFSv4: Clean up delegation recall error handlingGravatar Trond Myklebust 1-1/+1
2013-02-11NFSv4.1: Don't lose locks when a server reboots during delegation returnGravatar Trond Myklebust 1-0/+1
2012-07-30NFS: Convert v4 into a moduleGravatar Bryan Schumaker 1-1/+1
2012-06-29NFS: Create a return_delegation rpc opGravatar Bryan Schumaker 1-7/+1
2012-06-29NFS: Create a have_delegation rpc_opGravatar Bryan Schumaker 1-7/+2
2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Gravatar Bryan Schumaker 1-1/+1
2012-05-08NFS: nfs_inode_return_delegation() should always flush dirty dataGravatar Trond Myklebust 1-0/+1
2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNGravatar Trond Myklebust 1-1/+0
2012-03-08NFS: Don't copy read delegation stateids in setattrGravatar Trond Myklebust 1-1/+1
2012-03-06NFS: Properly handle the case where the delegation is revokedGravatar Trond Myklebust 1-0/+1
2011-01-06NFS: Move cl_delegations to the nfs_server structGravatar Chuck Lever 1-0/+1
2010-06-22NFSv41: Fix nfs_async_inode_return_delegation() uglinessGravatar Trond Myklebust 1-3/+1
2010-03-10NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Gravatar Trond Myklebust 1-0/+6
2009-12-05nfs41: v2 fix cb_recall bugGravatar Alexandros Batsakis 1-1/+3
2009-12-05nfs41: V2 initial support for CB_RECALL_ANYGravatar Alexandros Batsakis 1-0/+1
2009-12-03NFSv4: Fix a potential state manager deadlock when returning delegationsGravatar Trond Myklebust 1-1/+1
2008-12-23NFSv4: Convert delegation->type field to fmode_tGravatar Trond Myklebust 1-3/+3
2008-12-23NFSv4: Return unreferenced delegations more promptlyGravatar Trond Myklebust 1-13/+4
2008-12-23NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Gravatar Trond Myklebust 1-0/+1
2008-12-23NFSv4: Clean up the support for returning multiple delegationsGravatar Trond Myklebust 1-2/+6
2008-12-23NFS: Use atomic bitops when changing struct nfs_delegation->flagsGravatar Trond Myklebust 1-2/+2
2008-12-23NFSv4: Fix up another delegation related raceGravatar Trond Myklebust 1-0/+1
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeGravatar Trond Myklebust 1-1/+2
2007-07-10NFSv4: Use RCU to protect delegationsGravatar Trond Myklebust 1-4/+10
2007-07-10NFSv4: Support recalling delegations by stateid part 2Gravatar Trond Myklebust 1-1/+1
2007-07-10NFSv4: Support recalling delegations by stateidGravatar Trond Myklebust 1-9/+1
2007-07-10NFSv4: Cleanup: pass the nfs_open_context to open recovery codeGravatar Trond Myklebust 1-1/+1
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientGravatar David Howells 1-5/+5
2006-03-20NFSv4: Send the delegation stateid for SETATTR callsGravatar Trond Myklebust 1-0/+1
2006-01-06NFSv4: Ensure change attribute returned by GETATTR callback conforms to specGravatar Trond Myklebust 1-0/+1
2006-01-06NFSv4: Send RENEW requests to the server only when we're holding stateGravatar Trond Myklebust 1-0/+1
2005-11-04NFSv4: Recover locks too when returning a delegationGravatar Trond Myklebust 1-0/+1
2005-10-18NFSv4: Return delegation upon rename or removal of file.Gravatar Trond Myklebust 1-1/+15
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+57