Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7093bf2b7195541281cb711e31c027a8d826c6df
/
fs
/
nfsd
/
nfs4state.c
« Previous
3320fef19
nfsd: use service net instead of hard-coded init_net
by Stanislav Kinsbursky
· 12 years ago
73758fed
nfsd: make close_lru list per net
by Stanislav Kinsbursky
· 12 years ago
5ed58bb
nfsd: make client_lru list per net
by Stanislav Kinsbursky
· 12 years ago
1872de0
nfsd: make sessionid_hashtbl allocated per net
by Stanislav Kinsbursky
· 12 years ago
20e9e2b
nfsd: make lockowner_ino_hashtbl allocated per net
by Stanislav Kinsbursky
· 12 years ago
9b53113
nfsd: make ownerstr_hashtbl allocated per net
by Stanislav Kinsbursky
· 12 years ago
a99454a
nfsd: make unconf_name_tree per net
by Stanislav Kinsbursky
· 12 years ago
0a7ec37
nfsd: make unconf_id_hashtbl allocated per net
by Stanislav Kinsbursky
· 12 years ago
382a62e
nfsd: make conf_name_tree per net
by Stanislav Kinsbursky
· 12 years ago
8daae4d
nfsd: make conf_id_hashtbl allocated per net
by Stanislav Kinsbursky
· 12 years ago
52e19c0
nfsd: make reclaim_str_hashtbl allocated per net
by Stanislav Kinsbursky
· 12 years ago
c212cec
nfsd: make nfs4_client network namespace dependent
by Stanislav Kinsbursky
· 12 years ago
7f2210f
nfsd: use service net instead of hard-coded net where possible
by Stanislav Kinsbursky
· 12 years ago
135ae82
nfsd4: init_session should be declared static
by Fengguang Wu
· 12 years ago
2216d44
nfsd: get rid of cl_recdir field
by Jeff Layton
· 12 years ago
ac55fdc
nfsd: move the confirmed and unconfirmed hlists to a rbtree
by Jeff Layton
· 12 years ago
0ce0c2b
nfsd: don't search for client by hash on legacy reboot recovery gracedone
by Jeff Layton
· 12 years ago
772a9bb
nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim record
by Jeff Layton
· 12 years ago
ce30e53
nfsd: break out reclaim record removal into separate function
by Jeff Layton
· 12 years ago
278c931
nfsd: have nfsd4_find_reclaim_client take a char * argument
by Jeff Layton
· 12 years ago
a0af710
nfsd: remove unused argument to nfs4_has_reclaimed_state
by Jeff Layton
· 12 years ago
5772515
nfsd4: common helper to initialize callback work
by J. Bruce Fields
· 12 years ago
cb73a9f
nfsd4: implement backchannel_ctl operation
by J. Bruce Fields
· 12 years ago
c6bb3ca
nfsd4: use callback security parameters in create_session
by J. Bruce Fields
· 12 years ago
7fa10cd
nfsd4: don't BUG in delegation break callback
by J. Bruce Fields
· 12 years ago
7c1f8b6
nfsd4: remove unused init_session return
by J. Bruce Fields
· 12 years ago
3c40794
nfs: fix wrong object type in lockowner_slab
by Yanchuan Nian
· 12 years ago
01f6c8f
nfsd4: remove unused variable in nfsd4_delegreturn()
by Wei Yongjun
· 12 years ago
f474af7
nfs: disintegrate UAPI for nfs
by J. Bruce Fields
· 12 years ago
0d22f68
nfsd4: don't allow reclaims of expired clients
by J. Bruce Fields
· 12 years ago
6a3b156
nfsd4: remove redundant callback probe
by J. Bruce Fields
· 12 years ago
8f9d3d3
nfsd4: expire old client earlier
by J. Bruce Fields
· 12 years ago
81f0b2a
nfsd4: separate session allocation and initialization
by J. Bruce Fields
· 12 years ago
a827bcb
nfsd4: clean up session allocation
by J. Bruce Fields
· 12 years ago
1377b69
nfsd4: minor free_session cleanup
by J. Bruce Fields
· 12 years ago
e1ff371
nfsd4: new_conn_from_crses should only allocate
by J. Bruce Fields
· 12 years ago
3ba6367
nfsd4: separate connection allocation and initialization
by J. Bruce Fields
· 12 years ago
4973050
nfsd4: reject bad forechannel attrs earlier
by J. Bruce Fields
· 12 years ago
d15c077
nfsd4: enforce per-client sessions/no-sessions distinction
by J. Bruce Fields
· 12 years ago
c116a0a
nfsd4: set cl_minorversion at create time
by J. Bruce Fields
· 12 years ago
68eb350
nfsd4: don't pin clientids to pseudoflavors
by J. Bruce Fields
· 12 years ago
cb0942b
make get_file() return its argument
by Al Viro
· 12 years ago
ef79859
nfsd4: eliminate redundant nfs4_free_stateid
by J. Bruce Fields
· 12 years ago
cf9182e
nfsd4: fix nfs4 stateid leak
by J. Bruce Fields
· 12 years ago
21179d8
knfsd: don't allocate file_locks on the stack
by Jeff Layton
· 12 years ago
5592a3f
knfsd: remove bogus BUG_ON() call from nfsd4_locku
by Jeff Layton
· 12 years ago
da5c80a
nfsd4: nfsd_process_n_delegations should be static
by J. Bruce Fields
· 12 years ago
1696c47
nfsd: trivial comment updates
by Jeff Layton
· 12 years ago
2c142ba
NFSd: make boot_time variable per network namespace
by Stanislav Kinsbursky
· 12 years ago
a51c84e
NFSd: make grace end flag per network namespace
by Stanislav Kinsbursky
· 12 years ago
5ccb006
LockD: pass actual network namespace to grace period management functions
by Stanislav Kinsbursky
· 12 years ago
5e1533c
NFSd: make nfsd4_manager allocated per network namespace context.
by Stanislav Kinsbursky
· 12 years ago
99dbb8f
nfsd4: fix missing fault_inject.h include
by J. Bruce Fields
· 12 years ago
a6d88f2
NFSd: fix locking in nfsd_forget_delegations()
by Stanislav Kinsbursky
· 12 years ago
5559b50
nfsd4: fix cr_principal comparison check in same_creds
by Vivek Trivedi
· 12 years ago
74dbafa
nfsd4: release openowners on free in >=4.1 case
by J. Bruce Fields
· 12 years ago
4af8250
nfsd4: process_open2 cleanup
by J. Bruce Fields
· 12 years ago
e1aaa89
nfsd4: nfsd4_lock() cleanup
by J. Bruce Fields
· 12 years ago
7df302f
NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEID
by Chuck Lever
· 12 years ago
2411967
nfsd: probe the back channel on new connections
by Weston Andros Adamson
· 12 years ago
bc2df47
nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels
by J. Bruce Fields
· 12 years ago
419f431
Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
a00b615
Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
6eccece
nfsd4: fix, consolidate client_has_state
by J. Bruce Fields
· 12 years ago
b9831b5
nfsd4: don't remove rebooted client record until confirmation
by J. Bruce Fields
· 12 years ago
32f16b3
nfsd4: remove some dprintk's and a comment
by J. Bruce Fields
· 12 years ago
778df3f
nfsd4: return "real" sequence id in confirmed case
by J. Bruce Fields
· 12 years ago
0f1ba0e
nfsd4: fix exchange_id to return confirm flag
by J. Bruce Fields
· 12 years ago
7447758
nfsd4: clarify that renewing expired client is a bug
by J. Bruce Fields
· 13 years ago
90d700b
nfsd4: simpler ordering of setclientid_confirm checks
by J. Bruce Fields
· 12 years ago
f3d03b9
nfsd4: setclientid: remove pointless assignment
by J. Bruce Fields
· 12 years ago
8695b90
nfsd4: fix error return in non-matching-creds case
by J. Bruce Fields
· 12 years ago
788c1eb
nfsd4: fix setclientid_confirm same_cred check
by J. Bruce Fields
· 12 years ago
34b232b
nfsd4: merge 3 setclientid cases to 2
by J. Bruce Fields
· 12 years ago
8f93071
nfsd4: pull out common code from setclientid cases
by J. Bruce Fields
· 12 years ago
ad72aae
nfsd4: merge last two setclientid cases
by J. Bruce Fields
· 12 years ago
63db463
nfsd4: setclientid/confirm comment cleanup
by J. Bruce Fields
· 12 years ago
e98479b
nfsd4: setclientid remove unnecessary terms from a logical expression
by J. Bruce Fields
· 12 years ago
d5497fc
nfsd4: move rq_flavor into svc_cred
by J. Bruce Fields
· 12 years ago
8fbba96
nfsd4: stricter cred comparison for setclientid/exchange_id
by J. Bruce Fields
· 12 years ago
03a4e1f
nfsd4: move principal name into svc_cred
by J. Bruce Fields
· 12 years ago
631fc9e
nfsd4: allow removing clients not holding state
by J. Bruce Fields
· 12 years ago
136e658
nfsd4: rearrange exchange_id logic to simplify
by J. Bruce Fields
· 12 years ago
2dbb269
nfsd4: exchange_id cleanup: comments
by J. Bruce Fields
· 12 years ago
83e08fd
nfsd4: exchange_id cleanup: local shorthands for repeated tests
by J. Bruce Fields
· 12 years ago
1a30811
nfsd4: allow an EXCHANGE_ID to kill a 4.0 client
by J. Bruce Fields
· 12 years ago
ea236d0
nfsd4: exchange_id: check creds before killing confirmed client
by J. Bruce Fields
· 12 years ago
2786cc3
nfsd4: exchange_id error cleanup
by J. Bruce Fields
· 12 years ago
11ae681
nfsd4: exchange_id has a pointless copy
by J. Bruce Fields
· 13 years ago
ce0fc43
nfsd: wrap all accesses to st_deny_bmap
by Jeff Layton
· 12 years ago
82c5ff1
nfsd: wrap accesses to st_access_bmap
by Jeff Layton
· 12 years ago
3a32861
nfsd: make test_share a bool return
by Jeff Layton
· 12 years ago
5ae037e
nfsd: consolidate set_access and set_deny
by Jeff Layton
· 12 years ago
f07ea10
NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too often
by Chuck Lever
· 12 years ago
57b7b43
nfsd4: int/__be32 fixes
by J. Bruce Fields
· 13 years ago
2355c59
nfsd4: fix missing "static"
by J. Bruce Fields
· 13 years ago
bfa4b36
nfsd: state.c should include current_stateid.h
by J. Bruce Fields
· 13 years ago
04da6e9
nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails
by Al Viro
· 13 years ago
33dcc48
nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_end
by Jeff Layton
· 13 years ago
03af42c
nfsd: trivial: remove unused variable from nfsd4_lock
by Jeff Layton
· 13 years ago
Next »