aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust1-5/+3
2012-03-17Try using machine credentials for RENEW callsSachin Prabhu1-0/+7
2012-03-14NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy1-1/+2
2012-03-12NFSv4: Rate limit the state manager warning messagesTrond Myklebust1-2/+2
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-1/+2
2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust1-2/+16
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust1-12/+33
2012-03-07NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust1-3/+5
2012-03-07NFSv4.1 handle DS stateid errorsAndy Adamson1-0/+2
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust1-2/+2
2012-03-06NFSv4: Add helpers for basic copying of stateidsTrond Myklebust1-3/+3
2012-03-06NFSv4: Rename nfs4_copy_stateid()Trond Myklebust1-1/+1
2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust1-2/+27
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust1-0/+2
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-8/+17
2012-02-17NFSv4.1 set highest_used_slotid to NFS4_NO_SLOTAndy Adamson1-1/+1
2012-02-09NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust1-0/+2
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-6/+6
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson1-1/+1
2012-01-31NFSv4: Avoid thundering herd issues with nfs_release_seqidTrond Myklebust1-6/+15
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust1-9/+8
2012-01-31NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust1-5/+5
2012-01-31NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counterTrond Myklebust1-13/+23
2012-01-31NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust1-66/+8
2012-01-31NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust1-5/+12
2012-01-31NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust1-13/+11
2012-01-05NFS: Cache state owners after files are closedChuck Lever1-9/+80
2012-01-05NFS: Clean up nfs4_find_state_owners_locked()Chuck Lever1-12/+3
2011-12-09NFSv4: Ensure correct locking when accessing the 'lock_states' listTrond Myklebust1-0/+4
2011-12-01NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust1-4/+4
2011-12-01NFSv4: Don't error if we handled it in nfs4_recovery_handle_errorTrond Myklebust1-8/+13
2011-08-24NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust1-0/+6
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell1-6/+6
2011-07-20nfs4_closedata doesn't need to mess with struct pathAl Viro1-6/+6
2011-07-12NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson1-1/+8
2011-05-27NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errorsTrond Myklebust1-1/+5
2011-04-24NFSv4: Ensure that clientid and session establishment can time outTrond Myklebust1-0/+1
2011-04-24NFSv4.1: Don't loop forever in nfs4_proc_create_sessionTrond Myklebust1-15/+31
2011-04-15NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust1-2/+2
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner1-1/+2
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson1-0/+1
2011-03-11NFSv4.1: new flag for lease time checkAndy Adamson1-0/+5
2011-03-11NFSv4: nfs4_state_mark_reclaim_nograce() should be staticTrond Myklebust1-2/+2
2011-03-11NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust1-6/+19
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