index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Turn off throttling of RPC slots for TCP sockets
Trond Myklebust
2018-09-30
2
-15
/
+1
*
SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK
Trond Myklebust
2018-09-30
1
-2
/
+2
*
SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue
Trond Myklebust
2018-09-30
1
-11
/
+60
*
SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queue
Trond Myklebust
2018-09-30
1
-0
/
+11
*
SUNRPC: Support for congestion control when queuing is enabled
Trond Myklebust
2018-09-30
5
-36
/
+107
*
SUNRPC: Improve latency for interactive tasks
Trond Myklebust
2018-09-30
1
-3
/
+24
*
SUNRPC: Move RPC retransmission stat counter to xprt_transmit()
Trond Myklebust
2018-09-30
2
-13
/
+12
*
SUNRPC: Simplify xprt_prepare_transmit()
Trond Myklebust
2018-09-30
1
-16
/
+7
*
SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK
Trond Myklebust
2018-09-30
2
-18
/
+0
*
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
Trond Myklebust
2018-09-30
4
-20
/
+17
*
SUNRPC: Fix up the back channel transmit
Trond Myklebust
2018-09-30
2
-15
/
+31
*
SUNRPC: Refactor RPC call encoding
Trond Myklebust
2018-09-30
2
-41
/
+62
*
SUNRPC: Add a transmission queue for RPC requests
Trond Myklebust
2018-09-30
2
-13
/
+77
*
SUNRPC: Distinguish between the slot allocation list and receive queue
Trond Myklebust
2018-09-30
1
-6
/
+6
*
SUNRPC: Minor cleanup for call_transmit()
Trond Myklebust
2018-09-30
1
-17
/
+15
*
SUNRPC: Refactor xprt_transmit() to remove wait for reply code
Trond Myklebust
2018-09-30
2
-31
/
+53
*
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
Trond Myklebust
2018-09-30
4
-46
/
+88
*
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
Trond Myklebust
2018-09-30
5
-37
/
+37
*
SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit
Trond Myklebust
2018-09-30
1
-6
/
+3
*
SUNRPC: Test whether the task is queued before grabbing the queue spinlocks
Trond Myklebust
2018-09-30
1
-0
/
+4
*
SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
Trond Myklebust
2018-09-30
1
-10
/
+55
*
SUNRPC: Refactor the transport request pinning
Trond Myklebust
2018-09-30
1
-20
/
+23
*
SUNRPC: Simplify dealing with aborted partially transmitted messages
Trond Myklebust
2018-09-30
1
-26
/
+25
*
SUNRPC: Add socket transmit queue offset tracking
Trond Myklebust
2018-09-30
1
-18
/
+22
*
SUNRPC: Move reset of TCP state variables into the reconnect code
Trond Myklebust
2018-09-30
1
-7
/
+6
*
SUNRPC: Rename TCP receive-specific state variables
Trond Myklebust
2018-09-30
1
-89
/
+89
*
SUNRPC: Avoid holding locks across the XDR encoding of the RPC message
Trond Myklebust
2018-09-30
1
-3
/
+3
*
SUNRPC: Simplify identification of when the message send/receive is complete
Trond Myklebust
2018-09-30
2
-15
/
+21
*
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
Trond Myklebust
2018-09-30
4
-0
/
+61
*
SUNRPC: If there is no reply expected, bail early from call_decode
Trond Myklebust
2018-09-30
1
-5
/
+8
*
SUNRPC: Clean up initialisation of the struct rpc_rqst
Trond Myklebust
2018-09-30
2
-41
/
+51
*
Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2018-08-24
19
-49
/
+75
|
\
|
*
xprtrdma: Fix disconnect regression
Chuck Lever
2018-08-08
1
-3
/
+2
|
*
sunrpc: whitespace fixes
Stephen Hemminger
2018-07-31
15
-15
/
+5
|
*
NFSv4 client live hangs after live data migration recovery
Bill Baker
2018-07-31
1
-8
/
+20
|
*
sunrpc: kstrtoul() can also return -ERANGE
Dan Carpenter
2018-07-31
1
-1
/
+1
|
*
sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...
Dave Wysochanski
2018-07-31
1
-5
/
+12
|
*
sunrpc: Add _add_rpc_iostats() to add rpc_iostats metrics
Dave Wysochanski
2018-07-30
1
-0
/
+12
|
*
sunrpc: add _print_rpc_iostats() to output metrics for one RPC op
Dave Wysochanski
2018-07-30
1
-11
/
+16
|
*
net/sunrpc: Make rpc_auth_create_args a const
Sargun Dhillon
2018-07-30
4
-7
/
+8
*
|
Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2018-08-24
10
-111
/
+140
|
\
\
|
*
|
sunrpc: Add comment defining gssd upcall API keywords
Chuck Lever
2018-08-23
1
-0
/
+17
|
*
|
sunrpc: Extract target name into svc_cred
Chuck Lever
2018-08-23
1
-25
/
+45
|
*
|
sunrpc: Enable the kernel to specify the hostname part of service principals
Chuck Lever
2018-08-23
1
-3
/
+17
|
*
|
sunrpc: Don't use stack buffer with scatterlist
Laura Abbott
2018-08-23
1
-3
/
+9
|
*
|
rpc: remove unneeded variable 'ret' in rdma_listen_handler
zhong jiang
2018-08-09
1
-2
/
+1
|
*
|
NFSD: Handle full-length symlinks
Chuck Lever
2018-08-09
1
-42
/
+25
|
*
|
NFSD: Refactor the generic write vector fill helper
Chuck Lever
2018-08-09
1
-7
/
+4
|
*
|
svcrdma: Clean up Read chunk path
Chuck Lever
2018-08-09
1
-19
/
+13
|
*
|
svcrdma: Avoid releasing a page in svc_xprt_release()
Chuck Lever
2018-08-09
2
-4
/
+9
[next]