summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust2022-04-071-2/+13
* SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-071-3/+13
* SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-291-2/+2
* SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-251-2/+24
* SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-221-5/+6
* SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
* SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
* SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
* SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
* SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12
* SUNRPC: change locking for xs_swap_enable/disableNeilBrown2022-03-131-15/+11
* SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-131-0/+8
* SUNRPC: lock against ->sock changing during sysfs readNeilBrown2022-02-081-1/+6
* SUNRPC: clean up some inconsistent indentingJiapeng Chong2022-01-061-1/+1
* SUNRPC: use different lock keys for INET6 and LOCALNeilBrown2021-11-221-5/+5
* SUNRPC: Prevent immediate close+reconnectTrond Myklebust2021-11-041-1/+1
* SUNRPC: Fix races when closing the socketTrond Myklebust2021-11-041-0/+1
* SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust2021-11-011-40/+28
* SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust2021-11-011-27/+11
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-4/+11
|\
| * SUNRPC: Tweak TCP socket shutdown in the RPC clientTrond Myklebust2021-08-271-3/+6
| * SUNRPC: Simplify socket shutdown when not reusing TCP portsTrond Myklebust2021-08-271-0/+4
| * sunrpc: Fix return value of get_srcport()Anna Schumaker2021-08-091-1/+1
* | params: lift param_set_uint_minmax to common codeSagi Grimberg2021-08-161-18/+0
|/
* Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-081-0/+7
|\
| * SUNRPC query transport's source portOlga Kornievskaia2021-07-081-0/+7
* | Merge branch 'sysfs-devel'Trond Myklebust2021-07-081-0/+9
|\|
| * sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia2021-07-081-0/+9
* | SUNRPC: prevent port reuse on transports which don't request it.NeilBrown2021-06-211-1/+2
|/
* SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust2021-05-201-0/+2
* SUNRPC: Ensure the transport backchannel associationBenjamin Coddington2021-04-051-0/+4
* SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-051-1/+4
* SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-011-0/+1
* net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury2021-02-011-5/+5
* SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay2021-02-011-4/+2
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-141-1/+2
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-021-0/+4
* SUNRPC: Replace dprintk() call site in xs_nospace()Chuck Lever2020-09-211-4/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-5/+5
* Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-111-2/+10
|\
| * SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-181-2/+10
* | ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig2020-05-281-3/+4
* | tcp: add tcp_sock_set_keepcntChristoph Hellwig2020-05-281-2/+1
* | tcp: add tcp_sock_set_keepintvlChristoph Hellwig2020-05-281-2/+1
* | tcp: add tcp_sock_set_keepidleChristoph Hellwig2020-05-281-2/+1
* | tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-2/+1
* | net: add sock_set_reuseportChristoph Hellwig2020-05-281-16/+1
* | net: add sock_set_keepaliveChristoph Hellwig2020-05-281-3/+1
|/
* SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-171-0/+1