index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request
Trond Myklebust
1
-0
/
+1
2019-07-18
SUNRPC: Fix up backchannel slot table accounting
Trond Myklebust
1
-0
/
+1
2019-07-12
Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-21
/
+2
2019-07-09
xprtrdma: Modernize ops->connect
Chuck Lever
1
-21
/
+2
2019-07-06
SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock
Trond Myklebust
1
-12
/
+11
2019-07-06
SUNRPC: Replace direct task wakeups from softirq context
Trond Myklebust
1
-6
/
+72
2019-06-28
SUNRPC: Fix up calculation of client message length
Trond Myklebust
1
-8
/
+8
2019-04-25
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
1
-0
/
+1
2019-04-25
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
1
-4
/
+4
2019-03-26
SUNRPC: fix uninitialized variable warning
Alakesh Haloi
1
-2
/
+2
2019-03-15
SUNRPC: Fix a client regression when handling oversized replies
Trond Myklebust
1
-1
/
+1
2019-03-03
SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc
Trond Myklebust
1
-2
/
+2
2019-02-26
SUNRPC: Fix an Oops in udp_poll()
Trond Myklebust
1
-2
/
+19
2019-02-25
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-32
/
+67
2019-02-21
SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()
Trond Myklebust
1
-12
/
+4
2019-02-21
SUNRPC: Further cleanups of xs_sendpages()
Trond Myklebust
1
-10
/
+1
2019-02-21
SUNRPC: Convert socket page send code to use iov_iter()
Trond Myklebust
1
-36
/
+13
2019-02-21
SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()
Trond Myklebust
1
-15
/
+23
2019-02-21
SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive
Trond Myklebust
1
-1
/
+4
2019-02-21
SUNRPC: Don't suppress socket errors when a message read completes
Trond Myklebust
1
-5
/
+2
2019-02-21
SUNRPC: Handle zero length fragments correctly
Trond Myklebust
1
-14
/
+29
2019-02-21
SUNRPC: Don't reset the stream record info when the receive worker is running
Trond Myklebust
1
-3
/
+9
2019-02-21
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
1
-2
/
+0
2019-02-21
SUNRPC: Use poll() to fix up the socket requeue races
Trond Myklebust
1
-2
/
+24
2019-02-20
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
Trond Myklebust
1
-3
/
+7
2019-02-13
SUNRPC: Remove rpc_xprt::tsh_size
Chuck Lever
1
-31
/
+60
2019-01-08
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
Trond Myklebust
1
-0
/
+22
2019-01-03
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-8
/
+2
2019-01-03
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-12
/
+0
2019-01-02
SUNRPC: Fix some kernel doc complaints
Chuck Lever
1
-0
/
+2
2018-12-28
sunrpc: remove unused bc_up operation from rpc_xprt_ops
Vasily Averin
1
-12
/
+0
2018-12-19
SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG
Ben Dooks
1
-8
/
+0
2018-12-18
SUNRPC: Fix a race with XPRT_CONNECTING
Trond Myklebust
1
-2
/
+2
2018-12-18
SUNRPC: Fix disconnection races
Trond Myklebust
1
-4
/
+2
2018-12-05
SUNRPC: Don't force a redundant disconnection in xs_read_stream()
Trond Myklebust
1
-7
/
+1
2018-12-05
SUNRPC: Fix up socket polling
Trond Myklebust
1
-2
/
+2
2018-12-05
SUNRPC: Use the discard iterator rather than MSG_TRUNC
Trond Myklebust
1
-2
/
+3
2018-12-05
SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()
Trond Myklebust
1
-1
/
+2
2018-12-05
SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag
Trond Myklebust
1
-11
/
+11
2018-12-05
SUNRPC: Fix RPC receive hangs
Trond Myklebust
1
-20
/
+19
2018-11-02
missing bits of "iov_iter: Separate type from direction and use accessor func...
Al Viro
1
-2
/
+2
2018-10-19
Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
1
-2
/
+8
2018-10-19
sunrpc: safely reallow resvport min/max inversion
J. Bruce Fields
1
-16
/
+18
2018-10-02
sunrpc: Report connect_time in seconds
Chuck Lever
1
-2
/
+2
2018-10-02
sunrpc: Fix connect metrics
Chuck Lever
1
-4
/
+6
2018-09-30
SUNRPC: Clean up xs_udp_data_receive()
Trond Myklebust
1
-12
/
+5
2018-09-30
SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
Trond Myklebust
1
-121
/
+16
2018-09-30
SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
Trond Myklebust
1
-41
/
+30
2018-09-30
SUNRPC: Simplify TCP receive code by switching to using iterators
Trond Myklebust
1
-364
/
+333
2018-09-30
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
Trond Myklebust
1
-7
/
+4
[next]