index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-23
nfsd: Don't unlock the state while it's not locked
Yanchuan Nian
1
-1
/
+2
2013-01-23
nfsd: Pass correct slot number to nfsd4_put_drc_mem()
Yanchuan Nian
1
-1
/
+1
2012-12-17
nfsd4: don't leave freed stateid hashed
J. Bruce Fields
1
-0
/
+1
2012-12-17
nfsd4: disable zero-copy on non-final read ops
J. Bruce Fields
1
-8
/
+0
2012-12-10
NFSD: Pass correct buffer size to rpc_ntop
Bryan Schumaker
1
-2
/
+2
2012-12-10
nfsd: make NFSd service structure allocated per net
Stanislav Kinsbursky
1
-5
/
+9
2012-12-04
nfsd4: lockt, release_lockowner should renew clients
J. Bruce Fields
1
-18
/
+23
2012-12-03
NFSD: Forget state for a specific client
Bryan Schumaker
1
-0
/
+15
2012-12-03
NFSD: Reading a fault injection file prints a state count
Bryan Schumaker
1
-0
/
+42
2012-12-03
NFSD: Fault injection operations take a per-client forget function
Bryan Schumaker
1
-30
/
+0
2012-12-03
NFSD: Clean up forgetting and recalling delegations
Bryan Schumaker
1
-44
/
+50
2012-12-03
NFSD: Clean up forgetting openowners
Bryan Schumaker
1
-27
/
+22
2012-12-03
NFSD: Clean up forgetting locks
Bryan Schumaker
1
-8
/
+28
2012-12-03
NFSD: Clean up forgetting clients
Bryan Schumaker
1
-5
/
+20
2012-12-03
NFSD: Lock state before calling fault injection function
Bryan Schumaker
1
-16
/
+2
2012-11-28
NFSD: Fold fault_inject.h into state.h
Bryan Schumaker
1
-1
/
+0
2012-11-28
nfsd: make NFSv4 grace time per net
Stanislav Kinsbursky
1
-6
/
+3
2012-11-28
nfsd: make NFSv4 lease time per net
Stanislav Kinsbursky
1
-6
/
+5
2012-11-28
nfsd: call state init and shutdown twice
Stanislav Kinsbursky
1
-18
/
+12
2012-11-28
nfsd: cleanup NFSd state start a bit
Stanislav Kinsbursky
1
-24
/
+35
2012-11-28
nfsd: cleanup NFSd state shutdown a bit
Stanislav Kinsbursky
1
-10
/
+9
2012-11-28
nfsd: make delegations shutdown network namespace aware
Stanislav Kinsbursky
1
-0
/
+4
2012-11-28
nfsd: make client_lock per net
Stanislav Kinsbursky
1
-30
/
+43
2012-11-28
nfsd4: remove state lock from nfs4_state_shutdown
Stanislav Kinsbursky
1
-2
/
+0
2012-11-26
nfsd4: downgrade some fs/nfsd/nfs4state.c BUG's
J. Bruce Fields
1
-11
/
+15
2012-11-15
nfsd: make laundromat network namespace aware
Stanislav Kinsbursky
1
-8
/
+13
2012-11-15
nfsd: pass nfsd_net instead of net to grace enders
Stanislav Kinsbursky
1
-5
/
+3
2012-11-15
nfsd: use service net instead of hard-coded init_net
Stanislav Kinsbursky
1
-25
/
+38
2012-11-15
nfsd: make close_lru list per net
Stanislav Kinsbursky
1
-13
/
+7
2012-11-15
nfsd: make client_lru list per net
Stanislav Kinsbursky
1
-8
/
+8
2012-11-15
nfsd: make sessionid_hashtbl allocated per net
Stanislav Kinsbursky
1
-11
/
+17
2012-11-15
nfsd: make lockowner_ino_hashtbl allocated per net
Stanislav Kinsbursky
1
-11
/
+16
2012-11-15
nfsd: make ownerstr_hashtbl allocated per net
Stanislav Kinsbursky
1
-15
/
+26
2012-11-15
nfsd: make unconf_name_tree per net
Stanislav Kinsbursky
1
-23
/
+19
2012-11-15
nfsd: make unconf_id_hashtbl allocated per net
Stanislav Kinsbursky
1
-10
/
+15
2012-11-15
nfsd: make conf_name_tree per net
Stanislav Kinsbursky
1
-15
/
+16
2012-11-15
nfsd: make conf_id_hashtbl allocated per net
Stanislav Kinsbursky
1
-21
/
+54
2012-11-15
nfsd: make reclaim_str_hashtbl allocated per net
Stanislav Kinsbursky
1
-27
/
+15
2012-11-15
nfsd: make nfs4_client network namespace dependent
Stanislav Kinsbursky
1
-6
/
+9
2012-11-15
nfsd: use service net instead of hard-coded net where possible
Stanislav Kinsbursky
1
-5
/
+5
2012-11-14
nfsd4: init_session should be declared static
Fengguang Wu
1
-1
/
+1
2012-11-12
nfsd: get rid of cl_recdir field
Jeff Layton
1
-15
/
+3
2012-11-12
nfsd: move the confirmed and unconfirmed hlists to a rbtree
Jeff Layton
1
-51
/
+93
2012-11-12
nfsd: don't search for client by hash on legacy reboot recovery gracedone
Jeff Layton
1
-7
/
+5
2012-11-12
nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim record
Jeff Layton
1
-10
/
+10
2012-11-12
nfsd: break out reclaim record removal into separate function
Jeff Layton
1
-3
/
+9
2012-11-12
nfsd: have nfsd4_find_reclaim_client take a char * argument
Jeff Layton
1
-7
/
+4
2012-11-10
nfsd: remove unused argument to nfs4_has_reclaimed_state
Jeff Layton
1
-1
/
+1
2012-11-07
nfsd4: common helper to initialize callback work
J. Bruce Fields
1
-2
/
+2
2012-11-07
nfsd4: implement backchannel_ctl operation
J. Bruce Fields
1
-0
/
+14
[prev]
[next]