index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31
Trond Myklebust
2009-06-17
17
-296
/
+3307
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
nfs41: Backchannel: CB_SEQUENCE validation
Ricardo Labiaga
2009-06-17
1
-4
/
+67
|
*
|
|
nfs41: Backchannel: New find_client_with_session()
Ricardo Labiaga
2009-06-17
1
-0
/
+36
|
*
|
|
nfs41: Backchannel: Add a backchannel slot table to the session
Ricardo Labiaga
2009-06-17
1
-12
/
+36
|
*
|
|
nfs41: Backchannel: Refactor nfs4_init_slot_table()
Ricardo Labiaga
2009-06-17
1
-7
/
+19
|
*
|
|
nfs41: Backchannel: Refactor nfs4_reset_slot_table()
Ricardo Labiaga
2009-06-17
1
-11
/
+27
|
*
|
|
nfs41: Backchannel: update cb_sequence args and results
Ricardo Labiaga
2009-06-17
2
-3
/
+3
|
*
|
|
nfs41: verify CB_SEQUENCE position in callback compound
Benny Halevy
2009-06-17
1
-0
/
+8
|
*
|
|
nfs41: cb_sequence xdr implementation
Benny Halevy
2009-06-17
1
-2
/
+170
|
*
|
|
nfs41: cb_sequence proc implementation
Benny Halevy
2009-06-17
2
-0
/
+32
|
*
|
|
nfs41: cb_sequence protocol level data structures
Benny Halevy
2009-06-17
1
-0
/
+35
|
*
|
|
nfs41: consider minorversion in callback_xdr:process_op
Benny Halevy
2009-06-17
2
-14
/
+72
|
*
|
|
nfs41: callback numbers definitions
Benny Halevy
2009-06-17
1
-0
/
+10
|
*
|
|
nfs41: decode minorversion 1 cb_compound header
Benny Halevy
2009-06-17
2
-4
/
+4
|
*
|
|
nfs41: store minorversion in cb_compound_hdr_arg
Benny Halevy
2009-06-17
2
-5
/
+8
|
*
|
|
nfs41: Release backchannel resources associated with session
Andy Adamson
2009-06-17
2
-1
/
+6
|
*
|
|
nfs41: Client indicates presence of NFSv4.1 callback channel.
Andy Adamson
2009-06-17
1
-1
/
+1
|
*
|
|
nfs41: Setup the backchannel
Andy Adamson
2009-06-17
1
-0
/
+9
|
*
|
|
nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
Andy Adamson
2009-06-17
3
-32
/
+27
|
*
|
|
nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...
Benny Halevy
2009-06-17
1
-1
/
+16
|
*
|
|
nfs41: Implement NFSv4.1 callback service process.
Ricardo Labiaga
2009-06-17
2
-4
/
+115
|
*
|
|
nfs41: minorversion support for nfs4_{init,destroy}_callback
Benny Halevy
2009-06-17
3
-34
/
+54
|
*
|
|
nfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0
Benny Halevy
2009-06-17
1
-9
/
+37
|
*
|
|
nfs41: increment_{open,lock}_seqid
Benny Halevy
2009-06-17
2
-5
/
+9
|
*
|
|
nfs41: only retry EXCHANGE_ID on recoverable errors
Andy Adamson
2009-06-17
1
-1
/
+22
|
*
|
|
nfs41: recover lease in _nfs4_lookup_root
Benny Halevy
2009-06-17
3
-1
/
+25
|
*
|
|
nfs41: get_clid_cred for EXCHANGE_ID
Andy Adamson
2009-06-17
3
-0
/
+17
|
*
|
|
nfs41: add a get_clid_cred function to nfs4_state_recovery_ops
Andy Adamson
2009-06-17
3
-1
/
+4
|
*
|
|
nfs41: establish sessions-based clientid
Andy Adamson
2009-06-17
3
-8
/
+50
|
*
|
|
nfs41: introduce get_state_renewal_cred
Andy Adamson
2009-06-17
4
-14
/
+14
|
*
|
|
nfs41: support minorversion 1 for nfs4_check_lease
Benny Halevy
2009-06-17
3
-1
/
+6
|
*
|
|
nfs41: lease renewal
Benny Halevy
2009-06-17
3
-1
/
+33
|
*
|
|
nfs41: schedule async session reset
Andy Adamson
2009-06-17
1
-0
/
+34
|
*
|
|
nfs41: kick start nfs41 session recovery when handling errors
Andy Adamson
2009-06-17
1
-0
/
+32
|
*
|
|
nfs41: use rpc prepare call state for session reset
Andy Adamson
2009-06-17
5
-25
/
+41
|
*
|
|
nfs41: add session reset to state manager
Andy Adamson
2009-06-17
2
-2
/
+50
|
*
|
|
nfs41: add session setup to the state manager
Andy Adamson
2009-06-17
5
-5
/
+53
|
*
|
|
nfs41: reset the session slot table
Andy Adamson
2009-06-17
1
-3
/
+41
|
*
|
|
nfs41: sequence operation
Andy Adamson
2009-06-17
2
-5
/
+214
|
*
|
|
nfs41: enable nfs_client only nfs4_async_handle_error
Andy Adamson
2009-06-17
1
-4
/
+9
|
*
|
|
nfs41: destroy_session operation
Andy Adamson
2009-06-17
3
-0
/
+91
|
*
|
|
nfs41: use session attributes for rsize and wsize
Andy Adamson
2009-06-17
1
-0
/
+17
|
*
|
|
nfs41: verify session channel attribues
Andy Adamson
2009-06-17
1
-2
/
+48
|
*
|
|
nfs41: create_session operation
Andy Adamson
2009-06-17
2
-0
/
+357
|
*
|
|
nfs41: get_lease_time
Andy Adamson
2009-06-17
2
-0
/
+145
|
*
|
|
nfs41: exchange_id operation
Benny Halevy
2009-06-17
2
-0
/
+200
|
*
|
|
nfs41 delegreturn sequence setup done support
Andy Adamson
2009-06-17
1
-1
/
+23
|
*
|
|
nfs41 commit sequence setup done support
Andy Adamson
2009-06-17
3
-0
/
+10
|
*
|
|
nfs41 write sequence setup done support
Andy Adamson
2009-06-17
4
-0
/
+32
|
*
|
|
nfs41: read sequence setup/done support
Andy Adamson
2009-06-17
4
-2
/
+39
[prev]
[next]