Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-08Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-11-22SUNRPC: Fix backchannel latency metricsChuck Lever
2019-11-04NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-09xprtrdma: Modernize ops->connectChuck Lever
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust
2019-07-06SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust
2019-06-28SUNRPC: Fix up calculation of client message lengthTrond Myklebust
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust
2019-03-26SUNRPC: fix uninitialized variable warningAlakesh Haloi
2019-03-15SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust
2019-03-03SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust
2019-02-26SUNRPC: Fix an Oops in udp_poll()Trond Myklebust
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-02-21SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust
2019-02-21SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust
2019-02-21SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust
2019-02-21SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust
2019-02-21SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust
2019-02-21SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust
2019-02-21SUNRPC: Handle zero length fragments correctlyTrond Myklebust
2019-02-21SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust
2019-02-21SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust
2019-02-21SUNRPC: Use poll() to fix up the socket requeue racesTrond Myklebust
2019-02-20SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2019-01-08SUNRPC: Fix TCP receive code on archs with flush_dcache_page()Trond Myklebust
2019-01-03Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-03Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever
2018-12-28sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin
2018-12-19SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks
2018-12-18SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust
2018-12-18SUNRPC: Fix disconnection racesTrond Myklebust
2018-12-05SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust
2018-12-05SUNRPC: Fix up socket pollingTrond Myklebust
2018-12-05SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust
2018-12-05SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust
2018-12-05SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust
2018-12-05SUNRPC: Fix RPC receive hangsTrond Myklebust
2018-11-02missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro
2018-10-19Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-10-19sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields
2018-10-02sunrpc: Report connect_time in secondsChuck Lever
2018-10-02sunrpc: Fix connect metricsChuck Lever