aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-10
* SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust2019-09-17
* SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-18
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-18
* Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-12
|\
| * xprtrdma: Modernize ops->connectChuck Lever2019-07-09
* | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust2019-07-06
* | SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust2019-07-06
* | SUNRPC: Fix up calculation of client message lengthTrond Myklebust2019-06-28
|/
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-25
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-25
* SUNRPC: fix uninitialized variable warningAlakesh Haloi2019-03-26
* SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust2019-03-15
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-02
* SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-26
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-25
|\
| * SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-13
* | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust2019-02-20
* | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-20
* | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-20
* | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust2019-02-20
* | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust2019-02-20
* | SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust2019-02-20
* | SUNRPC: Handle zero length fragments correctlyTrond Myklebust2019-02-20
* | SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust2019-02-20
* | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-02-20
* | SUNRPC: Use poll() to fix up the socket requeue racesTrond Myklebust2019-02-20
* | SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust2019-02-20
|/
* SUNRPC: Fix TCP receive code on archs with flush_dcache_page()Trond Myklebust2019-01-08
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-02
|\
| * SUNRPC: Fix some kernel doc complaintsChuck Lever2019-01-02
| * SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-19
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-02
|\ \ | |/ |/|
| * sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-27
* | SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-18
* | SUNRPC: Fix disconnection racesTrond Myklebust2018-12-18
* | SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust2018-12-05
* | SUNRPC: Fix up socket pollingTrond Myklebust2018-12-05
* | SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust2018-12-05
* | SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust2018-12-05
* | SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust2018-12-05
* | SUNRPC: Fix RPC receive hangsTrond Myklebust2018-12-05
|/
* missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-01
* Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-18
|\
| * sunrpc: Report connect_time in secondsChuck Lever2018-10-02
| * sunrpc: Fix connect metricsChuck Lever2018-10-02
* | sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2018-10-18
* | SUNRPC: Clean up xs_udp_data_receive()Trond Myklebust2018-09-30
* | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-30
* | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-30