aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfs41: only state manager sets NFS4CLNT_SESSION_SETUPAndy Adamson2009-12-041-1/+3
* nfs41: nfs41: fix state manager deadlock in session resetAndy Adamson2009-12-041-0/+15
* nfs41: fix switch in nfs4_recovery_handle_errorAndy Adamson2009-12-041-0/+1
* nfs41: rename cl_state session SETUP bit to RESETAndy Adamson2009-12-041-4/+4
* nfs41: add create session into establish_clidAndy Adamson2009-12-041-21/+14
* Merge branch 'devel' into linux-nextTrond Myklebust2009-12-031-0/+8
|\
| * NFSv4.1: Handle NFSv4.1 session errors in the lock recovery codeTrond Myklebust2009-12-031-0/+8
* | NFSv4: Fix up error handling in the state manager main loop.Trond Myklebust2009-12-031-27/+21
* | NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctlyTrond Myklebust2009-12-031-0/+3
* | NFSv4: The state manager shouldn't exit on errors that were handledTrond Myklebust2009-12-031-6/+5
* | NFSv4: Fix up the callers of nfs4_state_end_reclaim_rebootTrond Myklebust2009-12-031-3/+2
|/
* const: make file_lock_operations constAlexey Dobriyan2009-09-221-1/+1
* NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust2009-08-241-2/+2
* NFSv4: Fix an Oops in nfs4_free_lock_stateTrond Myklebust2009-07-211-1/+1
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-181-10/+27
|\
| * NFS: Ensure we always hold the BKL when dereferencing inode->i_flockTrond Myklebust2009-06-171-0/+9
| * NFSv4: Handle more errors when recovering open file and locking stateTrond Myklebust2009-06-171-10/+18