Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0a9a4304f3614e25d9de9b63502ca633c01c0d70
/
net
/
sunrpc
/
xprt.c
0a9a430
SUNRPC: Fix a potential race in xprt_connect()
by Trond Myklebust
· 6 years ago
71700bb
SUNRPC: Fix a memory leak in call_encode()
by Trond Myklebust
· 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
3968a8a
sunrpc: Fix connect metrics
by Chuck Lever
· 6 years ago
9d96acb
SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
by Trond Myklebust
· 6 years ago
79c9915
SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue
by Trond Myklebust
· 6 years ago
95f7691
SUNRPC: Convert xprt receive queue to use an rbtree
by Trond Myklebust
· 6 years ago
bd79bc5
SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCK
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
f05d54e
SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK
by Trond Myklebust
· 6 years ago
89f90fe
SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue
by Trond Myklebust
· 6 years ago
86aeee0
SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queue
by Trond Myklebust
· 6 years ago
75891f5
SUNRPC: Support for congestion control when queuing is enabled
by Trond Myklebust
· 6 years ago
918f3c1
SUNRPC: Improve latency for interactive tasks
by Trond Myklebust
· 6 years ago
dcbbeda
SUNRPC: Move RPC retransmission stat counter to xprt_transmit()
by Trond Myklebust
· 6 years ago
5f2f6bd
SUNRPC: Simplify xprt_prepare_transmit()
by Trond Myklebust
· 6 years ago
04b3b88
SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK
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
902c588
SUNRPC: Fix up the back channel transmit
by Trond Myklebust
· 6 years ago
762e4e6
SUNRPC: Refactor RPC call encoding
by Trond Myklebust
· 6 years ago
944b042
SUNRPC: Add a transmission queue for RPC requests
by Trond Myklebust
· 6 years ago
ef3f5434
SUNRPC: Distinguish between the slot allocation list and receive queue
by Trond Myklebust
· 6 years ago
7f3a1d1
SUNRPC: Refactor xprt_transmit() to remove wait for reply code
by Trond Myklebust
· 6 years ago
edc81dc
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
by Trond Myklebust
· 6 years ago
75c8415
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
by Trond Myklebust
· 6 years ago
ec37a58
SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit
by Trond Myklebust
· 6 years ago
cf9946c
SUNRPC: Refactor the transport request pinning
by Trond Myklebust
· 6 years ago
7ebbbc6
SUNRPC: Simplify identification of when the message send/receive is complete
by Trond Myklebust
· 6 years ago
3021a5bb
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
by Trond Myklebust
· 6 years ago
9dc6edc
SUNRPC: Clean up initialisation of the struct rpc_rqst
by Trond Myklebust
· 6 years ago
8fdee4c
sunrpc: whitespace fixes
by Stephen Hemminger
· 6 years ago
0dae72d
sunrpc: Prevent duplicate XID allocation
by Chuck Lever
· 6 years ago
a9cde23
SUNRPC: Add a ->free_slot transport callout
by Chuck Lever
· 7 years ago
37ac86c
SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock
by Chuck Lever
· 7 years ago
ff699ea8
SUNRPC: Make num_reqs a non-atomic integer
by Chuck Lever
· 7 years ago
7821575
SUNRPC: Make RTT measurement more precise (Send)
by Chuck Lever
· 7 years ago
0b87a46
SUNRPC: Make RTT measurement more precise (Receive)
by Chuck Lever
· 7 years ago
ecd465e
SUNRPC: Move xprt_update_rtt callsite
by Chuck Lever
· 7 years ago
2275cde
SUNRPC: Queue latency-sensitive socket tasks to xprtiod
by Trond Myklebust
· 7 years ago
82476d9
SUNRPC: Trace xprt_timer events
by Chuck Lever
· 7 years ago
d025fbf
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
90d91b0
SUNRPC: Fix a race in the receive code path
by Trond Myklebust
· 7 years ago
c3e9c04
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
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
528fd35
SUNRPC: Destroy transport from the system workqueue
by Trond Myklebust
· 7 years ago
ff861c4
sunrpc: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
4c625a9
SUNRPC: fix a list corruption issue in xprt_release()
by Trond Myklebust
· 7 years ago
9590d08
xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler
by Chuck Lever
· 7 years ago
ce7c252
SUNRPC: Add a separate spinlock to protect the RPC request receive list
by Trond Myklebust
· 7 years ago
729749b
SUNRPC: Don't hold the transport lock across socket copy operations
by Trond Myklebust
· 7 years ago
92ea011
SUNRPC: Make slot allocation more reliable
by Trond Myklebust
· 7 years ago
e2a4f4f
sunrpc: Export xprt_force_disconnect()
by Chuck Lever
· 8 years ago
b977b64
sunrpc: Allow xprt->ops->timer method to sleep
by Chuck Lever
· 8 years ago
2c2ee6d
sunrpc: Don't engage exponential backoff when connection attempt is rejected.
by NeilBrown
· 8 years ago
3435c74
SUNRPC: Generalize the RPC buffer release API
by Chuck Lever
· 8 years ago
ad3331a
SUNRPC: Fix up socket autodisconnect
by Trond Myklebust
· 8 years ago
f1dc237
SUNRPC: Reduce latency when send queue is congested
by Trond Myklebust
· 8 years ago
40a5f1b
SUNRPC: RPC transport queue must be low latency
by Trond Myklebust
· 8 years ago
fb43d17
SUNRPC: Use the multipath iterator to assign a transport to each task
by Trond Myklebust
· 9 years ago
80b14d5
SUNRPC: Add a structure to track multiple transports
by Trond Myklebust
· 10 years ago
fda1bfe
SUNRPC: Make freeing of struct xprt rcu-safe
by Trond Myklebust
· 10 years ago
30c5116
SUNRPC: Uninline xprt_get(); It isn't performance critical.
by Trond Myklebust
· 10 years ago
5d252f9
svcrdma: Add class for RDMA backwards direction transport
by Chuck Lever
· 9 years ago
79234c3
SUNRPC: Lock the transport layer on shutdown
by Trond Myklebust
· 9 years ago
4876cc7
SUNRPC: Ensure we release the TCP socket once it has been closed
by Trond Myklebust
· 9 years ago
2980731
SUNRPC: never enqueue a ->rq_cong request on ->sending
by Neil Brown
· 9 years ago
4a06825
SUNRPC: Transport fault injection
by Chuck Lever
· 10 years ago
21330b6
Merge branch 'bugfixes'
by Trond Myklebust
· 10 years ago
3f94009
sunrpc: make debugfs file creation failure non-fatal
by Jeff Layton
· 10 years ago
0695314
SUNRPC: Fix a regression when reconnecting
by Trond Myklebust
· 10 years ago
9e2b9f3
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
by Trond Myklebust
· 10 years ago
718ba5b
SUNRPC: Add helpers to prevent socket create from racing
by Trond Myklebust
· 10 years ago
388f0c7
sunrpc: add a debugfs rpc_xprt directory with an info file in it
by Jeff Layton
· 10 years ago
f895b25
sunrpc: eliminate RPC_DEBUG
by Jeff Layton
· 10 years ago
3705ad6
sunrpc: add new tracepoints in xprt handling code
by Jeff Layton
· 10 years ago
06b8ab5
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
3c45ddf
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
by Chuck Lever
· 10 years ago
2fc193c
SUNRPC: Handle EPIPE in xprt_connect_status
by Trond Myklebust
· 10 years ago
d1e1cda
Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
4f4cf5a
SUNRPC: Move congestion window constants to header file
by Chuck Lever
· 10 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
d531c00
NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
by Kinglong Mee
· 11 years ago
2b2b15c
Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
0fe8d04
SUNRPC: Ensure xprt_connect_status handles all potential connection errors
by Trond Myklebust
· 11 years ago
8313164
SUNRPC: remove an unnecessary if statement
by wangweidong
· 11 years ago
9255194
SUNRPC: Remove redundant initialisations of request rq_bytes_sent
by Trond Myklebust
· 11 years ago
8a19a0b
SUNRPC: Add RPC task and client level options to disable the resend timeout
by Trond Myklebust
· 11 years ago
90051ea
SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool
by Trond Myklebust
· 11 years ago
ee071ef
SUNRPC: Clear the request rq_bytes_sent field in xprt_release_write
by Trond Myklebust
· 11 years ago
0a66052
SUNRPC: Don't set the request connect_cookie until a successful transmit
by Trond Myklebust
· 11 years ago
33d90ac
SUNRPC: allow disabling idle timeout
by J. Bruce Fields
· 12 years ago
ba60eb2
SUNRPC: Fix a livelock problem in the xprt->backlog queue
by Trond Myklebust
· 12 years ago
a9a6b52
SUNRPC: Don't start the retransmission timer when out of socket space
by Trond Myklebust
· 12 years ago
ad2368d
SUNRPC: Avoid RCU dereferences in the transport bind and connect code
by Trond Myklebust
· 12 years ago
45bc0dc
SUNRPC: Fix an RCU dereference in xprt_reserve
by Trond Myklebust
· 12 years ago
6a24dfb
SUNRPC: Pass pointers to struct rpc_xprt to the congestion window
by Trond Myklebust
· 12 years ago
Next »