summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2014-08-17nfsd4: reserve adequate space for LOCK opJ. Bruce Fields
2014-08-17nfsd4: remove obsolete commentJ. Bruce Fields
2014-08-17nfsd3: Check write permission after checking existenceRoss Lagerwall
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-17nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstTrond Myklebust
2014-08-17nfsd: split DRC global spinlock into per-bucket locksTrond Myklebust
2014-08-17nfsd: convert num_drc_entries to an atomic_tTrond Myklebust
2014-08-17nfsd: Remove the cache_hash listTrond Myklebust
2014-08-17nfsd: convert the lru list into a per-bucket thingTrond Myklebust
2014-08-17nfsd: Clean up drc cache in preparation for global spinlock eliminationTrond Myklebust
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