index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Mitigate cond_resched() in xprt_transmit()
Chuck Lever
2020-09-21
1
-2
/
+4
*
SUNRPC: Replace connect dprintk call sites with a tracepoint
Chuck Lever
2020-09-21
1
-2
/
+1
*
SUNRPC: Replace dprintk() call site in xprt_prepare_transmit
Chuck Lever
2020-09-21
1
-2
/
+2
*
SUNRPC: Update debugging instrumentation in xprt_do_reserve()
Chuck Lever
2020-09-21
1
-6
/
+2
*
SUNRPC: Remove debugging instrumentation from xprt_release
Chuck Lever
2020-09-21
1
-1
/
+0
*
SUNRPC: Remove trace_xprt_complete_rqst()
Chuck Lever
2020-09-21
1
-2
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
SUNRPC dont update timeout value on connection reset
Olga Kornievskaia
2020-08-04
1
-0
/
+9
*
SUNRPC: Trace transport lifetime events
Chuck Lever
2020-06-11
1
-10
/
+11
*
SUNRPC: Split the xdr_buf event class
Chuck Lever
2020-06-11
1
-1
/
+1
*
svcrdma: Create a generic tracing class for displaying xdr_buf layout
Chuck Lever
2020-03-16
1
-2
/
+1
*
Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
2019-11-18
1
-9
/
+13
|
\
|
*
SUNRPC: Add trace points to observe transport congestion control
Chuck Lever
2019-10-24
1
-9
/
+13
*
|
SUNRPC: Destroy the back channel when we destroy the host transport
Trond Myklebust
2019-10-30
1
-0
/
+5
|
/
*
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2019-09-26
1
-23
/
+38
|
\
|
*
SUNRPC: Fix congestion window race with disconnect
Chuck Lever
2019-09-20
1
-0
/
+7
|
*
SUNRPC: Dequeue the request from the receive queue while we're re-encoding
Trond Myklebust
2019-09-17
1
-23
/
+31
*
|
Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"
Trond Myklebust
2019-08-26
1
-7
/
+0
|
/
*
SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request
Trond Myklebust
2019-07-18
1
-0
/
+2
*
Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
2019-07-12
1
-0
/
+32
|
\
|
*
xprtrdma: Modernize ops->connect
Chuck Lever
2019-07-09
1
-0
/
+32
*
|
SUNRPC: Fix possible autodisconnect during connect due to old last_used
Dave Wysochanski
2019-07-06
1
-1
/
+1
*
|
Merge branch 'bh-remove'
Trond Myklebust
2019-07-06
1
-33
/
+28
|
\
\
|
*
|
SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock
Trond Myklebust
2019-07-06
1
-33
/
+28
*
|
|
SUNRPC: Move call to rpc_count_iostats before rpc_call_done
Dave Wysochanski
2019-07-06
1
-4
/
+0
|
/
/
*
/
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
Anna Schumaker
2019-06-21
1
-3
/
+1
|
/
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
SUNRPC: Update comments based on recent changes
Chuck Lever
2019-04-25
1
-2
/
+2
*
SUNRPC: Start the first major timeout calculation at task creation
Trond Myklebust
2019-04-25
1
-10
/
+34
*
SUNRPC: Ensure that the transport layer respect major timeouts
Trond Myklebust
2019-04-25
1
-4
/
+13
*
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
Trond Myklebust
2019-04-25
1
-1
/
+3
*
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
2019-04-25
1
-15
/
+21
*
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
2019-04-25
1
-37
/
+42
*
SUNRPC: Fix up task signalling
Trond Myklebust
2019-04-25
1
-0
/
+4
*
SUNRPC: Use the ENOTCONN error on socket disconnect
Trond Myklebust
2019-03-15
1
-1
/
+1
*
NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated
Trond Myklebust
2019-03-01
1
-0
/
+7
*
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
2019-02-25
1
-4
/
+6
|
\
|
*
SUNRPC: Introduce trace points in rpc_auth_gss.ko
Chuck Lever
2019-02-14
1
-4
/
+6
*
|
SUNRPC: Convert socket page send code to use iov_iter()
Trond Myklebust
2019-02-20
1
-0
/
+1
*
|
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
2019-02-20
1
-2
/
+0
*
|
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
Trond Myklebust
2019-02-20
1
-0
/
+3
|
/
*
SUNRPC: Address Kerberos performance/behavior regression
Chuck Lever
2019-01-15
1
-1
/
+1
*
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
2019-01-15
1
-0
/
+1
*
SUNRPC: Remove xprt_connect_status()
Trond Myklebust
2018-12-18
1
-31
/
+1
*
SUNRPC: Fix disconnection races
Trond Myklebust
2018-12-18
1
-1
/
+4
*
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
2018-12-02
1
-2
/
+9
*
SUNRPC: Fix a memory leak in call_encode()
Trond Myklebust
2018-12-02
1
-0
/
+2
*
Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
2018-10-18
1
-10
/
+4
|
\
|
*
sunrpc: Fix connect metrics
Chuck Lever
2018-10-02
1
-10
/
+4
*
|
SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
Trond Myklebust
2018-09-30
1
-0
/
+17
[next]