summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-252-13/+28
| * | SUNRPC: Ensure that the transport layer respect major timeoutsTrond Myklebust2019-04-251-4/+13
| * | SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust2019-04-252-2/+6
| * | SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust2019-04-251-4/+2
| * | SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-253-2/+16
| * | SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-255-33/+81
| * | SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-4/+3
| * | SUNRPC: Refactor rpc_sleep_on()Trond Myklebust2019-04-251-16/+24
| * | SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-254-43/+48
| * | SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust2019-04-251-13/+17
| * | SUNRPC: Fix up task signallingTrond Myklebust2019-04-253-17/+29
* | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-9/+2
|\ \ \
| * | | rpcpipe: switch to ->free_inode()Al Viro2019-05-011-9/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-062-3/+0
|\ \ \ \
| * | | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-3/+0
* | | | | Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-04-231-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-04-051-0/+3
| | |/ | |/|
* | | SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust2019-04-171-2/+5
* | | Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust2019-04-111-37/+8
* | | xprtrdma: Fix helper that drains the transportChuck Lever2019-04-111-1/+1
|/ /
* | SUNRPC: fix uninitialized variable warningAlakesh Haloi2019-03-261-2/+2
* | SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust2019-03-231-1/+11
|/
* Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-163-20/+16
|\
| * SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust2019-03-151-4/+0
| * SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust2019-03-151-0/+1
| * SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust2019-03-151-13/+7
| * SUNRPC: Use the ENOTCONN error on socket disconnectTrond Myklebust2019-03-151-1/+1
| * SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust2019-03-151-1/+6
| * SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust2019-03-151-1/+1
* | Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-126-47/+39
|\ \ | |/ |/|
| * svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields2019-02-211-10/+10
| * svcrdma: Remove syslog warnings in work completion handlersChuck Lever2019-02-064-27/+2
| * svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever2019-02-061-1/+3
| * svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-061-2/+1
| * svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-063-3/+15
| * svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields2019-02-061-2/+2
| * SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust2019-02-061-2/+6
* | SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust2019-03-101-1/+8
* | SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust2019-03-101-34/+65
* | SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust2019-03-101-4/+40
* | SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2019-03-092-5/+1
* | SUNRPC: Clean upTrond Myklebust2019-03-091-33/+14
* | SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust2019-03-071-18/+24
* | SUNRPC: Fix up RPC back channel transmissionTrond Myklebust2019-03-071-28/+33
* | SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust2019-03-071-4/+17
* | SUNRPC: Allow dynamic allocation of back channel slotsTrond Myklebust2019-03-021-16/+25
* | SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-023-8/+5
* | NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-011-0/+7
* | SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-261-2/+19
* | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-2527-847/+858
|\ \