index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
SUNRPC: Handle zero length fragments correctly
Trond Myklebust
1
-14
/
+29
2019-02-20
SUNRPC: Don't reset the stream record info when the receive worker is running
Trond Myklebust
1
-3
/
+9
2019-02-20
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
1
-2
/
+0
2019-02-20
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-02
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-8
/
+2
2019-01-02
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-27
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-01
missing bits of "iov_iter: Separate type from direction and use accessor func...
Al Viro
1
-2
/
+2
2018-10-18
Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
1
-2
/
+8
2018-10-18
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-05
SUNRPC: Ensure we always close the socket after a connection shuts down
Trond Myklebust
1
-13
/
+10
2018-01-14
SUNRPC: Add explicit rescheduling points in the receive path
Trond Myklebust
1
-2
/
+19
2018-01-14
SUNRPC: Chunk reading of replies from the server
Trond Myklebust
1
-4
/
+11
2017-12-01
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+2
[prev]
[next]