Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4f8943f8088348ec01456b075d44ad19dce3d698
/
net
/
sunrpc
/
xprtsock.c
4f8943f
SUNRPC: Replace direct task wakeups from softirq context
by Trond Myklebust
· 6 years ago
7e3d362
SUNRPC: Fix up calculation of client message length
by Trond Myklebust
· 6 years ago
5ad64b3
SUNRPC: Add tracking of RPC level errors
by Trond Myklebust
· 6 years ago
8ba6a92
SUNRPC: Refactor xprt_request_wait_receive()
by Trond Myklebust
· 6 years ago
01f2f5b
SUNRPC: fix uninitialized variable warning
by Alakesh Haloi
· 6 years ago
9734ad5
SUNRPC: Fix a client regression when handling oversized replies
by Trond Myklebust
· 6 years ago
12a3ad6
SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc
by Trond Myklebust
· 6 years ago
a73881c
SUNRPC: Fix an Oops in udp_poll()
by Trond Myklebust
· 6 years ago
06b5fc3
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 6 years ago
6f903b1
SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()
by Trond Myklebust
· 6 years ago
c87dc4c
SUNRPC: Further cleanups of xs_sendpages()
by Trond Myklebust
· 6 years ago
0472e47
SUNRPC: Convert socket page send code to use iov_iter()
by Trond Myklebust
· 6 years ago
e791f8e
SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()
by Trond Myklebust
· 6 years ago
5f52a9d
SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive
by Trond Myklebust
· 6 years ago
727fcc6
SUNRPC: Don't suppress socket errors when a message read completes
by Trond Myklebust
· 6 years ago
e92053a
SUNRPC: Handle zero length fragments correctly
by Trond Myklebust
· 6 years ago
ae05355
SUNRPC: Don't reset the stream record info when the receive worker is running
by Trond Myklebust
· 6 years ago
b9779a5
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
by Trond Myklebust
· 6 years ago
0ffe86f
SUNRPC: Use poll() to fix up the socket requeue races
by Trond Myklebust
· 6 years ago
a1231fd
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
by Trond Myklebust
· 6 years ago
067fb11
SUNRPC: Remove rpc_xprt::tsh_size
by Chuck Lever
· 6 years ago
6a829eb
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
by Trond Myklebust
· 6 years ago
e6b9257
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
e45428a
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
acf0a39
SUNRPC: Fix some kernel doc complaints
by Chuck Lever
· 6 years ago
4aa5cff
sunrpc: remove unused bc_up operation from rpc_xprt_ops
by Vasily Averin
· 6 years ago
8e2e5b7
SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG
by Ben Dooks
· 6 years ago
cf76785
SUNRPC: Fix a race with XPRT_CONNECTING
by Trond Myklebust
· 6 years ago
0445f92
SUNRPC: Fix disconnection races
by Trond Myklebust
· 6 years ago
79462857
SUNRPC: Don't force a redundant disconnection in xs_read_stream()
by Trond Myklebust
· 6 years ago
dfcf038
SUNRPC: Fix up socket polling
by Trond Myklebust
· 6 years ago
b76a5af
SUNRPC: Use the discard iterator rather than MSG_TRUNC
by Trond Myklebust
· 6 years ago
26781ea
SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()
by Trond Myklebust
· 6 years ago
16e5e90
SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag
by Trond Myklebust
· 6 years ago
c443305
SUNRPC: Fix RPC receive hangs
by Trond Myklebust
· 6 years ago
0e9b4a8
missing bits of "iov_iter: Separate type from direction and use accessor functions"
by Al Viro
· 6 years ago
93bdcf9
Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 6 years ago
826799e
sunrpc: safely reallow resvport min/max inversion
by J. Bruce Fields
· 6 years ago
8440a88
sunrpc: Report connect_time in seconds
by Chuck Lever
· 6 years ago
3968a8a
sunrpc: Fix connect metrics
by Chuck Lever
· 6 years ago
4f54614
SUNRPC: Clean up xs_udp_data_receive()
by Trond Myklebust
· 6 years ago
550aebf
SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
by Trond Myklebust
· 6 years ago
c50b8ee
SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
by Trond Myklebust
· 6 years ago
277e4ab
SUNRPC: Simplify TCP receive code by switching to using iterators
by Trond Myklebust
· 6 years ago
adfa714
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
by Trond Myklebust
· 6 years ago
c544577
SUNRPC: Clean up transport write space handling
by Trond Myklebust
· 6 years ago
36bd7de
SUNRPC: Turn off throttling of RPC slots for TCP sockets
by Trond Myklebust
· 6 years ago
75891f5
SUNRPC: Support for congestion control when queuing is enabled
by Trond Myklebust
· 6 years ago
50f484e
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
by Trond Myklebust
· 6 years ago
75c8415
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
by Trond Myklebust
· 6 years ago
4cd34e7
SUNRPC: Simplify dealing with aborted partially transmitted messages
by Trond Myklebust
· 6 years ago
6c7a64e
SUNRPC: Add socket transmit queue offset tracking
by Trond Myklebust
· 6 years ago
e1806c7
SUNRPC: Move reset of TCP state variables into the reconnect code
by Trond Myklebust
· 6 years ago
d1109aa
SUNRPC: Rename TCP receive-specific state variables
by Trond Myklebust
· 6 years ago
8fdee4c
sunrpc: whitespace fixes
by Stephen Hemminger
· 6 years ago
a9cde23
SUNRPC: Add a ->free_slot transport callout
by Chuck Lever
· 7 years ago
a1bf4c7
Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
7821575
SUNRPC: Make RTT measurement more precise (Send)
by Chuck Lever
· 7 years ago
ecd465e
SUNRPC: Move xprt_update_rtt callsite
by Chuck Lever
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
0afa6b4
SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
by Trond Myklebust
· 7 years ago
9b30889
SUNRPC: Ensure we always close the socket after a connection shuts down
by Trond Myklebust
· 7 years ago
0af3442
SUNRPC: Add explicit rescheduling points in the receive path
by Trond Myklebust
· 7 years ago
3d18880
SUNRPC: Chunk reading of replies from the server
by Trond Myklebust
· 7 years ago
2db767d
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
eb5b46f
SUNRPC: Handle ENETDOWN errors
by Trond Myklebust
· 7 years ago
4ba161a
SUNRPC: Allow connect to return EHOSTUNREACH
by Trond Myklebust
· 7 years ago
c3e9c04b
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
e9d4763
net: sunrpc: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
d099b8a
sunrpc: remove redundant initialization of sock
by Colin Ian King
· 7 years ago
f9773b2
Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-next
by Trond Myklebust
· 7 years ago
ce7c252
SUNRPC: Add a separate spinlock to protect the RPC request receive list
by Trond Myklebust
· 7 years ago
040249d
SUNRPC: Cleanup xs_tcp_read_common()
by Trond Myklebust
· 7 years ago
8d6f97d
SUNRPC: Don't loop forever in xs_tcp_data_receive()
by Trond Myklebust
· 7 years ago
c89091c
SUNRPC: Don't hold the transport lock when receiving backchannel data
by Trond Myklebust
· 7 years ago
729749b
SUNRPC: Don't hold the transport lock across socket copy operations
by Trond Myklebust
· 7 years ago
d31ae25
sunrpc: Const-ify all instances of struct rpc_xprt_ops
by Chuck Lever
· 7 years ago
3ffbc1d
net/sunrpc/xprt_sock: fix regression in connection error reporting.
by NeilBrown
· 7 years ago
6ea44ad
SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()
by NeilBrown
· 8 years ago
8f03cf5
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
5b5e092
lib/vsprintf.c: remove %Z support
by Alexey Dobriyan
· 8 years ago
9761a24
sunrpc: silence uninitialized variable warning
by Dan Carpenter
· 8 years ago
b977b64
sunrpc: Allow xprt->ops->timer method to sleep
by Chuck Lever
· 8 years ago
7196dbb
SUNRPC: Allow changing of the TCP timeout parameters on the fly
by Trond Myklebust
· 8 years ago
8d1b8c6
SUNRPC: Refactor TCP socket timeout code into a helper function
by Trond Myklebust
· 8 years ago
bb598c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7c13f97
udp: do fwd memory scheduling on dequeue
by Paolo Abeni
· 8 years ago
18e601d
sunrpc: fix some missing rq_rbuffer assignments
by Jeff Layton
· 8 years ago
850cbad
udp: use it's own memory accounting schema
by Paolo Abeni
· 8 years ago
d48f9ce
sunrpc: fix write space race causing stalls
by David Vrabel
· 8 years ago
3435c74
SUNRPC: Generalize the RPC buffer release API
by Chuck Lever
· 8 years ago
5fe6eaa
SUNRPC: Generalize the RPC buffer allocation API
by Chuck Lever
· 8 years ago
a41bd25
sunrpc: fix UDP memory accounting
by Paolo Abeni
· 8 years ago
3851f1c
SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout
by Trond Myklebust
· 8 years ago
0291017
SUNRPC: Fix reconnection timeouts
by Trond Myklebust
· 8 years ago
d88e4d8
SUNRPC: disable the use of IPv6 temporary addresses.
by NeilBrown
· 8 years ago
1f4c17a
SUNRPC: Handle EADDRNOTAVAIL on connection failures
by Trond Myklebust
· 8 years ago
7f94ed2
Merge branch 'sunrpc'
by Trond Myklebust
· 8 years ago
ffb6ca3
sunrpc: Prevent resvport min/max inversion via sysfs and module parameter
by Frank Sorenson
· 8 years ago
Next »