index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs41: Backchannel: Add a backchannel slot table to the session
Ricardo Labiaga
2009-06-17
2
-13
/
+37
*
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: Rename rq_received to rq_reply_bytes_recvd
Ricardo Labiaga
2009-06-17
5
-14
/
+16
*
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: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.
Rahul Iyer
2009-06-17
1
-2
/
+2
*
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
2
-1
/
+17
*
nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...
Andy Adamson
2009-06-17
2
-0
/
+5
*
nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...
Benny Halevy
2009-06-17
2
-0
/
+41
*
nfs41: Implement NFSv4.1 callback service process.
Ricardo Labiaga
2009-06-17
2
-4
/
+115
*
nfs41: Backchannel bc_svc_process()
Ricardo Labiaga
2009-06-17
2
-0
/
+51
*
nfs41: Refactor svc_process()
Ricardo Labiaga
2009-06-17
1
-30
/
+50
*
nfs41: Backchannel callback service helper routines
Ricardo Labiaga
2009-06-17
4
-1
/
+88
*
nfs41: Add backchannel processing support to RPC state machine
Ricardo Labiaga
2009-06-17
6
-9
/
+203
*
nfs41: New xs_tcp_read_data()
Ricardo Labiaga
2009-06-17
1
-18
/
+126
*
nfs41: New include/linux/sunrpc/bc_xprt.h
Ricardo Labiaga
2009-06-17
1
-0
/
+46
*
nfs41: New backchannel helper routines
Ricardo Labiaga
2009-06-17
3
-0
/
+280
*
nfs41: Initialize new rpc_xprt callback related fields
Ricardo Labiaga
2009-06-17
1
-0
/
+5
*
nfs41: client callback structures
Ricardo Labiaga
2009-06-17
2
-0
/
+30
*
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: Process the RPC call direction
Ricardo Labiaga
2009-06-17
2
-8
/
+28
*
nfs41: Add ability to read RPC call direction on TCP stream.
Ricardo Labiaga
2009-06-17
1
-3
/
+49
*
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: sunrpc: Export the call prepare state for session reset
Andy Adamson
2009-06-17
4
-1
/
+16
*
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
6
-5
/
+54
[next]