Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2904a206ee298b1b9738f5d6226eb7f43ff822e6
/
net
/
sunrpc
/
xprt.c
5ba8d8b
SUNRPC: Fix a potential race in xprt_connect()
by Trond Myklebust
· 6 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
1b09209
SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback
by Trond Myklebust
· 12 years ago
a4f0835
SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()
by Trond Myklebust
· 12 years ago
87ed500
SUNRPC: Ensure we release the socket write lock if the rpc_task exits early
by Trond Myklebust
· 12 years ago
d19751e
SUNRPC: Get rid of the redundant xprt->shutdown bit field
by Trond Myklebust
· 12 years ago
f39c1bf
SUNRPC: Fix a UDP transport regression
by Trond Myklebust
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
53f2c4a
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
1afeaf5
sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slot
by Trond Myklebust
· 12 years ago
6b34309
sunrpc: suppress page allocation warnings in xprt_alloc_slot()
by Jeff Layton
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
4e0038b
SUNRPC: Move clnt->cl_server into struct rpc_xprt
by Trond Myklebust
· 13 years ago
0a70219
NFS: include filelayout DS rpc stats in mountstats
by Weston Andros Adamson
· 13 years ago
15a4520
SUNRPC: add sending,pending queue and max slot to xprt stats
by Andy Adamson
· 13 years ago
87e3c05
SUNRPC: remove an unneeded NULL check in xprt_connect()
by Dan Carpenter
· 13 years ago
961a828
SUNRPC: Fix potential races in xprt_lock_write_next()
by Trond Myklebust
· 13 years ago
c25573b
SUNRPC: Ensure we always bump the backlog queue in xprt_free_slot
by Trond Myklebust
· 13 years ago
177c27b
net: fix new sunrpc kernel-doc warning
by Randy Dunlap
· 13 years ago
34006ce
SUNRPC: Replace xprt->resend and xprt->sending with a priority queue
by Trond Myklebust
· 13 years ago
d9ba131
SUNRPC: Support dynamic slot allocation for TCP connections
by Trond Myklebust
· 13 years ago
21de0a9
SUNRPC: Clean up the slot table allocation
by Trond Myklebust
· 13 years ago
8d9266f
SUNRPC: Initalise the struct xprt upon allocation
by Trond Myklebust
· 13 years ago
43cedbf0e
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
by Trond Myklebust
· 13 years ago
9e00abc
SUNRPC: sunrpc should not explicitly depend on NFS config options
by Trond Myklebust
· 13 years ago
468f861
NFSv4.1: Don't update sequence number if rpc_task is not sent
by Bryan Schumaker
· 14 years ago
ba3c578
xprt: remove redundant check
by j223yang@asset.uwaterloo.ca
· 14 years ago
a8de240
SUNRPC: Convert struct rpc_xprt to use atomic_t counters
by Trond Myklebust
· 14 years ago
4d4a76f
xprt: remove redundant null check
by j223yang@asset.uwaterloo.ca
· 14 years ago
f0418aa
rpc: allow xprt_class->setup to return a preexisting xprt
by J. Bruce Fields
· 14 years ago
99de8ea
rpc: keep backchannel xprt as long as server connection
by J. Bruce Fields
· 14 years ago
8f3a6de
sunrpc: Turn list_for_each-s into the ..._entry-s
by Pavel Emelyanov
· 14 years ago
f10fef3
sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt
by Pavel Emelyanov
· 14 years ago
37aa213
sunrpc: Tag rpc_xprt with net
by Pavel Emelyanov
· 14 years ago
e204e62
sunrpc: Factor out rpc_xprt freeing
by Pavel Emelyanov
· 14 years ago
bd1722d
sunrpc: Factor out rpc_xprt allocation
by Pavel Emelyanov
· 14 years ago
c3ae62ae
SUNRPC: prevent task_cleanup running on freed xprt
by J. Bruce Fields
· 14 years ago
a17c215
SUNRPC: Move the bound cred to struct rpc_rqst
by Trond Myklebust
· 14 years ago
ef7ffe8
sunrpc: use formatting of module name in SUNRPC
by Alex Riesen
· 14 years ago
f896546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
d60dbb2
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
by Trond Myklebust
· 15 years ago
ff83997
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
by Chuck Lever
· 15 years ago
bbc72ce
SUNRPC: RPC metrics and RTT estimator should use same RTT value
by Chuck Lever
· 15 years ago
a8ce4a8
SUNRPC: Fail over more quickly on connect errors
by Trond Myklebust
· 15 years ago
0b9e794
SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()
by Trond Myklebust
· 15 years ago
ee5ebe8
SUNRPC: Clean up xprt_release()
by Trond Myklebust
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
c9acb42
SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
by Trond Myklebust
· 15 years ago
feb8ca3
SUNRPC: Ensure that we honour autoclose before attempting to reconnect
by Trond Myklebust
· 15 years ago
4cfc7e6
nfsd41: sunrpc: Added rpc server-side backchannel handling
by Rahul Iyer
· 15 years ago
dd2b63d
nfs41: Rename rq_received to rq_reply_bytes_recvd
by Ricardo Labiaga
· 16 years ago
343952f
nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.
by Rahul Iyer
· 16 years ago
55ae1aa
nfs41: Add backchannel processing support to RPC state machine
by Ricardo Labiaga
· 16 years ago
f9acac1
nfs41: Initialize new rpc_xprt callback related fields
by Ricardo Labiaga
· 16 years ago
f75e674
SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
by Trond Myklebust
· 16 years ago
2a49199
SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending
by Trond Myklebust
· 16 years ago
c8485e4
SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()
by Trond Myklebust
· 16 years ago
Next »