aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-04-021-2/+27
* NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust2012-02-291-0/+2
* NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust2012-01-061-4/+4
* NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errorsTrond Myklebust2011-05-271-1/+5
* NFSv4: Ensure that clientid and session establishment can time outTrond Myklebust2011-04-241-0/+1
* NFSv4.1: Don't loop forever in nfs4_proc_create_sessionTrond Myklebust2011-04-241-15/+31
* NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust2011-04-151-2/+2
* fs: don't use igrab() while holding i_lockDave Chinner2011-03-291-1/+2
* NFSv4.1: filelayout async error handlerAndy Adamson2011-03-111-0/+1
* NFSv4.1: new flag for lease time checkAndy Adamson2011-03-111-0/+5
* NFSv4: nfs4_state_mark_reclaim_nograce() should be staticTrond Myklebust2011-03-111-2/+2
* NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust2011-03-111-6/+19
* NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-251-6/+0
* NFS: Move cl_state_owners and related fields to the nfs_server structChuck Lever2011-01-061-71/+180
* pnfs: layout roc codeFred Isaman2011-01-061-2/+5
* NFS add session back channel drainingAndy Adamson2011-01-061-7/+22
* NFS associate sessionid with callback connectionAndy Adamson2011-01-061-0/+6
* Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-261-0/+2
|\
| * NFS: client needs to maintain list of inodes with active layoutsAndy Adamson2010-10-241-0/+2
* | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-251-6/+34
|\ \ | |/
| * nfs: include ratelimit.h, fix nfs4state build errorRandy Dunlap2010-10-231-0/+1
| * NFSv4: The state manager must ignore EKEYEXPIRED.Trond Myklebust2010-10-231-1/+22
| * NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTIDTrond Myklebust2010-10-191-5/+11
* | fs/locks.c: prepare for BKL removalArnd Bergmann2010-10-051-5/+5
|/
* NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust2010-07-301-10/+35
* NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust2010-07-301-0/+2
* NFSv4: Clean up struct nfs4_state_ownerTrond Myklebust2010-06-241-8/+6
* NFSv41: Convert the various reboot recovery ops etc to minor version opsTrond Myklebust2010-06-221-8/+7
* NFSv41: Don't store session state in the nfs_client->cl_stateTrond Myklebust2010-06-221-2/+4
* NFSv4: Don't use GFP_KERNEL allocations in state recoveryTrond Myklebust2010-05-141-10/+11
* NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust2010-05-141-5/+10
* NFSv4.1: Various fixes to the sequence flag error handlingTrond Myklebust2010-03-021-12/+45
* nfs41: clear NFS4CLNT_RECALL_SLOT bit on session resetAndy Adamson2010-02-101-8/+8
* nfs41: implement cb_recall_slotAndy Adamson2010-02-101-0/+44
* nfs4: handle -EKEYEXPIRED errors from RPC layerJeff Layton2010-02-101-0/+1
* NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust2010-01-261-1/+1
* NFSv4: Fix a regression in the NFSv4 state managerTrond Myklebust2009-12-151-3/+2
* NFSv4: Release the sequence id before restarting a CLOSE rpc callTrond Myklebust2009-12-151-2/+7
* nfs: run state manager in privileged modeAlexandros Batsakis2009-12-151-20/+14
* nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis2009-12-151-2/+16
* nfs41: Invoke RECLAIM_COMPLETE on all new client idsRicardo Labiaga2009-12-081-3/+4
* nfs41: Mark stateids in need of reclaim if state manager gets stale clientidRicardo Labiaga2009-12-071-10/+2
* nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTIDRicardo Labiaga2009-12-061-18/+41
* nfs41: nfs41_setup_state_renewalRicardo Labiaga2009-12-061-5/+29
* NFSv41: Fix up some bugs in the NFS4CLNT_SESSION_DRAINING codeTrond Myklebust2009-12-051-2/+2
* NFSv41: Fix nfs4_proc_create_sessionTrond Myklebust2009-12-051-2/+2
* nfs41: Invoke RECLAIM_COMPLETERicardo Labiaga2009-12-051-0/+3
* nfs41: RECLAIM_COMPLETE functionalityRicardo Labiaga2009-12-051-0/+8
* NFSv41: nfs4_reset_session must always set NFS4CLNT_SESSION_DRAININGTrond Myklebust2009-12-051-1/+1
* nfs41: check SEQUENCE status flagAlexandros Batsakis2009-12-051-0/+22