summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-08-02nfsd: don't destroy client if mark_client_expired_locked failsJeff Layton1-2/+6
2014-08-02nfsd: move unhash_client_locked call into mark_client_expired_lockedJeff Layton1-11/+8
2014-08-02nfsd: protect the close_lru list and oo_last_closed_stid with client_lockJeff Layton1-7/+31
2014-08-02nfsd: Add lockdep assertions to document the nfs4_client/session lockingTrond Myklebust1-0/+30
2014-08-02nfsd: Ensure lookup_clientid() takes client_lockTrond Myklebust1-2/+6
2014-08-02nfsd: Protect nfsd4_destroy_clientid using client_lockTrond Myklebust1-4/+9
2014-08-02nfsd: Protect session creation and client confirm using client_lockJeff Layton1-26/+39
2014-08-02nfsd: Protect unconfirmed client creation using client_lockTrond Myklebust1-11/+22
2014-08-02nfsd: Move create_client() call outside the lockTrond Myklebust1-16/+19
2014-08-02nfsd: Don't require client_lock in free_clientTrond Myklebust1-13/+0
2014-08-02nfsd: Ensure that the laundromat unhashes the client before releasing locksTrond Myklebust1-1/+3
2014-08-02nfsd: Ensure struct nfs4_client is unhashed before we try to destroy itTrond Myklebust1-10/+33
2014-08-02nfsd4: fix out of date commentJ. Bruce Fields1-1/+1
2014-08-02NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-07-31nfsd: rename unhash_generic_stateid to unhash_ol_stateidJeff Layton1-3/+3
2014-07-31nfsd: don't thrash the cl_lock while freeing an open stateidJeff Layton1-15/+19
2014-07-31nfsd: reduce cl_lock thrashing in release_openownerJeff Layton1-33/+63
2014-07-31nfsd: close potential race in nfsd4_free_stateidJeff Layton1-12/+9
2014-07-31nfsd: optimize destroy_lockowner cl_lock thrashingJeff Layton1-17/+34
2014-07-31nfsd: add locking to stateowner releaseJeff Layton1-9/+6
2014-07-31nfsd: clean up and reorganize release_lockownerJeff Layton1-31/+18
2014-07-31nfsd: Move the open owner hash table into struct nfs4_clientTrond Myklebust3-103/+86
2014-07-31nfsd: Protect adding/removing lock owners using client_lockTrond Myklebust1-8/+61
2014-07-31nfsd: Protect adding/removing open state owners using client_lockTrond Myklebust1-38/+80
2014-07-31nfsd: don't allow CLOSE to proceed until refcount on stateid dropsJeff Layton1-1/+20
2014-07-31nfsd: make openstateids hold references to their openownersJeff Layton2-42/+32
2014-07-31nfsd: clean up refcounting for lockownersJeff Layton1-22/+7
2014-07-31nfsd: Make lock stateid take a reference to the lockownerTrond Myklebust1-0/+3
2014-07-31nfsd: add an operation for unhashing a stateownerJeff Layton2-12/+38
2014-07-31nfsd: clean up lockowner refcounting when finding themJeff Layton1-12/+33
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton5-26/+41
2014-07-31nfsd: Add reference counting to state ownersJeff Layton2-21/+50
2014-07-31nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()Trond Myklebust1-6/+6
2014-07-31nfsd: Migrate the stateid reference into nfs4_lookup_stateid()Trond Myklebust1-6/+11
2014-07-31nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_opTrond Myklebust1-15/+11
2014-07-31nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_opTrond Myklebust1-4/+9
2014-07-31nfsd: nfsd4_open_confirm() must reference the open stateidTrond Myklebust1-1/+5
2014-07-31nfsd: Prepare nfsd4_close() for open stateid referencingTrond Myklebust1-0/+5
2014-07-31nfsd: nfsd4_process_open2() must reference the open stateidTrond Myklebust1-0/+4
2014-07-31nfsd: nfsd4_process_open2() must reference the delegation stateidTrond Myklebust1-5/+13
2014-07-31nfsd: Ensure that nfs4_open_delegation() references the delegation stateidTrond Myklebust1-0/+2
2014-07-31nfsd: nfsd4_locku() must reference the lock stateidTrond Myklebust1-1/+5
2014-07-31nfsd: Add reference counting to lock stateidsTrond Myklebust1-3/+12
2014-07-31nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateidJeff Layton1-35/+36
2014-07-31nfsd: clean up races in lock stateid searching and creationJeff Layton1-22/+49
2014-07-31nfsd: Add locking to protect the state owner listsJeff Layton1-2/+19
2014-07-31nfsd: do filp_close in sc_free callback for lock stateidsJeff Layton1-8/+18
2014-07-31nfsd4: use cl_lock to synchronize all stateid idr callsJeff Layton1-11/+30
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust3-38/+36
2014-07-31nfsd: Add reference counting to the lock and open stateidsTrond Myklebust3-50/+58