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
/
xprtrdma
Commit message (
Expand
)
Author
Age
Files
Lines
*
xprtrdma: Fix uninitialized variable
Chuck Lever
2022-10-05
1
-2
/
+1
*
xprtrdma: Prevent memory allocations from driving a reclaim
Chuck Lever
2022-10-05
1
-4
/
+4
*
xprtrdma: Memory allocation should be allowed to fail during connect
Chuck Lever
2022-10-05
1
-3
/
+3
*
xprtrdma: MR-related memory allocation should be allowed to fail
Chuck Lever
2022-10-05
3
-11
/
+17
*
xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()
Chuck Lever
2022-10-05
1
-11
/
+8
*
xprtrdma: Clean up synopsis of rpcrdma_req_create()
Chuck Lever
2022-10-05
3
-11
/
+11
*
svcrdma: Clean up RPCRDMA_DEF_GFP
Chuck Lever
2022-10-05
2
-4
/
+2
*
SUNRPC: Replace the use of the xprtiod WQ in rpcrdma
Chuck Lever
2022-10-05
2
-9
/
+4
*
SUNRPC: Fix an RPC/RDMA performance regression
Trond Myklebust
2022-07-10
1
-5
/
+1
*
Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-06-10
1
-2
/
+2
|
\
|
*
SUNRPC: Trap RDMA segment overflows
Chuck Lever
2022-06-02
1
-2
/
+2
*
|
Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2022-05-31
1
-0
/
+5
|
\
\
|
*
|
xprtrdma: treat all calls not a bcall when bc_serv is NULL
Kinglong Mee
2022-05-31
1
-0
/
+5
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-05-26
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
2022-05-24
1
-1
/
+1
|
|
\
|
|
*
|
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
2022-04-06
1
-1
/
+1
*
|
|
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
2022-05-23
1
-1
/
+1
*
|
|
SUNRPC: Remove svc_rqst::rq_xprt_hlen
Chuck Lever
2022-05-19
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-04-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
2022-04-06
1
-1
/
+1
*
|
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-03-29
3
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown
2022-03-13
1
-2
/
+4
|
*
SUNRPC/xprt: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
1
-1
/
+1
|
*
SUNRPC/call_alloc: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
1
-1
/
+3
|
*
SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-25
2
-3
/
+3
*
|
SUNRPC: Rename svc_close_xprt()
Chuck Lever
2022-02-28
1
-1
/
+1
|
/
*
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
Dan Aloni
2022-02-08
1
-0
/
+3
*
xprtrdma: Remove definitions of RPCDBG_FACILITY
Chuck Lever
2022-01-14
5
-27
/
+0
*
xprtrdma: Remove final dprintk call sites from xprtrdma
Chuck Lever
2022-01-14
1
-12
/
+0
*
Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2021-11-10
3
-9
/
+44
|
\
|
*
svcrdma: Split svcrmda_wc_{read,write} tracepoints
Chuck Lever
2021-10-04
1
-4
/
+26
|
*
svcrdma: Split the svcrdma_wc_send() tracepoint
Chuck Lever
2021-10-04
1
-3
/
+11
|
*
svcrdma: Split the svcrdma_wc_receive() tracepoint
Chuck Lever
2021-10-04
1
-2
/
+7
*
|
xprtrdma: Fix a maybe-uninitialized compiler warning
Benjamin Coddington
2021-11-02
1
-6
/
+7
*
|
xprtrdma: Remove rpcrdma_ep::re_implicit_roundup
Chuck Lever
2021-10-20
2
-3
/
+0
*
|
xprtrdma: Provide a buffer to pad Write chunks of unaligned length
Chuck Lever
2021-10-20
4
-9
/
+55
|
/
*
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2021-09-04
5
-31
/
+28
|
\
|
*
SUNRPC/xprtrdma: Fix reconnection locking
Trond Myklebust
2021-08-09
1
-6
/
+5
|
*
xprtrdma: Eliminate rpcrdma_post_sends()
Chuck Lever
2021-08-09
4
-18
/
+2
|
*
xprtrdma: Add an xprtrdma_post_send_err tracepoint
Chuck Lever
2021-08-09
1
-1
/
+5
|
*
xprtrdma: Add xprtrdma_post_recvs_err() tracepoint
Chuck Lever
2021-08-09
1
-1
/
+2
|
*
xprtrdma: Put rpcrdma_reps before waking the tear-down completion
Chuck Lever
2021-08-09
1
-5
/
+5
|
*
xprtrdma: Disconnect after an ib_post_send() immediate error
Chuck Lever
2021-08-09
3
-1
/
+10
*
|
svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()
Chuck Lever
2021-08-19
1
-7
/
+0
*
|
svcrdma: Convert rdma->sc_rw_ctxts to llist
Chuck Lever
2021-08-17
2
-15
/
+36
*
|
svcrdma: Relieve contention on sc_send_lock.
Chuck Lever
2021-08-17
2
-16
/
+9
*
|
svcrdma: Fewer calls to wake_up() in Send completion handler
Chuck Lever
2021-08-17
2
-8
/
+17
|
/
*
Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-07-09
1
-0
/
+2
|
\
|
*
sunrpc: keep track of the xprt_class in rpc_xprt structure
Olga Kornievskaia
2021-07-08
1
-0
/
+2
*
|
Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2021-07-07
1
-3
/
+3
|
\
\
|
|
/
|
/
|
[next]