aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-24NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust1-0/+6
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell1-6/+6
2011-07-20nfs4_closedata doesn't need to mess with struct pathAl Viro1-6/+6
2011-07-12NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson1-1/+8
2011-05-27NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errorsTrond Myklebust1-1/+5
2011-04-24NFSv4: Ensure that clientid and session establishment can time outTrond Myklebust1-0/+1
2011-04-24NFSv4.1: Don't loop forever in nfs4_proc_create_sessionTrond Myklebust1-15/+31
2011-04-15NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust1-2/+2
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner1-1/+2
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson1-0/+1
2011-03-11NFSv4.1: new flag for lease time checkAndy Adamson1-0/+5
2011-03-11NFSv4: nfs4_state_mark_reclaim_nograce() should be staticTrond Myklebust1-2/+2
2011-03-11NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust1-6/+19
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson1-6/+0
2011-01-06NFS: Move cl_state_owners and related fields to the nfs_server structChuck Lever1-71/+180
2011-01-06pnfs: layout roc codeFred Isaman1-2/+5
2011-01-06NFS add session back channel drainingAndy Adamson1-7/+22
2011-01-06NFS associate sessionid with callback connectionAndy Adamson1-0/+6
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+2
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-6/+34
2010-10-24NFS: client needs to maintain list of inodes with active layoutsAndy Adamson1-0/+2
2010-10-23nfs: include ratelimit.h, fix nfs4state build errorRandy Dunlap1-0/+1
2010-10-23NFSv4: The state manager must ignore EKEYEXPIRED.Trond Myklebust1-1/+22
2010-10-19NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTIDTrond Myklebust1-5/+11
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-5/+5
2010-07-30NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust1-10/+35
2010-07-30NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust1-0/+2
2010-06-24NFSv4: Clean up struct nfs4_state_ownerTrond Myklebust1-8/+6
2010-06-22NFSv41: Convert the various reboot recovery ops etc to minor version opsTrond Myklebust1-8/+7
2010-06-22NFSv41: Don't store session state in the nfs_client->cl_stateTrond Myklebust1-2/+4
2010-05-14NFSv4: Don't use GFP_KERNEL allocations in state recoveryTrond Myklebust1-10/+11
2010-05-14NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust1-5/+10
2010-03-02NFSv4.1: Various fixes to the sequence flag error handlingTrond Myklebust1-12/+45
2010-02-10nfs41: clear NFS4CLNT_RECALL_SLOT bit on session resetAndy Adamson1-8/+8
2010-02-10nfs41: implement cb_recall_slotAndy Adamson1-0/+44
2010-02-10nfs4: handle -EKEYEXPIRED errors from RPC layerJeff Layton1-0/+1
2010-01-26NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust1-1/+1
2009-12-15NFSv4: Fix a regression in the NFSv4 state managerTrond Myklebust1-3/+2
2009-12-15NFSv4: Release the sequence id before restarting a CLOSE rpc callTrond Myklebust1-2/+7
2009-12-15nfs: run state manager in privileged modeAlexandros Batsakis1-20/+14
2009-12-15nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis1-2/+16
2009-12-08nfs41: Invoke RECLAIM_COMPLETE on all new client idsRicardo Labiaga1-3/+4
2009-12-07nfs41: Mark stateids in need of reclaim if state manager gets stale clientidRicardo Labiaga1-10/+2
2009-12-06nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTIDRicardo Labiaga1-18/+41
2009-12-06nfs41: nfs41_setup_state_renewalRicardo Labiaga1-5/+29
2009-12-05NFSv41: Fix up some bugs in the NFS4CLNT_SESSION_DRAINING codeTrond Myklebust1-2/+2
2009-12-05NFSv41: Fix nfs4_proc_create_sessionTrond Myklebust1-2/+2
2009-12-05nfs41: Invoke RECLAIM_COMPLETERicardo Labiaga1-0/+3
2009-12-05nfs41: RECLAIM_COMPLETE functionalityRicardo Labiaga1-0/+8
2009-12-05NFSv41: nfs4_reset_session must always set NFS4CLNT_SESSION_DRAININGTrond Myklebust1-1/+1