aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28nfsd4: remove state lock from nfsd4_load_reboot_recovery_dataJ. Bruce Fields1-2/+0
2012-11-27nfsd4: return badname, not inval, on "." or "..", or "/"J. Bruce Fields1-13/+12
2012-11-26nfsd4: downgrade some fs/nfsd/nfs4state.c BUG'sJ. Bruce Fields1-11/+15
2012-11-26nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields3-22/+23
2012-11-26nfsd4: move more write parameters into xdr argumentJ. Bruce Fields2-11/+11
2012-11-26nfsd4: reorganize write decodingJ. Bruce Fields1-21/+41
2012-11-26nfsd4: simplify reading of opnumJ. Bruce Fields1-32/+2
2012-11-26nfsd4: no, we're not going to check tags for utf8J. Bruce Fields1-6/+0
2012-11-26nfsd: fix v4 reply cachingJ. Bruce Fields1-1/+1
2012-11-15nfsd: make laundromat network namespace awareStanislav Kinsbursky2-8/+15
2012-11-15nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky3-14/+10
2012-11-15nfsd: use service net instead of hard-coded init_netStanislav Kinsbursky4-31/+49
2012-11-15nfsd: make close_lru list per netStanislav Kinsbursky2-13/+13
2012-11-15nfsd: make client_lru list per netStanislav Kinsbursky2-8/+13
2012-11-15nfsd: make sessionid_hashtbl allocated per netStanislav Kinsbursky2-11/+20
2012-11-15nfsd: make lockowner_ino_hashtbl allocated per netStanislav Kinsbursky2-11/+20
2012-11-15nfsd: make ownerstr_hashtbl allocated per netStanislav Kinsbursky2-15/+27
2012-11-15nfsd: make unconf_name_tree per netStanislav Kinsbursky2-23/+23
2012-11-15nfsd: make unconf_id_hashtbl allocated per netStanislav Kinsbursky2-10/+16
2012-11-15nfsd: make conf_name_tree per netStanislav Kinsbursky2-15/+20
2012-11-15nfsd: make conf_id_hashtbl allocated per netStanislav Kinsbursky2-21/+55
2012-11-15nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky4-55/+111
2012-11-15nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky4-13/+14
2012-11-15nfsd: use service net instead of hard-coded net where possibleStanislav Kinsbursky1-5/+5
2012-11-14nfsd4: get_backchannel_cred should be staticFengguang Wu1-1/+1
2012-11-14nfsd4: init_session should be declared staticFengguang Wu1-1/+1
2012-11-12nfsd: release the legacy reclaimable clients list in grace_doneJeff Layton1-0/+1
2012-11-12nfsd: get rid of cl_recdir fieldJeff Layton3-36/+77
2012-11-12nfsd: move the confirmed and unconfirmed hlists to a rbtreeJeff Layton2-52/+95
2012-11-12nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton3-13/+34
2012-11-12nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim recordJeff Layton2-11/+11
2012-11-12nfsd: break out reclaim record removal into separate functionJeff Layton2-3/+10
2012-11-12nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton3-9/+6
2012-11-12nfsd: warn about impending removal of nfsdcld upcallJeff Layton1-0/+3
2012-11-12nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton1-8/+82
2012-11-12nfsd: change heuristic for selecting the client_tracking_opsJeff Layton1-9/+27
2012-11-12nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton1-1/+133
2012-11-10nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton3-3/+3
2012-11-10nfsd: fix error handling in nfsd4_remove_clid_dirJeff Layton1-1/+2
2012-11-07nfsd4: backchannel should use client-provided security flavorJ. Bruce Fields3-5/+13
2012-11-07nfsd4: common helper to initialize callback workJ. Bruce Fields3-4/+9
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields5-1/+39
2012-11-07nfsd4: use callback security parameters in create_sessionJ. Bruce Fields3-14/+37
2012-11-07nfsd4: clean up callback security parsingJ. Bruce Fields2-57/+70
2012-11-07nfsd: use vfs_fsync_range(), not O_SYNC, for stable writesJ. Bruce Fields1-7/+6
2012-11-07nfsd: assume writeable exportabled filesystems have f_syncJ. Bruce Fields1-13/+0
2012-11-07nfsd4: don't BUG in delegation break callbackJ. Bruce Fields1-3/+8
2012-11-07nfsd4: remove unused init_session returnJ. Bruce Fields1-2/+1
2012-11-07nfsd4: helper function for getting mounted_on inoJ. Bruce Fields1-12/+18
2012-11-07nfs: fix wrong object type in lockowner_slabYanchuan Nian1-1/+1