aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-05nfs41: check SEQUENCE status flagAlexandros Batsakis1-0/+22
2009-12-04nfs41: only state manager sets NFS4CLNT_SESSION_SETUPAndy Adamson1-1/+3
2009-12-04nfs41: nfs41: fix state manager deadlock in session resetAndy Adamson1-0/+15
2009-12-04nfs41: fix switch in nfs4_recovery_handle_errorAndy Adamson1-0/+1
2009-12-04nfs41: rename cl_state session SETUP bit to RESETAndy Adamson1-4/+4
2009-12-04nfs41: add create session into establish_clidAndy Adamson1-21/+14
2009-12-03Merge branch 'devel' into linux-nextTrond Myklebust1-0/+8
2009-12-03NFSv4.1: Handle NFSv4.1 session errors in the lock recovery codeTrond Myklebust1-0/+8
2009-12-03NFSv4: Fix up error handling in the state manager main loop.Trond Myklebust1-27/+21
2009-12-03NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctlyTrond Myklebust1-0/+3
2009-12-03NFSv4: The state manager shouldn't exit on errors that were handledTrond Myklebust1-6/+5
2009-12-03NFSv4: Fix up the callers of nfs4_state_end_reclaim_rebootTrond Myklebust1-3/+2
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1