aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-12nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim recordJeff Layton1-1/+1
2012-11-12nfsd: break out reclaim record removal into separate functionJeff Layton1-0/+1
2012-11-12nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton1-1/+1
2012-11-10nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton1-1/+1
2012-11-07nfsd4: backchannel should use client-provided security flavorJ. Bruce Fields1-0/+1
2012-11-07nfsd4: common helper to initialize callback workJ. Bruce Fields1-1/+1
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields1-0/+5
2012-11-07nfsd4: use callback security parameters in create_sessionJ. Bruce Fields1-0/+1
2012-11-07nfsd4: clean up callback security parsingJ. Bruce Fields1-2/+7
2012-10-01nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields1-1/+1
2012-08-20nfsd: trivial comment updatesJeff Layton1-5/+1
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields1-1/+0
2012-07-27NFSd: make boot_time variable per network namespaceStanislav Kinsbursky1-0/+1
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-1/+2
2012-06-20NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEIDChuck Lever1-1/+0
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields1-1/+0
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton1-6/+9
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton1-4/+7
2012-03-06nfsd41: free_session/free_client must be called under the client_lockBenny Halevy1-12/+1
2012-02-14nfsd4: check for uninitialized slotJ. Bruce Fields1-0/+1
2012-02-14nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields1-3/+4
2012-01-05nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields1-1/+1
2011-11-15nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields1-0/+1
2011-10-24nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy1-0/+1
2011-10-17nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields1-2/+2
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields1-0/+1
2011-10-17nfsd4: make is_open_owner booleanJ. Bruce Fields1-1/+1
2011-10-10nfsd4: cleanup state.h commentsJ. Bruce Fields1-37/+8