summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-181-0/+1
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-0/+1
* Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-121-21/+2Star
|\
| * xprtrdma: Modernize ops->connectChuck Lever2019-07-091-21/+2Star
* | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust2019-07-061-12/+11Star
* | SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust2019-07-061-6/+72
* | SUNRPC: Fix up calculation of client message lengthTrond Myklebust2019-06-281-8/+8
|/
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-251-0/+1
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-251-4/+4
* SUNRPC: fix uninitialized variable warningAlakesh Haloi2019-03-261-2/+2
* 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/+4Star
* | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-201-10/+1Star
* | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-201-36/+13Star
* | 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/+2Star
* | 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/+0Star
* | 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-031-8/+2Star
|\
| * SUNRPC: Fix some kernel doc complaintsChuck Lever2019-01-021-0/+2
| * SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-191-8/+0Star
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-031-12/+0Star
|\ \ | |/ |/|
| * sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-281-12/+0Star
* | SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-181-2/+2
* | SUNRPC: Fix disconnection racesTrond Myklebust2018-12-181-4/+2Star
* | SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust2018-12-051-7/+1Star
* | 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/+19Star
|/
* 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/+5Star
* | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-121/+16Star
* | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-301-41/+30Star
* | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-301-364/+333Star
* | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-301-7/+4Star