aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-08-121-0/+2
* NFSv4: fix open/lock state recovery error handlingTrond Myklebust2014-12-141-10/+6
* NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-02-061-2/+12
* NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy2012-07-251-2/+3
* NFSv4: Rate limit the state manager warning messagesTrond Myklebust2012-04-021-2/+2
* 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: Ensure correct locking when accessing the 'lock_states' listTrond Myklebust2011-12-091-0/+4
* NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust2011-12-011-4/+4
* NFSv4: Don't error if we handled it in nfs4_recovery_handle_errorTrond Myklebust2011-12-011-8/+13
* NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust2011-08-241-0/+6
* Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2011-07-251-6/+6
|\
| * nfs4_closedata doesn't need to mess with struct pathAl Viro2011-07-201-6/+6
* | NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson2011-07-121-1/+8
|/
* 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