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