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: Add the 'softerr' rpc_client flag
Trond Myklebust
2019-04-25
1
-1
/
+7
*
SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
Trond Myklebust
2019-04-25
1
-5
/
+7
*
SUNRPC: Start the first major timeout calculation at task creation
Trond Myklebust
2019-04-25
1
-10
/
+34
*
SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
Trond Myklebust
2019-04-25
1
-0
/
+9
*
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
2019-04-25
2
-13
/
+28
*
SUNRPC: Ensure that the transport layer respect major timeouts
Trond Myklebust
2019-04-25
1
-4
/
+13
*
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
Trond Myklebust
2019-04-25
2
-2
/
+6
*
SUNRPC: Simplify queue timeouts using timer_reduce()
Trond Myklebust
2019-04-25
1
-4
/
+2
*
SUNRPC: Fix up tracking of timeouts
Trond Myklebust
2019-04-25
3
-2
/
+16
*
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
2019-04-25
5
-33
/
+81
*
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
Trond Myklebust
2019-04-25
1
-4
/
+3
*
SUNRPC: Refactor rpc_sleep_on()
Trond Myklebust
2019-04-25
1
-16
/
+24
*
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
2019-04-25
4
-43
/
+48
*
SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
Trond Myklebust
2019-04-25
1
-13
/
+17
*
SUNRPC: Fix up task signalling
Trond Myklebust
2019-04-25
3
-17
/
+29
*
SUNRPC: Ignore queue transmission errors on successful transmission
Trond Myklebust
2019-04-17
1
-2
/
+5
*
Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
Trond Myklebust
2019-04-11
1
-37
/
+8
*
xprtrdma: Fix helper that drains the transport
Chuck Lever
2019-04-11
1
-1
/
+1
*
SUNRPC: fix uninitialized variable warning
Alakesh Haloi
2019-03-26
1
-2
/
+2
*
SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected
Trond Myklebust
2019-03-23
1
-1
/
+11
*
Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2019-03-16
3
-20
/
+16
|
\
|
*
SUNRPC: Remove redundant check for the reply length in call_decode()
Trond Myklebust
2019-03-15
1
-4
/
+0
|
*
SUNRPC: Handle the SYSTEM_ERR rpc error
Trond Myklebust
2019-03-15
1
-0
/
+1
|
*
SUNRPC: rpc_decode_header() must always return a non-zero value on error
Trond Myklebust
2019-03-15
1
-13
/
+7
|
*
SUNRPC: Use the ENOTCONN error on socket disconnect
Trond Myklebust
2019-03-15
1
-1
/
+1
|
*
SUNRPC: Fix the minimal size for reply buffer allocation
Trond Myklebust
2019-03-15
1
-1
/
+6
|
*
SUNRPC: Fix a client regression when handling oversized replies
Trond Myklebust
2019-03-15
1
-1
/
+1
*
|
Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-03-12
6
-47
/
+39
|
\
\
|
|
/
|
/
|
|
*
svcrpc: fix UDP on servers with lots of threads
J. Bruce Fields
2019-02-21
1
-10
/
+10
|
*
svcrdma: Remove syslog warnings in work completion handlers
Chuck Lever
2019-02-06
4
-27
/
+2
|
*
svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled
Chuck Lever
2019-02-06
1
-1
/
+3
|
*
svcrdma: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-02-06
1
-2
/
+1
|
*
svcrpc: fix unlikely races preventing queueing of sockets
J. Bruce Fields
2019-02-06
3
-3
/
+15
|
*
svcrpc: svc_xprt_has_something_to_do seems a little long
J. Bruce Fields
2019-02-06
1
-2
/
+2
|
*
SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()
Trond Myklebust
2019-02-06
1
-2
/
+6
*
|
SUNRPC: Take the transport send lock before binding+connecting
Trond Myklebust
2019-03-10
1
-1
/
+8
*
|
SUNRPC: Micro-optimise when the task is known not to be sleeping
Trond Myklebust
2019-03-10
1
-34
/
+65
*
|
SUNRPC: Check whether the task was transmitted before rebind/reconnect
Trond Myklebust
2019-03-10
1
-4
/
+40
*
|
SUNRPC: Remove redundant calls to RPC_IS_QUEUED()
Trond Myklebust
2019-03-09
2
-5
/
+1
*
|
SUNRPC: Clean up
Trond Myklebust
2019-03-09
1
-33
/
+14
*
|
SUNRPC: Respect RPC call timeouts when retrying transmission
Trond Myklebust
2019-03-07
1
-18
/
+24
*
|
SUNRPC: Fix up RPC back channel transmission
Trond Myklebust
2019-03-07
1
-28
/
+33
*
|
SUNRPC: Prevent thundering herd when the socket is not connected
Trond Myklebust
2019-03-07
1
-4
/
+17
*
|
SUNRPC: Allow dynamic allocation of back channel slots
Trond Myklebust
2019-03-02
1
-16
/
+25
*
|
SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc
Trond Myklebust
2019-03-02
3
-8
/
+5
*
|
NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated
Trond Myklebust
2019-03-01
1
-0
/
+7
*
|
SUNRPC: Fix an Oops in udp_poll()
Trond Myklebust
2019-02-26
1
-2
/
+19
*
|
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
2019-02-25
27
-847
/
+858
|
\
\
|
*
|
SUNRPC: Use au_rslack when computing reply buffer size
Chuck Lever
2019-02-14
1
-3
/
+4
|
*
|
SUNRPC: Add rpc_auth::au_ralign field
Chuck Lever
2019-02-14
4
-6
/
+16
[next]