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
starfive-6.6.48-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
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
2018-09-30
SUNRPC: Clean up transport write space handling
Trond Myklebust
1
-22
/
+11
2018-09-30
SUNRPC: Turn off throttling of RPC slots for TCP sockets
Trond Myklebust
1
-1
/
+1
2018-09-30
SUNRPC: Support for congestion control when queuing is enabled
Trond Myklebust
1
-0
/
+4
2018-09-30
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
Trond Myklebust
1
-14
/
+13
2018-09-30
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
Trond Myklebust
1
-15
/
+15
2018-09-30
SUNRPC: Simplify dealing with aborted partially transmitted messages
Trond Myklebust
1
-26
/
+25
2018-09-30
SUNRPC: Add socket transmit queue offset tracking
Trond Myklebust
1
-18
/
+22
2018-09-30
SUNRPC: Move reset of TCP state variables into the reconnect code
Trond Myklebust
1
-7
/
+6
2018-09-30
SUNRPC: Rename TCP receive-specific state variables
Trond Myklebust
1
-89
/
+89
2018-07-31
sunrpc: whitespace fixes
Stephen Hemminger
1
-1
/
+0
2018-05-07
SUNRPC: Add a ->free_slot transport callout
Chuck Lever
1
-0
/
+4
2018-04-12
Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+4
2018-04-10
SUNRPC: Make RTT measurement more precise (Send)
Chuck Lever
1
-0
/
+3
2018-04-10
SUNRPC: Move xprt_update_rtt callsite
Chuck Lever
1
-0
/
+1
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-2
/
+1
2018-02-09
SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
Trond Myklebust
1
-2
/
+2
2018-02-06
SUNRPC: Ensure we always close the socket after a connection shuts down
Trond Myklebust
1
-13
/
+10
2018-01-15
SUNRPC: Add explicit rescheduling points in the receive path
Trond Myklebust
1
-2
/
+19
2018-01-15
SUNRPC: Chunk reading of replies from the server
Trond Myklebust
1
-4
/
+11
2017-12-02
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+2
2017-11-30
SUNRPC: Handle ENETDOWN errors
Trond Myklebust
1
-0
/
+1
2017-11-29
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
1
-0
/
+1
2017-11-18
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+4
2017-11-18
net: sunrpc: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-02
sunrpc: remove redundant initialization of sock
Colin Ian King
1
-1
/
+1
2017-09-05
Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
1
-4
/
+4
2017-08-18
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
1
-14
/
+16
2017-08-16
SUNRPC: Cleanup xs_tcp_read_common()
Trond Myklebust
1
-17
/
+8
2017-08-16
SUNRPC: Don't loop forever in xs_tcp_data_receive()
Trond Myklebust
1
-6
/
+7
2017-08-16
SUNRPC: Don't hold the transport lock when receiving backchannel data
Trond Myklebust
1
-4
/
+1
2017-08-16
SUNRPC: Don't hold the transport lock across socket copy operations
Trond Myklebust
1
-5
/
+18
[next]