summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)Author
2012-04-21NFSv4: Keep dropped state owners on the LRU list for a whileTrond Myklebust
2012-04-21NFSv4: Ensure that we don't drop a state owner more than onceTrond Myklebust
2012-04-20NFSv4: Ensure we do not reuse open owner namesTrond Myklebust
2012-03-20NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust
2012-03-17Try using machine credentials for RENEW callsSachin Prabhu
2012-03-14NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy
2012-03-12NFSv4: Rate limit the state manager warning messagesTrond Myklebust
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust
2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust
2012-03-07NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust
2012-03-07NFSv4.1 handle DS stateid errorsAndy Adamson
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust
2012-03-06NFSv4: Add helpers for basic copying of stateidsTrond Myklebust
2012-03-06NFSv4: Rename nfs4_copy_stateid()Trond Myklebust
2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-02-17NFSv4.1 set highest_used_slotid to NFS4_NO_SLOTAndy Adamson
2012-02-09NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson
2012-01-31NFSv4: Avoid thundering herd issues with nfs_release_seqidTrond Myklebust
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust
2012-01-31NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust
2012-01-31NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counterTrond Myklebust
2012-01-31NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust
2012-01-31NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust
2012-01-31NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust
2012-01-05NFS: Cache state owners after files are closedChuck Lever
2012-01-05NFS: Clean up nfs4_find_state_owners_locked()Chuck Lever
2011-12-09NFSv4: Ensure correct locking when accessing the 'lock_states' listTrond Myklebust
2011-12-01NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust
2011-12-01NFSv4: Don't error if we handled it in nfs4_recovery_handle_errorTrond Myklebust
2011-08-24NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-20nfs4_closedata doesn't need to mess with struct pathAl Viro
2011-07-12NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson
2011-05-27NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errorsTrond Myklebust
2011-04-24NFSv4: Ensure that clientid and session establishment can time outTrond Myklebust
2011-04-24NFSv4.1: Don't loop forever in nfs4_proc_create_sessionTrond Myklebust
2011-04-15NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson
2011-03-11NFSv4.1: new flag for lease time checkAndy Adamson
2011-03-11NFSv4: nfs4_state_mark_reclaim_nograce() should be staticTrond Myklebust
2011-03-11NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson
2011-01-06NFS: Move cl_state_owners and related fields to the nfs_server structChuck Lever
2011-01-06pnfs: layout roc codeFred Isaman