aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton1-1/+1
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton1-0/+3
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton1-1/+3
2014-08-01nfsd4: fix out of date commentJ. Bruce Fields1-1/+1
2014-07-31nfsd: Move the open owner hash table into struct nfs4_clientTrond Myklebust1-0/+1
2014-07-31nfsd: make openstateids hold references to their openownersJeff Layton1-1/+0
2014-07-31nfsd: add an operation for unhashing a stateownerJeff Layton1-0/+1
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton1-0/+1
2014-07-31nfsd: Add reference counting to state ownersJeff Layton1-7/+15
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust1-2/+1
2014-07-31nfsd: Add reference counting to the lock and open stateidsTrond Myklebust1-1/+2
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationJeff Layton1-1/+0
2014-07-23nfsd: Do not let nfs4_file pin the struct inodeJeff Layton1-1/+0
2014-07-23nfsd: Store the filehandle with the struct nfs4_fileTrond Myklebust1-0/+1
2014-07-21nfsd: Move the delegation reference counter into the struct nfs4_stidTrond Myklebust1-1/+1
2014-07-16nfsd: Ensure stateids remain unique until they are freedTrond Myklebust1-0/+1
2014-07-16nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton1-1/+3
2014-07-16nfsd: eliminate nfsd4_init_callbackJeff Layton1-1/+1
2014-07-11nfsd: make deny mode enforcement more efficient and close races in itJeff Layton1-0/+1
2014-07-11nfsd: shrink st_access_bmap and st_deny_bmapJeff Layton1-2/+2
2014-07-10nfsd: Add locking to the nfs4_file->fi_fds[] arrayTrond Myklebust1-26/+0
2014-07-10nfsd: Add fine grained protection for the nfs4_file->fi_stateids listTrond Myklebust1-0/+1
2014-07-09nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Trond Myklebust1-1/+2
2014-07-09nfsd: Don't get a session reference without a client referenceTrond Myklebust1-2/+0
2014-07-09nfsd: clean up nfsd4_release_lockownerJeff Layton1-1/+0
2014-07-09nfsd: NFSv4 lock-owners are not associated to a specific fileTrond Myklebust1-1/+0
2014-07-08nfsd: lock owners are not per open stateidTrond Myklebust1-2/+1
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust1-1/+0
2014-05-23nfsd4: allow larger 4.1 session drc slotsJ. Bruce Fields1-1/+1
2014-05-06NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust1-2/+0
2014-05-06nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig1-1/+0
2013-07-01nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields1-0/+1
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields1-0/+3
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields1-3/+1
2013-04-03nfsd: convert the file_hashtbl to a hlistJeff Layton1-1/+1
2013-04-03nfsd4: don't destroy in-use sessionJ. Bruce Fields1-1/+3
2013-04-03nfsd4: don't destroy in-use clientsJ. Bruce Fields1-13/+3
2013-04-03nfsd4: fix race on client shutdownJ. Bruce Fields1-2/+0
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman1-2/+2
2012-12-03NFSD: Forget state for a specific clientBryan Schumaker1-0/+1
2012-12-03NFSD: Reading a fault injection file prints a state countBryan Schumaker1-0/+5
2012-12-03NFSD: Fault injection operations take a per-client forget functionBryan Schumaker1-5/+7
2012-11-28NFSD: Fold fault_inject.h into state.hBryan Schumaker1-0/+15
2012-11-15nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky1-1/+1
2012-11-15nfsd: use service net instead of hard-coded init_netStanislav Kinsbursky1-1/+1
2012-11-15nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky1-5/+7
2012-11-15nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky1-0/+1
2012-11-12nfsd: get rid of cl_recdir fieldJeff Layton1-2/+0
2012-11-12nfsd: move the confirmed and unconfirmed hlists to a rbtreeJeff Layton1-1/+2
2012-11-12nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton1-2/+2