summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)Author
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields
2014-09-08nfsd4: fix rd_dircount enforcementJ. Bruce Fields
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-08-05nfsd: add some comments to the nfsd4 object definitionsJeff 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: abstract out the get and set routines into the fault injection opsJeff 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-08-01nfsd4: fix out of date commentJ. Bruce Fields
2014-08-01NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee
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
2014-07-31nfsd: clean up and reorganize release_lockownerJeff Layton