aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton
2014-09-17nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton
2014-09-09NFSD: Get reference of lockowner when coping file_lockKinglong Mee
2014-09-09NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee
2014-08-28NFSD: Remove duplicate initialization of file_lockKinglong Mee
2014-08-17nfsd: call nfs4_put_deleg_lease outside of state_lockJeff Layton
2014-08-17nfsd: protect lease-related nfs4_file fields with fi_lockJeff Layton
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton
2014-08-05nfsd: remove nfs4_lock_state: nfs4_state_shutdown_netJeff Layton
2014-08-05nfsd: remove nfs4_lock_state: nfs4_laundromatJeff Layton
2014-08-05nfsd: Remove nfs4_lock_state(): reclaim_complete()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renewTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_closeTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_release_lockownerTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateidTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()Trond Myklebust
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton
2014-08-05nfsd: add a list_head arg to nfsd_foreach_client_lockJeff Layton
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton
2014-08-05nfsd: protect clid and verifier generation with client_lockJeff Layton
2014-08-05nfsd: don't destroy clients that are busyJeff Layton
2014-08-05NFSD: Put the reference of nfs4_file when freeing stidKinglong Mee
2014-08-01nfsd: don't destroy client if mark_client_expired_locked failsJeff Layton
2014-08-01nfsd: move unhash_client_locked call into mark_client_expired_lockedJeff Layton
2014-08-01nfsd: protect the close_lru list and oo_last_closed_stid with client_lockJeff Layton
2014-08-01nfsd: Add lockdep assertions to document the nfs4_client/session lockingTrond Myklebust
2014-08-01nfsd: Ensure lookup_clientid() takes client_lockTrond Myklebust
2014-08-01nfsd: Protect nfsd4_destroy_clientid using client_lockTrond Myklebust
2014-08-01nfsd: Protect session creation and client confirm using client_lockJeff Layton
2014-08-01nfsd: Protect unconfirmed client creation using client_lockTrond Myklebust
2014-08-01nfsd: Move create_client() call outside the lockTrond Myklebust
2014-08-01nfsd: Don't require client_lock in free_clientTrond Myklebust
2014-08-01nfsd: Ensure that the laundromat unhashes the client before releasing locksTrond Myklebust
2014-08-01nfsd: Ensure struct nfs4_client is unhashed before we try to destroy itTrond Myklebust
2014-07-31nfsd: rename unhash_generic_stateid to unhash_ol_stateidJeff Layton
2014-07-31nfsd: don't thrash the cl_lock while freeing an open stateidJeff Layton
2014-07-31nfsd: reduce cl_lock thrashing in release_openownerJeff Layton
2014-07-31nfsd: close potential race in nfsd4_free_stateidJeff Layton
2014-07-31nfsd: optimize destroy_lockowner cl_lock thrashingJeff Layton
2014-07-31nfsd: add locking to stateowner releaseJeff Layton