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
/
xprt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
SUNRPC: Remove unused function xprt_load_transport()
Trond Myklebust
1
-15
/
+0
2020-12-02
SUNRPC: Add a helper to return the transport identifier given a netid
Trond Myklebust
1
-4
/
+21
2020-12-02
SUNRPC: Close a race with transport setup and module put
Trond Myklebust
1
-11
/
+33
2020-12-02
SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
Trond Myklebust
1
-16
/
+49
2020-09-21
SUNRPC: Mitigate cond_resched() in xprt_transmit()
Chuck Lever
1
-2
/
+4
2020-09-21
SUNRPC: Replace connect dprintk call sites with a tracepoint
Chuck Lever
1
-2
/
+1
2020-09-21
SUNRPC: Replace dprintk() call site in xprt_prepare_transmit
Chuck Lever
1
-2
/
+2
2020-09-21
SUNRPC: Update debugging instrumentation in xprt_do_reserve()
Chuck Lever
1
-6
/
+2
2020-09-21
SUNRPC: Remove debugging instrumentation from xprt_release
Chuck Lever
1
-1
/
+0
2020-09-21
SUNRPC: Remove trace_xprt_complete_rqst()
Chuck Lever
1
-2
/
+0
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-04
SUNRPC dont update timeout value on connection reset
Olga Kornievskaia
1
-0
/
+9
2020-06-11
SUNRPC: Trace transport lifetime events
Chuck Lever
1
-10
/
+11
2020-06-11
SUNRPC: Split the xdr_buf event class
Chuck Lever
1
-1
/
+1
2020-03-16
svcrdma: Create a generic tracing class for displaying xdr_buf layout
Chuck Lever
1
-2
/
+1
2019-11-18
Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-9
/
+13
2019-10-30
SUNRPC: Destroy the back channel when we destroy the host transport
Trond Myklebust
1
-0
/
+5
2019-10-24
SUNRPC: Add trace points to observe transport congestion control
Chuck Lever
1
-9
/
+13
2019-09-26
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-23
/
+38
2019-09-20
SUNRPC: Fix congestion window race with disconnect
Chuck Lever
1
-0
/
+7
2019-09-17
SUNRPC: Dequeue the request from the receive queue while we're re-encoding
Trond Myklebust
1
-23
/
+31
2019-08-26
Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"
Trond Myklebust
1
-7
/
+0
2019-07-18
SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request
Trond Myklebust
1
-0
/
+2
2019-07-12
Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-0
/
+32
2019-07-09
xprtrdma: Modernize ops->connect
Chuck Lever
1
-0
/
+32
2019-07-06
SUNRPC: Fix possible autodisconnect during connect due to old last_used
Dave Wysochanski
1
-1
/
+1
2019-07-06
Merge branch 'bh-remove'
Trond Myklebust
1
-33
/
+28
2019-07-06
SUNRPC: Move call to rpc_count_iostats before rpc_call_done
Dave Wysochanski
1
-4
/
+0
2019-07-06
SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock
Trond Myklebust
1
-33
/
+28
2019-06-21
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
Anna Schumaker
1
-3
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-25
SUNRPC: Update comments based on recent changes
Chuck Lever
1
-2
/
+2
2019-04-25
SUNRPC: Start the first major timeout calculation at task creation
Trond Myklebust
1
-10
/
+34
2019-04-25
SUNRPC: Ensure that the transport layer respect major timeouts
Trond Myklebust
1
-4
/
+13
2019-04-25
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
Trond Myklebust
1
-1
/
+3
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
1
-15
/
+21
2019-04-25
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
1
-37
/
+42
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
1
-0
/
+4
2019-03-15
SUNRPC: Use the ENOTCONN error on socket disconnect
Trond Myklebust
1
-1
/
+1
2019-03-01
NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated
Trond Myklebust
1
-0
/
+7
2019-02-25
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-4
/
+6
2019-02-20
SUNRPC: Convert socket page send code to use iov_iter()
Trond Myklebust
1
-0
/
+1
2019-02-20
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
1
-2
/
+0
2019-02-20
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
Trond Myklebust
1
-0
/
+3
2019-02-14
SUNRPC: Introduce trace points in rpc_auth_gss.ko
Chuck Lever
1
-4
/
+6
2019-01-15
SUNRPC: Address Kerberos performance/behavior regression
Chuck Lever
1
-1
/
+1
2019-01-15
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
1
-0
/
+1
2018-12-18
SUNRPC: Remove xprt_connect_status()
Trond Myklebust
1
-31
/
+1
2018-12-18
SUNRPC: Fix disconnection races
Trond Myklebust
1
-1
/
+4
2018-12-02
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
1
-2
/
+9
[next]