summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust2019-03-151-1/+1
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-021-2/+2
* 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-251-32/+67
|\
| * SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-31/+60
* | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust2019-02-201-12/+4
* | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-201-10/+1
* | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-201-36/+13
* | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust2019-02-201-15/+23
* | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust2019-02-201-1/+4
* | SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust2019-02-201-5/+2
* | SUNRPC: Handle zero length fragments correctlyTrond Myklebust2019-02-201-14/+29
* | SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust2019-02-201-3/+9
* | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-02-201-2/+0
* | SUNRPC: Use poll() to fix up the socket requeue racesTrond Myklebust2019-02-201-2/+24
* | SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust2019-02-201-3/+7
|/
* SUNRPC: Fix TCP receive code on archs with flush_dcache_page()Trond Myklebust2019-01-081-0/+22
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-8/+2
|\
| * SUNRPC: Fix some kernel doc complaintsChuck Lever2019-01-021-0/+2
| * SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-191-8/+0
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-021-12/+0
|\ \ | |/ |/|
| * sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-271-12/+0
* | SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-181-2/+2
* | SUNRPC: Fix disconnection racesTrond Myklebust2018-12-181-4/+2
* | SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust2018-12-051-7/+1
* | SUNRPC: Fix up socket pollingTrond Myklebust2018-12-051-2/+2
* | SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust2018-12-051-2/+3
* | SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust2018-12-051-1/+2
* | SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust2018-12-051-11/+11
* | SUNRPC: Fix RPC receive hangsTrond Myklebust2018-12-051-20/+19
|/
* missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-011-2/+2
* Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-181-2/+8
|\
| * sunrpc: Report connect_time in secondsChuck Lever2018-10-021-2/+2
| * sunrpc: Fix connect metricsChuck Lever2018-10-021-4/+6
* | sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2018-10-181-16/+18
* | SUNRPC: Clean up xs_udp_data_receive()Trond Myklebust2018-09-301-12/+5
* | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-121/+16
* | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-301-41/+30
* | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-301-364/+333
* | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-301-7/+4
* | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-22/+11
* | SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust2018-09-301-1/+1
* | SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+4
* | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2018-09-301-14/+13
* | SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-301-15/+15
* | SUNRPC: Simplify dealing with aborted partially transmitted messagesTrond Myklebust2018-09-301-26/+25
* | SUNRPC: Add socket transmit queue offset trackingTrond Myklebust2018-09-301-18/+22
* | SUNRPC: Move reset of TCP state variables into the reconnect codeTrond Myklebust2018-09-301-7/+6
* | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-301-89/+89
|/
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0