index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...
Benny Halevy
2
-1
/
+17
2009-06-18
nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...
Andy Adamson
2
-0
/
+5
2009-06-18
nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...
Benny Halevy
2
-0
/
+41
2009-06-18
nfs41: Implement NFSv4.1 callback service process.
Ricardo Labiaga
2
-4
/
+115
2009-06-18
nfs41: Backchannel bc_svc_process()
Ricardo Labiaga
2
-0
/
+51
2009-06-18
nfs41: Refactor svc_process()
Ricardo Labiaga
1
-30
/
+50
2009-06-18
nfs41: Backchannel callback service helper routines
Ricardo Labiaga
4
-1
/
+88
2009-06-18
nfs41: Add backchannel processing support to RPC state machine
Ricardo Labiaga
6
-9
/
+203
2009-06-18
nfs41: New xs_tcp_read_data()
Ricardo Labiaga
1
-18
/
+126
2009-06-18
nfs41: New include/linux/sunrpc/bc_xprt.h
Ricardo Labiaga
1
-0
/
+46
2009-06-18
nfs41: New backchannel helper routines
Ricardo Labiaga
3
-0
/
+280
2009-06-18
nfs41: Initialize new rpc_xprt callback related fields
Ricardo Labiaga
1
-0
/
+5
2009-06-18
nfs41: client callback structures
Ricardo Labiaga
2
-0
/
+30
2009-06-18
nfs41: minorversion support for nfs4_{init,destroy}_callback
Benny Halevy
3
-34
/
+54
2009-06-17
nfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0
Benny Halevy
1
-9
/
+37
2009-06-17
nfs41: Process the RPC call direction
Ricardo Labiaga
2
-8
/
+28
2009-06-17
nfs41: Add ability to read RPC call direction on TCP stream.
Ricardo Labiaga
1
-3
/
+49
2009-06-17
nfs41: increment_{open,lock}_seqid
Benny Halevy
2
-5
/
+9
2009-06-17
nfs41: only retry EXCHANGE_ID on recoverable errors
Andy Adamson
1
-1
/
+22
2009-06-17
nfs41: recover lease in _nfs4_lookup_root
Benny Halevy
3
-1
/
+25
2009-06-17
nfs41: get_clid_cred for EXCHANGE_ID
Andy Adamson
3
-0
/
+17
2009-06-17
nfs41: add a get_clid_cred function to nfs4_state_recovery_ops
Andy Adamson
3
-1
/
+4
2009-06-17
nfs41: establish sessions-based clientid
Andy Adamson
3
-8
/
+50
2009-06-17
nfs41: introduce get_state_renewal_cred
Andy Adamson
4
-14
/
+14
2009-06-17
nfs41: support minorversion 1 for nfs4_check_lease
Benny Halevy
3
-1
/
+6
2009-06-17
nfs41: lease renewal
Benny Halevy
3
-1
/
+33
2009-06-17
nfs41: schedule async session reset
Andy Adamson
1
-0
/
+34
2009-06-17
nfs41: kick start nfs41 session recovery when handling errors
Andy Adamson
1
-0
/
+32
2009-06-17
nfs41: use rpc prepare call state for session reset
Andy Adamson
5
-25
/
+41
2009-06-17
nfs41: sunrpc: Export the call prepare state for session reset
Andy Adamson
4
-1
/
+16
2009-06-17
nfs41: add session reset to state manager
Andy Adamson
2
-2
/
+50
2009-06-17
nfs41: add session setup to the state manager
Andy Adamson
6
-5
/
+54
2009-06-17
nfs41: reset the session slot table
Andy Adamson
1
-3
/
+41
2009-06-17
nfs41: sequence operation
Andy Adamson
2
-5
/
+214
2009-06-17
nfs41: enable nfs_client only nfs4_async_handle_error
Andy Adamson
1
-4
/
+9
2009-06-17
nfs41: destroy_session operation
Andy Adamson
3
-0
/
+91
2009-06-17
nfs41: use session attributes for rsize and wsize
Andy Adamson
1
-0
/
+17
2009-06-17
nfs41: verify session channel attribues
Andy Adamson
1
-2
/
+48
2009-06-17
nfs41: create_session operation
Andy Adamson
4
-0
/
+379
2009-06-17
nfs41: get_lease_time
Andy Adamson
3
-0
/
+154
2009-06-17
nfs41: exchange_id operation
Benny Halevy
6
-1
/
+247
2009-06-17
nfs41 delegreturn sequence setup done support
Andy Adamson
1
-1
/
+23
2009-06-17
nfs41 commit sequence setup done support
Andy Adamson
3
-0
/
+10
2009-06-17
nfs41 write sequence setup done support
Andy Adamson
4
-0
/
+32
2009-06-17
nfs41: read sequence setup/done support
Andy Adamson
4
-2
/
+39
2009-06-17
nfs41: unlink sequence setup/done support
Andy Adamson
2
-0
/
+19
2009-06-17
nfs41: locku sequence setup/done support
Andy Adamson
1
-1
/
+9
2009-06-17
nfs41: lock sequence setup/done support
Andy Adamson
1
-0
/
+8
2009-06-17
nfs41: open sequence setup/done support
Andy Adamson
1
-0
/
+8
2009-06-17
nfs41: close sequence setup/done support
Andy Adamson
1
-1
/
+7
[next]