aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-29nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton2-1/+4
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationJeff Layton3-4/+2
2014-07-29nfsd: give block_delegation and delegation_blocked its own spinlockJeff Layton1-10/+11
2014-07-29nfsd: clean up nfs4_set_delegationJeff Layton1-12/+22
2014-07-29nfsd: clean up arguments to nfs4_open_delegationJeff Layton1-6/+7
2014-07-29nfsd: drop unused stp arg to alloc_init_delegJeff Layton1-2/+2
2014-07-29nfsd: Convert delegation counter to an atomic_long_t typeTrond Myklebust1-7/+11
2014-07-29nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lockJeff Layton1-15/+20
2014-07-29nfsd: fully unhash delegations when revoking themJeff Layton1-23/+21
2014-07-29nfsd: simplify stateid allocation and file handlingTrond Myklebust1-12/+10
2014-07-23nfsd: Do not let nfs4_file pin the struct inodeJeff Layton2-22/+28
2014-07-23nfsd: nfs4_check_fh - make it actually check the filehandleTrond Myklebust1-1/+1
2014-07-23nfsd: Use the filehandle to look up the struct nfs4_file instead of inodeTrond Myklebust1-12/+23
2014-07-23nfsd: Store the filehandle with the struct nfs4_fileTrond Myklebust2-4/+7
2014-07-23nfsd4: convert comma to semicolonHimangi Saraogi1-1/+1
2014-07-23nfsd: ensure that st_access_bmap and st_deny_bmap are initialized to 0Jeff Layton1-2/+0
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-22nfsd: bump dl_time when unhashing delegationJeff Layton1-0/+2
2014-07-21nfsd: Move the delegation reference counter into the struct nfs4_stidTrond Myklebust2-4/+4
2014-07-21nfsd: fix race that grants unrecallable delegationJeff Layton1-24/+66
2014-07-21nfsd4: CREATE_SESSION should update backchannel immediatelyJ. Bruce Fields1-4/+2