- b49ea67 SUNRPC: lock against ->sock changing during sysfs read by NeilBrown · 3 years ago
- c4f0396 SUNRPC: clean up some inconsistent indenting by Jiapeng Chong · 3 years, 1 month ago
- 064a917 SUNRPC: use different lock keys for INET6 and LOCAL by NeilBrown · 3 years, 1 month ago
- 3be232f SUNRPC: Prevent immediate close+reconnect by Trond Myklebust · 3 years, 2 months ago
- d896ba8 SUNRPC: Fix races when closing the socket by Trond Myklebust · 3 years, 2 months ago
- 280254b SUNRPC: Clean up xs_tcp_setup_sock() by Trond Myklebust · 3 years, 2 months ago
- ea9afca SUNRPC: Replace use of socket sk_callback_lock with sock_lock by Trond Myklebust · 3 years, 2 months ago
- 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 4 months ago
- 7c81e6a SUNRPC: Tweak TCP socket shutdown in the RPC client by Trond Myklebust · 3 years, 4 months ago
- 0a6ff58 SUNRPC: Simplify socket shutdown when not reusing TCP ports by Trond Myklebust · 3 years, 4 months ago
- 2a14c9a params: lift param_set_uint_minmax to common code by Sagi Grimberg · 3 years, 6 months ago
- 5d46dd0 sunrpc: Fix return value of get_srcport() by Anna Schumaker · 3 years, 5 months ago
- 878b3df Merge part 2 of branch 'sysfs-devel' by Trond Myklebust · 3 years, 6 months ago
- 526fca3 Merge branch 'sysfs-devel' by Trond Myklebust · 3 years, 6 months ago
- a848248 SUNRPC query transport's source port by Olga Kornievskaia · 3 years, 6 months ago
- d3abc73 sunrpc: keep track of the xprt_class in rpc_xprt structure by Olga Kornievskaia · 3 years, 7 months ago
- bc1c56e SUNRPC: prevent port reuse on transports which don't request it. by NeilBrown · 3 years, 7 months ago
- d275880 SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected by Trond Myklebust · 3 years, 7 months ago
- 98b5cee SUNRPC: Ensure the transport backchannel association by Benjamin Coddington · 3 years, 9 months ago
- d737e5d SUNRPC: Set TCP_CORK until the transmit queue is empty by Trond Myklebust · 3 years, 11 months ago
- 93f479d SUNRPC: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- 12b20ce net: sunrpc: xprtsock.c: Corrected few spellings ,in comments by Bhaskar Chowdhury · 4 years, 2 months ago
- 8c71139 SUNRPC: correct error code comment in xs_tcp_setup_socket() by Calum Mackay · 4 years, 2 months ago
- ac9645c sunrpc: fix xs_read_xdr_buf for partial pages receive by Dan Aloni · 4 years, 1 month ago
- d5aa6b2 SUNRPC: xprt_load_transport() needs to support the netid "rdma6" by Trond Myklebust · 4 years, 2 months ago
- 015747d SUNRPC: Replace dprintk() call site in xs_nospace() by Chuck Lever · 4 years, 6 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- c742b63 Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 7 months ago
- 18d5ad6 ipv6: add ip6_sock_set_addr_preferences by Christoph Hellwig · 4 years, 7 months ago
- 480aeb9 tcp: add tcp_sock_set_keepcnt by Christoph Hellwig · 4 years, 7 months ago
- d41ecaa tcp: add tcp_sock_set_keepintvl by Christoph Hellwig · 4 years, 7 months ago
- 71c48eb tcp: add tcp_sock_set_keepidle by Christoph Hellwig · 4 years, 7 months ago
- c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 7 months ago
- fe31a32 net: add sock_set_reuseport by Christoph Hellwig · 4 years, 7 months ago
- ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 7 months ago
- ca4faf5 SUNRPC: Move xpt_mutex into socket xpo_sendto methods by Chuck Lever · 4 years, 8 months ago
- 6221f1d SUNRPC: Fix backchannel RPC soft lockups by Chuck Lever · 4 years, 8 months ago
- 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 9 months ago
- da1661b SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends by Chuck Lever · 4 years, 10 months ago
- 9e55eef4 SUNRPC: Refactor xs_sendpages() by Chuck Lever · 4 years, 10 months ago
- 68e9a24 SUNRPC: remove redundant assignments to variable status by Colin Ian King · 4 years, 10 months ago
- 911d137 Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
- 8729aab SUNRPC: Fix backchannel latency metrics by Chuck Lever · 5 years ago
- e6237b6 NFSv4.1: Don't rebind to the same source port when reconnecting to the server by Trond Myklebust · 5 years ago
- af84537 SUNRPC: fix race to sk_err after xs_error_report by Benjamin Coddington · 5 years ago
- 45835a6 SUNRPC: Don't receive TCP data into a request buffer that has been reset by Trond Myklebust · 5 years ago
- 7536908 SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request by Trond Myklebust · 5 years ago
- 7402a4f SUNRPC: Fix up backchannel slot table accounting by Trond Myklebust · 5 years ago
- 347543e Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 5 years ago
- 675dd90 xprtrdma: Modernize ops->connect by Chuck Lever · 6 years ago
- b5e9241 SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock by Trond Myklebust · 6 years ago
- 4f8943f SUNRPC: Replace direct task wakeups from softirq context by Trond Myklebust · 6 years ago
- 7e3d362 SUNRPC: Fix up calculation of client message length by Trond Myklebust · 6 years ago
- 5ad64b3 SUNRPC: Add tracking of RPC level errors by Trond Myklebust · 6 years ago
- 8ba6a92 SUNRPC: Refactor xprt_request_wait_receive() by Trond Myklebust · 6 years ago
- 01f2f5b SUNRPC: fix uninitialized variable warning by Alakesh Haloi · 6 years ago
- 9734ad5 SUNRPC: Fix a client regression when handling oversized replies by Trond Myklebust · 6 years ago
- 12a3ad6 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc by Trond Myklebust · 6 years ago
- a73881c SUNRPC: Fix an Oops in udp_poll() by Trond Myklebust · 6 years ago
- 06b5fc3 Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
- 6f903b1 SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages() by Trond Myklebust · 6 years ago
- c87dc4c SUNRPC: Further cleanups of xs_sendpages() by Trond Myklebust · 6 years ago
- 0472e47 SUNRPC: Convert socket page send code to use iov_iter() by Trond Myklebust · 6 years ago
- e791f8e SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec() by Trond Myklebust · 6 years ago
- 5f52a9d SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive by Trond Myklebust · 6 years ago
- 727fcc6 SUNRPC: Don't suppress socket errors when a message read completes by Trond Myklebust · 6 years ago
- e92053a SUNRPC: Handle zero length fragments correctly by Trond Myklebust · 6 years ago
- ae05355 SUNRPC: Don't reset the stream record info when the receive worker is running by Trond Myklebust · 6 years ago
- b9779a5 SUNRPC: Ensure rq_bytes_sent is reset before request transmission by Trond Myklebust · 6 years ago
- 0ffe86f SUNRPC: Use poll() to fix up the socket requeue races by Trond Myklebust · 6 years ago
- a1231fd SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs by Trond Myklebust · 6 years ago
- 067fb11 SUNRPC: Remove rpc_xprt::tsh_size by Chuck Lever · 6 years ago
- 6a829eb SUNRPC: Fix TCP receive code on archs with flush_dcache_page() by Trond Myklebust · 6 years ago
- e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
- e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
- acf0a39 SUNRPC: Fix some kernel doc complaints by Chuck Lever · 6 years ago
- 4aa5cff sunrpc: remove unused bc_up operation from rpc_xprt_ops by Vasily Averin · 6 years ago
- 8e2e5b7 SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG by Ben Dooks · 6 years ago
- cf76785 SUNRPC: Fix a race with XPRT_CONNECTING by Trond Myklebust · 6 years ago
- 0445f92 SUNRPC: Fix disconnection races by Trond Myklebust · 6 years ago
- 79462857 SUNRPC: Don't force a redundant disconnection in xs_read_stream() by Trond Myklebust · 6 years ago
- dfcf038 SUNRPC: Fix up socket polling by Trond Myklebust · 6 years ago
- b76a5af SUNRPC: Use the discard iterator rather than MSG_TRUNC by Trond Myklebust · 6 years ago
- 26781ea SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request() by Trond Myklebust · 6 years ago
- 16e5e90 SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag by Trond Myklebust · 6 years ago
- c443305 SUNRPC: Fix RPC receive hangs by Trond Myklebust · 6 years ago
- 0e9b4a8 missing bits of "iov_iter: Separate type from direction and use accessor functions" by Al Viro · 6 years ago
- 93bdcf9 Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
- 826799e sunrpc: safely reallow resvport min/max inversion by J. Bruce Fields · 6 years ago
- 8440a88 sunrpc: Report connect_time in seconds by Chuck Lever · 6 years ago
- 3968a8a sunrpc: Fix connect metrics by Chuck Lever · 6 years ago
- 4f54614 SUNRPC: Clean up xs_udp_data_receive() by Trond Myklebust · 6 years ago
- 550aebf SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive by Trond Myklebust · 6 years ago
- c50b8ee SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive() by Trond Myklebust · 6 years ago
- 277e4ab SUNRPC: Simplify TCP receive code by switching to using iterators by Trond Myklebust · 6 years ago
- adfa714 SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() by Trond Myklebust · 6 years ago
- c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 6 years ago
- 36bd7de SUNRPC: Turn off throttling of RPC slots for TCP sockets by Trond Myklebust · 6 years ago
- 75891f5 SUNRPC: Support for congestion control when queuing is enabled by Trond Myklebust · 6 years ago