aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-24NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust1-2/+2
2009-07-21NFSv4: Fix an Oops in nfs4_free_lock_stateTrond Myklebust1-1/+1
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust1-10/+27
2009-06-17NFS: Ensure we always hold the BKL when dereferencing inode->i_flockTrond Myklebust1-0/+9
2009-06-17NFSv4: Handle more errors when recovering open file and locking stateTrond Myklebust1-10/+18
2009-06-17nfs41: increment_{open,lock}_seqidBenny Halevy1-5/+7
2009-06-17nfs41: only retry EXCHANGE_ID on recoverable errorsAndy Adamson1-1/+22
2009-06-17nfs41: get_clid_cred for EXCHANGE_IDAndy Adamson1-0/+14
2009-06-17nfs41: add a get_clid_cred function to nfs4_state_recovery_opsAndy Adamson1-1/+1
2009-06-17nfs41: establish sessions-based clientidAndy Adamson1-4/+8
2009-06-17nfs41: introduce get_state_renewal_credAndy Adamson1-13/+5
2009-06-17nfs41: support minorversion 1 for nfs4_check_leaseBenny Halevy1-1/+3
2009-06-17nfs41: add session reset to state managerAndy Adamson1-2/+49
2009-06-17nfs41: add session setup to the state managerAndy Adamson1-1/+34
2009-06-17nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORTBenny Halevy1-0/+2
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever1-2/+8
2008-12-23NFSv4: Convert the open and close ops to use fmodeTrond Myklebust1-12/+12