Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7b6efc2bc4f19952b25ebf9b236e5ac43cd386c2
/
fs
/
nfsd
/
nfs4state.c
345c284
nfs41: implement DESTROY_CLIENTID operation
by Mi Jinlong
· 13 years ago
fc0c3dd
nfsd4: seq->status_flags may be used unitialized
by Benny Halevy
· 13 years ago
5423732
nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid
by Benny Halevy
· 13 years ago
8b289b2
nfsd4: implement new 4.1 open reclaim types
by J. Bruce Fields
· 13 years ago
a8d86cd
nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaround
by J. Bruce Fields
· 13 years ago
4cdc951
nfsd4: preallocate open stateid in process_open1()
by J. Bruce Fields
· 13 years ago
996e093
nfsd4: do idr preallocation with stateid allocation
by J. Bruce Fields
· 13 years ago
32513b4
nfsd4: preallocate nfs4_file in process_open1()
by J. Bruce Fields
· 13 years ago
d29b20c
nfsd4: clean up open owners on OPEN failure
by J. Bruce Fields
· 13 years ago
bcf130f
nfsd4: simplify process_open1 logic
by J. Bruce Fields
· 13 years ago
a50d2ad
nfsd4: centralize renew_client() calls
by J. Bruce Fields
· 13 years ago
b6d2f1c
nfsd4: more robust ignoring of WANT bits in OPEN
by J. Bruce Fields
· 13 years ago
a084daf
nfsd4: move name-length checks to xdr
by J. Bruce Fields
· 13 years ago
04f9e66
nfsd4: move access/deny validity checks to xdr code
by J. Bruce Fields
· 13 years ago
c30e92d
nfsd4: ignore WANT bits in open downgrade
by J. Bruce Fields
· 13 years ago
6409a5a
nfsd4: clean up downgrading code
by J. Bruce Fields
· 13 years ago
71c3bcd
nfsd4: fix state lock usage in LOCKU
by J. Bruce Fields
· 13 years ago
38c2f4b
nfsd4: look up stateid's per clientid
by J. Bruce Fields
· 13 years ago
36279ac
nfsd4: assume test_stateid always has session
by J. Bruce Fields
· 13 years ago
6136d2b
nfsd4: use idr for stateid's
by J. Bruce Fields
· 13 years ago
2a74aba
nfsd4: move client * to nfs4_stateid, add init_stid helper
by J. Bruce Fields
· 13 years ago
3d02fa2
nfsd4: fix open downgrade, again
by J. Bruce Fields
· 13 years ago
f7a4d87
nfsd4: hash closed stateid's like any other
by J. Bruce Fields
· 13 years ago
d3b313a
nfsd4: construct stateid from clientid and counter
by J. Bruce Fields
· 13 years ago
2da1cec
nfsd4: simplify free_stateid
by J. Bruce Fields
· 13 years ago
38c387b
nfsd4: match close replays on stateid, not open owner id
by J. Bruce Fields
· 13 years ago
dad1c06
nfsd4: replace oo_confirmed by flag bit
by J. Bruce Fields
· 13 years ago
849a1cf
SUNRPC: Replace svc_addr_u by sockaddr_storage
by Mi Jinlong
· 13 years ago
ee626a7
nfsd4: better stateid hashing
by J. Bruce Fields
· 13 years ago
69064a2
nfsd4: use deleg changes to cleanup preprocess_stateid_op
by J. Bruce Fields
· 13 years ago
97b7e3b
nfsd4: fix test_stateid for delegation stateid's
by J. Bruce Fields
· 13 years ago
f459e45
nfsd4: hash deleg stateid's like any other
by J. Bruce Fields
· 13 years ago
36d44c6
nfsd4: share common stid-hashing helper function
by J. Bruce Fields
· 13 years ago
d5477a8
nfsd4: add common dl_stid field to delegation
by J. Bruce Fields
· 13 years ago
dcef041
nfsd4: move some of nfs4_stateid into a separate structure
by J. Bruce Fields
· 13 years ago
91a8c04
nfsd4: remove redundant stateid initialization
by J. Bruce Fields
· 13 years ago
881ea2b
nfsd4: rename init_stateid
by J. Bruce Fields
· 13 years ago
2288d0e
nfsd4: pass around typemask instead of flags
by J. Bruce Fields
· 13 years ago
c0a5d93
nfsd4: split preprocess_seqid, cleanup
by J. Bruce Fields
· 13 years ago
4d71ab8
nfsd4: split up find_stateid
by J. Bruce Fields
· 13 years ago
4581d14
nfsd4: rearrange to avoid a forward reference
by J. Bruce Fields
· 13 years ago
4665e2b
nfsd4: split out some free_generic_stateid code
by J. Bruce Fields
· 13 years ago
fe0750e
nfsd4: split stateowners into open and lockowners
by J. Bruce Fields
· 13 years ago
f4dee24
nfsd4: move CLOSE_STATE special case to caller
by J. Bruce Fields
· 13 years ago
68b66e8
nfsd4: move double-confirm test to open_confirm
by J. Bruce Fields
· 13 years ago
77eaae8
nfsd4: simplify check_open logic
by J. Bruce Fields
· 13 years ago
7a8711c
nfsd4: share common seqid checks
by J. Bruce Fields
· 13 years ago
16d2594
nfsd4: eliminate unused lt_stateowner
by J. Bruce Fields
· 13 years ago
7c13f34
nfsd4: drop most stateowner refcounting
by J. Bruce Fields
· 13 years ago
fff6ca9
nfsd4: eliminate impossible open replay case
by J. Bruce Fields
· 13 years ago
5ec094c
nfsd4: extend state lock over seqid replay logic
by J. Bruce Fields
· 13 years ago
9072d5c
nfsd4: cleanup seqid op stateowner usage
by J. Bruce Fields
· 13 years ago
f3e4223
nfsd4: centralize handling of replay owners
by J. Bruce Fields
· 13 years ago
73997dc
nfsd4: make delegation stateid's seqid start at 1
by J. Bruce Fields
· 13 years ago
81b8296
nfsd4: simplify stateid generation code, fix wraparound
by J. Bruce Fields
· 13 years ago
b79abad
nfsd4: consolidate lock & open stateid tables
by J. Bruce Fields
· 13 years ago
5fa0bbb
nfsd4: simplify distinguishing lock & open stateid's
by J. Bruce Fields
· 13 years ago
3cc9fda4
nfsd4: remove redundant is_open_owner check
by J. Bruce Fields
· 13 years ago
b34f27a
nfsd4: get lock checks out of preprocess_seqid_op
by J. Bruce Fields
· 13 years ago
9afb978
nfsd4: simplify lock openmode check
by J. Bruce Fields
· 13 years ago
28dde24
nfsd4: remove HAS_SESSION
by J. Bruce Fields
· 13 years ago
ff194bd
nfsd4: cleanup lock/stateowner initialization
by J. Bruce Fields
· 13 years ago
506f275
nfsd4: name openowner data structures more clearly
by J. Bruce Fields
· 13 years ago
ddc04c4
nfsd4: replace some macros by functions
by J. Bruce Fields
· 13 years ago
3e77246
nfsd4: stop using nfserr_resource for transitory errors
by J. Bruce Fields
· 13 years ago
48483bf
nfsd4: simplify recovery dir setting
by J. Bruce Fields
· 13 years ago
75c096f
nfsd4: it's OK to return nfserr_symlink
by J. Bruce Fields
· 13 years ago
0c12eaf
nfsd: don't break lease on CLAIM_DELEGATE_CUR
by Casey Bodley
· 13 years ago
8fb47a4
locks: rename lock-manager ops
by J. Bruce Fields
· 13 years ago
ae82a8d
nfsd41: check the size of request
by Mi Jinlong
· 13 years ago
1b74c25
nfsd41: error out when client sets maxreq_sz or maxresp_sz too small
by Mi Jinlong
· 13 years ago
f197c27
nfsd4: fix file leak on open_downgrade
by J. Bruce Fields
· 13 years ago
499f3ed
nfsd4: remember to put RW access on stateid destruction
by J. Bruce Fields
· 13 years ago
1745680
NFSD: Added TEST_STATEID operation
by Bryan Schumaker
· 13 years ago
e1ca12d
NFSD: added FREE_STATEID operation
by Bryan Schumaker
· 13 years ago
a74d70b
Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
c47d832
nfsd: make local functions static
by Daniel Mack
· 14 years ago
1db2b9d
NFSD: Check status from nfsd4_map_bcts_dir()
by Bryan Schumaker
· 14 years ago
bcecf1c
nfsd41: error out on repeated RECLAIM_COMPLETE
by Mi Jinlong
· 14 years ago
868b89c
nfsd41: compare request's opcnt with session's maxops at nfsd4_sequence
by Mi Jinlong
· 14 years ago
a62573d
nfsd41: add flag checking for create_session
by Mi Jinlong
· 14 years ago
a96e5b9
nfsd4: Fix filp leak
by OGAWA Hirofumi
· 14 years ago
4ee6362
nfsd4: fix struct file leak on delegation
by J. Bruce Fields
· 14 years ago
18770c7
Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
23fcf2e
nfsd4: fix oops on lock failure
by J. Bruce Fields
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
cf507b6
Merge create_session decoding fix into for-2.6.39
by J. Bruce Fields
· 14 years ago
d2b2174
nfs41: make sure nfs server return right ca_maxresponsesize_cached
by Mi Jinlong
· 14 years ago
0997b17
nfsd4: fix struct file leak
by J. Bruce Fields
· 14 years ago
529d7b2
nfsd4: minor nfs4state.c reshuffling
by J. Bruce Fields
· 14 years ago
3507958
nfsd: kill unused macro definition
by Shan Wei
· 14 years ago
32b007b
nfsd4: fix bad pointer on failure to find delegation
by J. Bruce Fields
· 14 years ago
acfdf5c
nfsd4: acquire only one lease per file
by J. Bruce Fields
· 14 years ago
5d926e8
nfsd4: modify fi_delegations under recall_lock
by J. Bruce Fields
· 14 years ago
65bc58f
nfsd4: remove unused deleg dprintk's.
by J. Bruce Fields
· 14 years ago
edab978
nfsd4: split lease setting into separate function
by J. Bruce Fields
· 14 years ago
dd239cc
nfsd4: fix leak on allocation error
by J. Bruce Fields
· 14 years ago
22d38c4
nfsd4: add helper function for lease setup
by J. Bruce Fields
· 14 years ago
6b57d9c
nfsd4: split up nfsd_break_deleg_cb
by J. Bruce Fields
· 14 years ago
18bce37
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
Next »