summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: make laundromat network namespace awareStanislav Kinsbursky2012-11-151-8/+13
* nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky2012-11-151-5/+3
* nfsd: use service net instead of hard-coded init_netStanislav Kinsbursky2012-11-151-25/+38
* nfsd: make close_lru list per netStanislav Kinsbursky2012-11-151-13/+7
* nfsd: make client_lru list per netStanislav Kinsbursky2012-11-151-8/+8
* nfsd: make sessionid_hashtbl allocated per netStanislav Kinsbursky2012-11-151-11/+17
* nfsd: make lockowner_ino_hashtbl allocated per netStanislav Kinsbursky2012-11-151-11/+16
* nfsd: make ownerstr_hashtbl allocated per netStanislav Kinsbursky2012-11-151-15/+26
* nfsd: make unconf_name_tree per netStanislav Kinsbursky2012-11-151-23/+19
* nfsd: make unconf_id_hashtbl allocated per netStanislav Kinsbursky2012-11-151-10/+15
* nfsd: make conf_name_tree per netStanislav Kinsbursky2012-11-151-15/+16
* nfsd: make conf_id_hashtbl allocated per netStanislav Kinsbursky2012-11-151-21/+54
* nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky2012-11-151-27/+15
* nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky2012-11-151-6/+9
* nfsd: use service net instead of hard-coded net where possibleStanislav Kinsbursky2012-11-151-5/+5
* nfsd4: init_session should be declared staticFengguang Wu2012-11-141-1/+1
* nfsd: get rid of cl_recdir fieldJeff Layton2012-11-121-15/+3
* nfsd: move the confirmed and unconfirmed hlists to a rbtreeJeff Layton2012-11-121-51/+93
* nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton2012-11-121-7/+5
* nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim recordJeff Layton2012-11-121-10/+10
* nfsd: break out reclaim record removal into separate functionJeff Layton2012-11-121-3/+9
* nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton2012-11-121-7/+4
* nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton2012-11-101-1/+1
* nfsd4: common helper to initialize callback workJ. Bruce Fields2012-11-071-2/+2
* nfsd4: implement backchannel_ctl operationJ. Bruce Fields2012-11-071-0/+14
* nfsd4: use callback security parameters in create_sessionJ. Bruce Fields2012-11-071-0/+1
* nfsd4: don't BUG in delegation break callbackJ. Bruce Fields2012-11-071-3/+8
* nfsd4: remove unused init_session returnJ. Bruce Fields2012-11-071-2/+1
* nfs: fix wrong object type in lockowner_slabYanchuan Nian2012-11-071-1/+1
* nfsd4: remove unused variable in nfsd4_delegreturn()Wei Yongjun2012-11-071-2/+0
* nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-091-2/+1
|\
| * make get_file() return its argumentAl Viro2012-09-261-2/+1
* | nfsd4: don't allow reclaims of expired clientsJ. Bruce Fields2012-10-011-8/+10
* | nfsd4: remove redundant callback probeJ. Bruce Fields2012-10-011-3/+1
* | nfsd4: expire old client earlierJ. Bruce Fields2012-10-011-10/+7
* | nfsd4: separate session allocation and initializationJ. Bruce Fields2012-10-011-23/+23
* | nfsd4: clean up session allocationJ. Bruce Fields2012-10-011-12/+20
* | nfsd4: minor free_session cleanupJ. Bruce Fields2012-10-011-10/+9
* | nfsd4: new_conn_from_crses should only allocateJ. Bruce Fields2012-10-011-16/+10
* | nfsd4: separate connection allocation and initializationJ. Bruce Fields2012-10-011-10/+15
* | nfsd4: reject bad forechannel attrs earlierJ. Bruce Fields2012-10-011-4/+2
* | nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields2012-10-011-20/+29
* | nfsd4: set cl_minorversion at create timeJ. Bruce Fields2012-10-011-10/+1
* | nfsd4: don't pin clientids to pseudoflavorsJ. Bruce Fields2012-10-011-1/+17
* | nfsd4: eliminate redundant nfs4_free_stateidJ. Bruce Fields2012-09-101-6/+1
* | nfsd4: fix nfs4 stateid leakJ. Bruce Fields2012-09-101-0/+1
* | knfsd: don't allocate file_locks on the stackJeff Layton2012-08-211-42/+76
* | knfsd: remove bogus BUG_ON() call from nfsd4_lockuJeff Layton2012-08-211-1/+0
* | nfsd4: nfsd_process_n_delegations should be staticJ. Bruce Fields2012-08-211-1/+1
* | nfsd: trivial comment updatesJeff Layton2012-08-201-5/+0
|/
OpenPOWER on IntegriCloud