Age | Commit message (Expand) | Author | Files | Lines |
2022-01-06 | SUNRPC: clean up some inconsistent indenting | Jiapeng Chong | 1 | -1/+1 |
2021-11-23 | SUNRPC: use different lock keys for INET6 and LOCAL | NeilBrown | 1 | -5/+5 |
2021-11-05 | SUNRPC: Prevent immediate close+reconnect | Trond Myklebust | 1 | -1/+1 |
2021-11-05 | SUNRPC: Fix races when closing the socket | Trond Myklebust | 1 | -0/+1 |
2021-11-01 | SUNRPC: Clean up xs_tcp_setup_sock() | Trond Myklebust | 1 | -40/+28 |
2021-11-01 | SUNRPC: Replace use of socket sk_callback_lock with sock_lock | Trond Myklebust | 1 | -27/+11 |
2021-09-04 | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -4/+11 |
2021-08-27 | SUNRPC: Tweak TCP socket shutdown in the RPC client | Trond Myklebust | 1 | -3/+6 |
2021-08-27 | SUNRPC: Simplify socket shutdown when not reusing TCP ports | Trond Myklebust | 1 | -0/+4 |
2021-08-16 | params: lift param_set_uint_minmax to common code | Sagi Grimberg | 1 | -18/+0 |
2021-08-10 | sunrpc: Fix return value of get_srcport() | Anna Schumaker | 1 | -1/+1 |
2021-07-08 | Merge part 2 of branch 'sysfs-devel' | Trond Myklebust | 1 | -0/+7 |
2021-07-08 | Merge branch 'sysfs-devel' | Trond Myklebust | 1 | -0/+9 |
2021-07-08 | SUNRPC query transport's source port | Olga Kornievskaia | 1 | -0/+7 |
2021-07-08 | sunrpc: keep track of the xprt_class in rpc_xprt structure | Olga Kornievskaia | 1 | -0/+9 |
2021-06-21 | SUNRPC: prevent port reuse on transports which don't request it. | NeilBrown | 1 | -1/+2 |
2021-05-20 | SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected | Trond Myklebust | 1 | -0/+2 |
2021-04-05 | SUNRPC: Ensure the transport backchannel association | Benjamin Coddington | 1 | -0/+4 |
2021-04-05 | SUNRPC: Set TCP_CORK until the transmit queue is empty | Trond Myklebust | 1 | -1/+4 |
2021-02-01 | SUNRPC: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-02-01 | net: sunrpc: xprtsock.c: Corrected few spellings ,in comments | Bhaskar Chowdhury | 1 | -5/+5 |
2021-02-01 | SUNRPC: correct error code comment in xs_tcp_setup_socket() | Calum Mackay | 1 | -4/+2 |
2020-12-14 | sunrpc: fix xs_read_xdr_buf for partial pages receive | Dan Aloni | 1 | -1/+2 |
2020-12-02 | SUNRPC: xprt_load_transport() needs to support the netid "rdma6" | Trond Myklebust | 1 | -0/+4 |
2020-09-21 | SUNRPC: Replace dprintk() call site in xs_nospace() | Chuck Lever | 1 | -4/+1 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -4/+4 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -5/+5 |
2020-06-11 | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+10 |
2020-05-28 | ipv6: add ip6_sock_set_addr_preferences | Christoph Hellwig | 1 | -3/+4 |
2020-05-28 | tcp: add tcp_sock_set_keepcnt | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepintvl | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepidle | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | tcp: add tcp_sock_set_user_timeout | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | net: add sock_set_reuseport | Christoph Hellwig | 1 | -16/+1 |
2020-05-28 | net: add sock_set_keepalive | Christoph Hellwig | 1 | -3/+1 |
2020-05-18 | SUNRPC: Move xpt_mutex into socket xpo_sendto methods | Chuck Lever | 1 | -2/+10 |
2020-04-17 | SUNRPC: Fix backchannel RPC soft lockups | Chuck Lever | 1 | -0/+1 |
2020-04-07 | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
2020-03-16 | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends | Chuck Lever | 1 | -30/+9 |
2020-03-16 | SUNRPC: Refactor xs_sendpages() | Chuck Lever | 1 | -129/+20 |
2020-03-16 | SUNRPC: remove redundant assignments to variable status | Colin Ian King | 1 | -1/+1 |
2019-12-08 | Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+2 |
2019-11-22 | SUNRPC: Fix backchannel latency metrics | Chuck Lever | 1 | -1/+2 |
2019-11-04 | NFSv4.1: Don't rebind to the same source port when reconnecting to the server | Trond Myklebust | 1 | -1/+1 |
2019-10-10 | SUNRPC: fix race to sk_err after xs_error_report | Benjamin Coddington | 1 | -9/+8 |
2019-09-17 | SUNRPC: Don't receive TCP data into a request buffer that has been reset | Trond Myklebust | 1 | -1/+7 |
2019-07-18 | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request | Trond Myklebust | 1 | -0/+1 |
2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust | 1 | -0/+1 |
2019-07-12 | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 1 | -21/+2 |
2019-07-09 | xprtrdma: Modernize ops->connect | Chuck Lever | 1 | -21/+2 |