Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull more NFS client updates from Trond Myklebust: "A few bugfixes and some small sunrpc latency/performance improvements before the merge window closes: Stable fixes: - fix an incorrect calculation of the RDMA send scatter gather element limit - fix an Oops when attempting to free resources after RDMA device removal Bugfixes: - SUNRPC: Ensure we always release the TCP socket in a timely fashion when the connection is shut down. - SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context Latency/Performance: - SUNRPC: Queue latency sensitive socket tasks to the less contended xprtiod queue - SUNRPC: Make the xprtiod workqueue unbounded. - SUNRPC: Make the rpciod workqueue unbounded" * tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context fix parallelism for rpc tasks Make the xprtiod workqueue unbounded. SUNRPC: Queue latency-sensitive socket tasks to xprtiod SUNRPC: Ensure we always close the socket after a connection shuts down xprtrdma: Fix BUG after a device removal xprtrdma: Fix calculation of ri_max_send_sges
No related branches found
No related tags found
Showing
- include/linux/sunrpc/sched.h 3 additions, 0 deletionsinclude/linux/sunrpc/sched.h
- net/sunrpc/sched.c 14 additions, 2 deletionsnet/sunrpc/sched.c
- net/sunrpc/xprt.c 2 additions, 1 deletionnet/sunrpc/xprt.c
- net/sunrpc/xprtrdma/rpc_rdma.c 1 addition, 1 deletionnet/sunrpc/xprtrdma/rpc_rdma.c
- net/sunrpc/xprtrdma/verbs.c 4 additions, 4 deletionsnet/sunrpc/xprtrdma/verbs.c
- net/sunrpc/xprtsock.c 12 additions, 15 deletionsnet/sunrpc/xprtsock.c
Loading
Please register or sign in to comment