summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2012-11-15nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky
2012-11-15nfsd: use service net instead of hard-coded net where possibleStanislav Kinsbursky
2012-11-14nfsd4: init_session should be declared staticFengguang Wu
2012-11-12nfsd: get rid of cl_recdir fieldJeff Layton
2012-11-12nfsd: move the confirmed and unconfirmed hlists to a rbtreeJeff Layton
2012-11-12nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton
2012-11-12nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim recordJeff Layton
2012-11-12nfsd: break out reclaim record removal into separate functionJeff Layton
2012-11-12nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton
2012-11-10nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton
2012-11-08nfsd4: common helper to initialize callback workJ. Bruce Fields
2012-11-08nfsd4: implement backchannel_ctl operationJ. Bruce Fields
2012-11-08nfsd4: use callback security parameters in create_sessionJ. Bruce Fields
2012-11-08nfsd4: don't BUG in delegation break callbackJ. Bruce Fields
2012-11-08nfsd4: remove unused init_session returnJ. Bruce Fields
2012-11-08nfs: fix wrong object type in lockowner_slabYanchuan Nian
2012-11-08nfsd4: remove unused variable in nfsd4_delegreturn()Wei Yongjun
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields
2012-10-01nfsd4: don't allow reclaims of expired clientsJ. Bruce Fields
2012-10-01nfsd4: remove redundant callback probeJ. Bruce Fields
2012-10-01nfsd4: expire old client earlierJ. Bruce Fields
2012-10-01nfsd4: separate session allocation and initializationJ. Bruce Fields
2012-10-01nfsd4: clean up session allocationJ. Bruce Fields
2012-10-01nfsd4: minor free_session cleanupJ. Bruce Fields
2012-10-01nfsd4: new_conn_from_crses should only allocateJ. Bruce Fields
2012-10-01nfsd4: separate connection allocation and initializationJ. Bruce Fields
2012-10-01nfsd4: reject bad forechannel attrs earlierJ. Bruce Fields
2012-10-01nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields
2012-10-01nfsd4: set cl_minorversion at create timeJ. Bruce Fields
2012-10-01nfsd4: don't pin clientids to pseudoflavorsJ. Bruce Fields
2012-09-27make get_file() return its argumentAl Viro
2012-09-10nfsd4: eliminate redundant nfs4_free_stateidJ. Bruce Fields
2012-09-10nfsd4: fix nfs4 stateid leakJ. Bruce Fields
2012-08-21knfsd: don't allocate file_locks on the stackJeff Layton
2012-08-21knfsd: remove bogus BUG_ON() call from nfsd4_lockuJeff Layton
2012-08-21nfsd4: nfsd_process_n_delegations should be staticJ. Bruce Fields
2012-08-20nfsd: trivial comment updatesJeff Layton
2012-07-27NFSd: make boot_time variable per network namespaceStanislav Kinsbursky
2012-07-27NFSd: make grace end flag per network namespaceStanislav Kinsbursky
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2012-07-27NFSd: make nfsd4_manager allocated per network namespace context.Stanislav Kinsbursky
2012-07-27nfsd4: fix missing fault_inject.h includeJ. Bruce Fields
2012-07-25NFSd: fix locking in nfsd_forget_delegations()Stanislav Kinsbursky
2012-07-25nfsd4: fix cr_principal comparison check in same_credsVivek Trivedi
2012-07-10nfsd4: release openowners on free in >=4.1 caseJ. Bruce Fields
2012-06-20nfsd4: process_open2 cleanupJ. Bruce Fields
2012-06-20nfsd4: nfsd4_lock() cleanupJ. Bruce Fields
2012-06-20NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEIDChuck Lever
2012-06-20nfsd: probe the back channel on new connectionsWeston Andros Adamson
2012-06-14nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernelsJ. Bruce Fields