index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
frwr_ops.c
Age
Commit message (
Expand
)
Author
2016-05-26
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2016-05-17
xprtrdma: Remove ro_unmap() from all registration modes
Chuck Lever
2016-05-17
xprtrdma: Add ro_unmap_safe memreg method
Chuck Lever
2016-05-17
xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw
Chuck Lever
2016-05-17
xprtrdma: Refactor the FRWR recovery worker
Chuck Lever
2016-05-17
xprtrdma: Reset MRs in frwr_op_unmap_sync()
Chuck Lever
2016-05-17
xprtrdma: Save I/O direction in struct rpcrdma_frwr
Chuck Lever
2016-05-17
xprtrdma: Rename rpcrdma_frwr::sg and sg_nents
Chuck Lever
2016-05-17
xprtrdma: Prevent inline overflow
Chuck Lever
2016-05-17
xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers
Chuck Lever
2016-05-13
IB/core: Enhance ib_map_mr_sg()
Bart Van Assche
2016-05-13
IB/core: Add passing an offset into the SG to ib_map_mr_sg
Christoph Hellwig
2016-03-14
xprtrdma: Use new CQ API for RPC-over-RDMA client send CQs
Chuck Lever
2016-03-14
xprtrdma: Use an anonymous union in struct rpcrdma_mw
Chuck Lever
2016-03-14
xprtrdma: Do not wait if ib_post_send() fails
Chuck Lever
2016-01-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-12-22
xprtrdma: Avoid calling ib_query_device
Or Gerlitz
2015-12-18
xprtrdma: Add ro_unmap_sync method for FRWR
Chuck Lever
2015-12-18
xprtrdma: Move struct ib_send_wr off the stack
Chuck Lever
2015-11-09
Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2015-11-02
xprtrdma: don't log warnings for flushed completions
Steve Wise
2015-10-28
xprtrdma: Port to new memory registration API
Sagi Grimberg
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
2015-09-25
xprtrdma: Replace global lkey with lkey local to PD
Chuck Lever
2015-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-08-30
xprtrdma, svcrdma: Convert to ib_alloc_mr
Sagi Grimberg
2015-08-05
xprtrdma: Clean up rpcrdma_ia_open()
Chuck Lever
2015-07-02
Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2015-06-12
xprtrdma: Reduce per-transport MR allocation
Chuck Lever
2015-06-12
xprtrdma: Split rb_lock
Chuck Lever
2015-06-12
xprtrdma: Remove ->ro_reset
Chuck Lever
2015-06-12
xprtrdma: Acquire MRs in rpcrdma_register_external()
Chuck Lever
2015-06-12
xprtrdma: Introduce an FRMR recovery workqueue
Chuck Lever
2015-06-12
xprtrdma: Use ib_device pointer safely
Chuck Lever
2015-05-18
xprtrdma, svcrdma: Switch to generic logging helpers
Sagi Grimberg
2015-04-26
Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2015-03-31
xprtrdma: Make rpcrdma_{un}map_one() into inline functions
Chuck Lever
2015-03-31
xprtrdma: Handle non-SEND completions via a callout
Chuck Lever
2015-03-31
xprtrdma: Add "open" memreg op
Chuck Lever
2015-03-31
xprtrdma: Add "destroy MRs" memreg op
Chuck Lever
2015-03-31
xprtrdma: Add "reset MRs" memreg op
Chuck Lever
2015-03-31
xprtrdma: Add "init MRs" memreg op
Chuck Lever
2015-03-31
xprtrdma: Add a "deregister_external" op for each memreg mode
Chuck Lever
2015-03-31
xprtrdma: Add a "register_external" op for each memreg mode
Chuck Lever
2015-03-31
xprtrdma: Add a "max_payload" op for each memreg mode
Chuck Lever
2015-03-31
xprtrdma: Add vector of ops for each memory registration strategy
Chuck Lever