Linux RDMA and InfiniBand Development
[Prev Page][Next Page]
- Re: [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols, (continued)
- [PATCH v2 0/2] RDMA/cm: Optimise rbtree searching,
Zhen Lei
- [PATCH for-next 0/2] RDMA/hns: Updates on link table,
Weihang Li
- [PATCH for-next 0/4] RDMA: Remove unused parameter udata,
Weihang Li
- [PATCH 0/5] SRP kernel patches for kernel v5.14,
Bart Van Assche
- [PATCH net-next v4 0/4] page_pool: recycle buffers,
Matteo Croce
- [PATCH v2 for-next 0/7] RDMA/hns: Add support for Dynamic Context Attachment,
Weihang Li
- [PATCH rdma-next] RDMA/rdmavt: Decouple QP and SGE lists allocations,
Leon Romanovsky
- [PATCH rdma-next v3 0/8] Fix memory corruption in CM,
Leon Romanovsky
- [rdma:wip/jgg-for-rc] BUILD SUCCESS 54d87913f147a983589923c7f651f97de9af5be1, kernel test robot
- [PATCH rdma-rc] RDMA/rxe: Clear all QP fields if creation failed,
Leon Romanovsky
- [PATCH rdma-rc 0/5] RDMA fixes,
Leon Romanovsky
- [PATCH rdma-rc] RDMA/core: Prevent divide-by-zero error triggered by the user,
Leon Romanovsky
- [PATCH rdma-core 0/6] libhns: Add support for Dynamic Context Attachment,
Weihang Li
- [PATCH for-next 0/7] RDMA/hns: Add support for Dynamic Context Attachment,
Weihang Li
- [syzbot] WARNING: refcount bug in rxe_qp_do_cleanup, syzbot
- [PATCH 1/1] IB/hfi1: Delete an unneeded bool conversion,
Zhen Lei
- [PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII,
Mauro Carvalho Chehab
- [PATCH rdma-next 0/2] Add support to SQD2RTS transition,
Leon Romanovsky
- [PATCH 1/1] RDMA/cm: Delete two redundant condition branches,
Zhen Lei
- [PATCH] RDMA: Remove unnecessary struct declaration,
Wan Jiabing
- [PATCH 1/1] RDMA/rxe: remove the unnecessary break,
Zhu Yanjun
- [PATCH rdma-rc] RDMA/siw: Release xarray entry,
Leon Romanovsky
- [PATCH rdma-rc] RDMA/siw: Properly check send and receive CQ pointers,
Leon Romanovsky
- [PATCH rdma-next] RDMA/core: Remove never used ib_modify_wq function call,
Leon Romanovsky
- [PATCH] i40iw: Use fallthrough pseudo-keyword,
Wei Ming Chen
[Bug 212991] New: A possible divide by zero in calc_sq_size, bugzilla-daemon
[PATCH] IB/core: Obtain subnet_prefix from cache in IB devices,
Anand Khoje
[PATCH] RDMA/mlx4: Remove unnessesary check in mlx4_ib_modify_wq(),
Jiapeng Chong
[PATCH 00/31] rdma/siw: fix a lot of deadlocks and use after free bugs,
Stefan Metzmacher
- [PATCH 02/31] rdma/siw: call smp_mb() after mem->stag_valid = 0 in siw_invalidate_stag() too, Stefan Metzmacher
- [PATCH 03/31] rdma/siw: remove superfluous siw_cep_put() from siw_connect() error path, Stefan Metzmacher
- [PATCH 01/31] rdma/siw: fix warning in siw_proc_send(), Stefan Metzmacher
- [PATCH 04/31] rdma/siw: let siw_accept() deferr RDMA_MODE until EVENT_ESTABLISHED, Stefan Metzmacher
- [PATCH 05/31] rdma/siw: make use of kernel_{bind,connect,listen}(), Stefan Metzmacher
- [PATCH 06/31] rdma/siw: make siw_cm_upcall() a noop without valid 'id', Stefan Metzmacher
- [PATCH 07/31] rdma/siw: split out a __siw_cep_terminate_upcall() function, Stefan Metzmacher
- [PATCH 08/31] rdma/siw: use __siw_cep_terminate_upcall() for indirect SIW_CM_WORK_CLOSE_LLP, Stefan Metzmacher
- [PATCH 09/31] rdma/siw: use __siw_cep_terminate_upcall() for SIW_CM_WORK_PEER_CLOSE, Stefan Metzmacher
- [PATCH 10/31] rdma/siw: use __siw_cep_terminate_upcall() for SIW_CM_WORK_MPATIMEOUT, Stefan Metzmacher
- [PATCH 11/31] rdma/siw: introduce SIW_EPSTATE_ACCEPTING/REJECTING for rdma_accept/rdma_reject, Stefan Metzmacher
- [PATCH 12/31] rdma/siw: add some debugging of state and sk_state to the teardown process, Stefan Metzmacher
- [PATCH 13/31] rdma/siw: handle SIW_EPSTATE_CONNECTING in __siw_cep_terminate_upcall(), Stefan Metzmacher
- [PATCH 14/31] rdma/siw: let siw_connect() set AWAIT_MPAREP before siw_send_mpareqrep(), Stefan Metzmacher
- [PATCH 15/31] rdma/siw: create a temporary copy of private data, Stefan Metzmacher
- [PATCH 16/31] rdma/siw: use error and out logic at the end of siw_connect(), Stefan Metzmacher
- [PATCH 17/31] rdma/siw: start mpa timer before calling siw_send_mpareqrep(), Stefan Metzmacher
- [PATCH 18/31] rdma/siw: call the blocking kernel_bindconnect() just before siw_send_mpareqrep(), Stefan Metzmacher
- [PATCH 19/31] rdma/siw: split out a __siw_cep_close() function, Stefan Metzmacher
- [PATCH 20/31] rdma/siw: implement non-blocking connect., Stefan Metzmacher
- [PATCH 21/31] rdma/siw: let siw_listen_address() call siw_cep_alloc() first, Stefan Metzmacher
- [PATCH 22/31] rdma/siw: let siw_listen_address() call siw_cep_set_inuse() early, Stefan Metzmacher
- [PATCH 23/31] rdma/siw: make use of __siw_cep_close() in siw_accept(), Stefan Metzmacher
- [PATCH 24/31] rdma/siw: do the full disassociation of cep and qp in siw_qp_llp_close(), Stefan Metzmacher
- [PATCH 25/31] rdma/siw: fix double siw_cep_put() in siw_cm_work_handler(), Stefan Metzmacher
- [PATCH 26/31] rdma/siw: make use of __siw_cep_close() in siw_cm_work_handler(), Stefan Metzmacher
- [PATCH 27/31] rdma/siw: fix the "close" logic in siw_qp_cm_drop(), Stefan Metzmacher
- [PATCH 28/31] rdma/siw: make use of __siw_cep_close() in siw_qp_cm_drop(), Stefan Metzmacher
- [PATCH 29/31] rdma/siw: make use of __siw_cep_close() in siw_reject(), Stefan Metzmacher
- [PATCH 30/31] rdma/siw: make use of __siw_cep_close() in siw_listen_address(), Stefan Metzmacher
- [PATCH 31/31] rdma/siw: make use of __siw_cep_close() in siw_drop_listeners(), Stefan Metzmacher
- Re: [PATCH 00/31] rdma/siw: fix a lot of deadlocks and use after free bugs, Bernard Metzler
- Re: [PATCH 01/31] rdma/siw: fix warning in siw_proc_send(), Bernard Metzler
- Re: [PATCH 03/31] rdma/siw: remove superfluous siw_cep_put() from siw_connect() error path, Bernard Metzler
- Re: [PATCH 02/31] rdma/siw: call smp_mb() after mem->stag_valid = 0 in siw_invalidate_stag() too, Bernard Metzler
- Re: [PATCH 05/31] rdma/siw: make use of kernel_{bind,connect,listen}(), Bernard Metzler
- Re: [PATCH 04/31] rdma/siw: let siw_accept() deferr RDMA_MODE until EVENT_ESTABLISHED, Bernard Metzler
- Re: [PATCH 06/31] rdma/siw: make siw_cm_upcall() a noop without valid 'id', Bernard Metzler
- Re: [PATCH 07/31] rdma/siw: split out a __siw_cep_terminate_upcall() function, Bernard Metzler
- Re: [PATCH 08/31] rdma/siw: use __siw_cep_terminate_upcall() for indirect SIW_CM_WORK_CLOSE_LLP, Bernard Metzler
- Re: [PATCH 09/31] rdma/siw: use __siw_cep_terminate_upcall() for SIW_CM_WORK_PEER_CLOSE, Bernard Metzler
- Re: [PATCH 10/31] rdma/siw: use __siw_cep_terminate_upcall() for SIW_CM_WORK_MPATIMEOUT, Bernard Metzler
- Re: [PATCH 11/31] rdma/siw: introduce SIW_EPSTATE_ACCEPTING/REJECTING for rdma_accept/rdma_reject, Bernard Metzler
- Re: [PATCH 12/31] rdma/siw: add some debugging of state and sk_state to the teardown process, Bernard Metzler
- Re: [PATCH 15/31] rdma/siw: create a temporary copy of private data, Bernard Metzler
- Re: [PATCH 16/31] rdma/siw: use error and out logic at the end of siw_connect(), Bernard Metzler
- Re: [PATCH 17/31] rdma/siw: start mpa timer before calling siw_send_mpareqrep(), Bernard Metzler
- Re: [PATCH 19/31] rdma/siw: split out a __siw_cep_close() function, Bernard Metzler
- Re: [PATCH 20/31] rdma/siw: implement non-blocking connect., Bernard Metzler
- Re: [PATCH 22/31] rdma/siw: let siw_listen_address() call siw_cep_set_inuse() early, Bernard Metzler
- Re: [PATCH 23/31] rdma/siw: make use of __siw_cep_close() in siw_accept(), Bernard Metzler
- Re: [PATCH 24/31] rdma/siw: do the full disassociation of cep and qp in siw_qp_llp_close(), Bernard Metzler
- Re: [PATCH 25/31] rdma/siw: fix double siw_cep_put() in siw_cm_work_handler(), Bernard Metzler
- Re: [PATCH 27/31] rdma/siw: fix the "close" logic in siw_qp_cm_drop(), Bernard Metzler
Re: MLX4 SRIOV mtu issue,
Badalian Vyacheslav
[PATCH] ib_srpt: Remove redundant assignment to ret,
Yang Li
[PATCH] RDMA/mlx5: Remove redundant assignment to ret,
Yang Li
[PATCH] RDMA/ucma: Cleanup to reduce duplicate code,
Xiaofei Tan
[PATCH for-next v2] IB/core: Only update PKEY and GID caches on respective events,
Håkon Bugge
[PATCH] nvmet-rdma: Fix NULL deref when SEND is completed with error,
Michal Kalderon
[V2 rdma-core 0/4] Broadcom's rdma provider lib update,
Devesh Sharma
[PATCH AUTOSEL 5.10 37/85] IB/hfi1: Correct oversized ring allocation, Sasha Levin
[PATCH AUTOSEL 5.10 08/85] net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath, Sasha Levin
[PATCH AUTOSEL 5.11 045/104] IB/hfi1: Correct oversized ring allocation, Sasha Levin
[PATCH AUTOSEL 5.11 013/104] net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath, Sasha Levin
[PATCH AUTOSEL 5.12 048/116] IB/hfi1: Correct oversized ring allocation, Sasha Levin
[PATCH AUTOSEL 5.12 013/116] net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath, Sasha Levin
[PATCH for-rc] IB/cma: Fix false P_Key mismatch messages,
Håkon Bugge
[PATCH for-next] IB/core: Only update PKEY and GID caches on respective events,
Håkon Bugge
[bug report] RDMA/mlx5: Add support in MEMIC operations,
Dan Carpenter
[PATCH for-next 00/20] Misc update for rtrs,
Gioh Kim
- [PATCH for-next 02/20] RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info, Gioh Kim
- [PATCH for-next 01/20] RDMA/rtrs-srv: Kill reject_w_econnreset label, Gioh Kim
- [PATCH for-next 03/20] RDMA/rtrs-clt: No need to check queue_depth when receiving, Gioh Kim
- [PATCH for-next 04/20] RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection, Gioh Kim
- [PATCH for-next 06/20] RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH, Gioh Kim
- [PATCH for-next 05/20] RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state, Gioh Kim
- [PATCH for-next 07/20] RDMA/rtrs: Define MIN_CHUNK_SIZE, Gioh Kim
- [PATCH for-next 09/20] RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb, Gioh Kim
- [PATCH for-next 08/20] RDMA/rtrs: Use strscpy instead of strlcpy, Gioh Kim
- [PATCH for-next 10/20] RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs, Gioh Kim
- [PATCH for-next 11/20] RDMA/rtrs-srv: Kill __rtrs_srv_change_state, Gioh Kim
- [PATCH for-next 12/20] RDMA/rtrs-clt: Remove redundant 'break', Gioh Kim
- [PATCH for-next 13/20] RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats, Gioh Kim
- [PATCH for-next 14/20] RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight, Gioh Kim
- [PATCH for-next 15/20] RDMA/rtrs: Do not reset hb_missed_max after re-connection, Gioh Kim
- [PATCH for-next 16/20] RDMA/rtrs-srv: Duplicated session name is not allowed, Gioh Kim
- [PATCH for-next 17/20] RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object, Gioh Kim
- [PATCH for-next 18/20] RDMA/rtrs-srv: Fix memory leak when having multiple sessions, Gioh Kim
- [PATCH for-next 19/20] RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection, Gioh Kim
- [PATCH for-next 20/20] RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats, Gioh Kim
[rdma-core 0/4] Broadcom's rdma provider lib update,
Devesh Sharma
Re: PROBLEM: mlx5_core driver crashes when a VRF device with a route is added with mlx5 devices in switchdev mode,
Leon Romanovsky
TULPA "Cute kittens drink milk - link to view", TULPA
[syzbot] KASAN: use-after-free Read in rdma_listen (3), syzbot
[rdma:for-next] BUILD SUCCESS 6da7bda36388ae00822f732c11febfe2ebbb5544, kernel test robot
[bug report] net/mlx5: E-Switch, Consider SF ports of host PF, Dan Carpenter
[PATCH for-next v6 00/10] RDMA/rxe: Implement memory windows,
Bob Pearson
- [PATCH for-next v6 01/10] RDMA/rxe: Add bind MW fields to rxe_send_wr, Bob Pearson
- [PATCH for-next v6 02/10] RDMA/rxe: Return errors for add index and key, Bob Pearson
- [PATCH for-next v6 03/10] RDMA/rxe: Enable MW object pool, Bob Pearson
- [PATCH for-next v6 05/10] RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK, Bob Pearson
- [PATCH for-next v6 04/10] RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs, Bob Pearson
- [PATCH for-next v6 06/10] RDMA/rxe: Move local ops to subroutine, Bob Pearson
- [PATCH for-next v6 07/10] RDMA/rxe: Add support for bind MW work requests, Bob Pearson
- [PATCH for-next v6 08/10] RDMA/rxe: Implement invalidate MW operations, Bob Pearson
- [PATCH for-next v6 09/10] RDMA/rxe: Implement memory access through MWs, Bob Pearson
- [PATCH for-next v6 10/10] RDMA/rxe: Disallow MR dereg and invalidate when bound, Bob Pearson
- Re: [PATCH for-next v6 00/10] RDMA/rxe: Implement memory windows, Zhu Yanjun
- Re: [PATCH for-next v6 00/10] RDMA/rxe: Implement memory windows, Jason Gunthorpe
[PATCH v2 net-next] net/mlx5: net/mlx5: Fix some error messages,
Dan Carpenter
[PATCH] IB/qib: Remove redundant assignment to ret,
Yang Li
[PATCH iproute2-next v2 0/2] Add copy-on-fork to get sys command,
Gal Pressman
Fwd: [PATCH for-next v5 09/10] RDMA/rxe: Implement memory access through MWs,
Pearson, Robert B
[PATCH iproute2-next 0/2] Add copy-on-fork to get sys command,
Gal Pressman
[PATCH for-next] RDMA/hns: Remove the condition of light load for posting DWQE,
Weihang Li
[rdma:for-next] BUILD SUCCESS 6cc9e215eb277513719c32b9ba40e5012b02db57, kernel test robot
[PATCH rdma-core 1/2] debian: Drop unused lintian overrides (for examples),
Benjamin Drung
[PATCH rdma-core] README: Document supported Debian/Ubuntu releases,
Benjamin Drung
[PATCH] RDMA/bnxt_re/qplib_res: Fix a double free in bnxt_qplib_alloc_res,
Lv Yunlong
[PATCH v2] rdma/siw: Fix a use after free in siw_alloc_mr,
Lv Yunlong
[PATCH] rdma/siw: Fix a use after free in siw_alloc_mr,
Lv Yunlong
[PATCH iproute2-next 0/3] Add context and SRQ information to rdmatool,
Leon Romanovsky
[PATCH] IB/hfi1: Remove redundant variable rcd,
Jiapeng Chong
[PATCH v4] xprtrdma: Improve locking around rpcrdma_rep destruction, Chuck Lever
[PATCH net-next] net/mlx5: Fix some error messages,
Dan Carpenter
[rdma:for-next] BUILD SUCCESS c6c11ad3ab9fe5eb279479879e3461da99f6fdf0, kernel test robot
[rdma:for-next] BUILD SUCCESS 45062f441590810772959d8e1f2b24ba57ce1bd9, kernel test robot
[rdma:wip/jgg-for-next] BUILD SUCCESS cb5cd0ea4eb3ce338a593a5331ddb4986ae20faa, kernel test robot
[PATCH for-next v4 00/10] RDMA/rxe: Implement memory windows,
Bob Pearson
- [PATCH for-next v4 02/10] RDMA/rxe: Return errors for add index and key, Bob Pearson
- [PATCH for-next v4 01/10] RDMA/rxe: Add bind MW fields to rxe_send_wr, Bob Pearson
- [PATCH for-next v4 04/10] RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs, Bob Pearson
- [PATCH for-next v4 03/10] RDMA/rxe: Enable MW object pool, Bob Pearson
- [PATCH for-next v4 05/10] RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK, Bob Pearson
- [PATCH for-next v4 06/10] RDMA/rxe: Move local ops to subroutine, Bob Pearson
- [PATCH for-next v4 07/10] RDMA/rxe: Add support for bind MW work requests, Bob Pearson
- [PATCH for-next v4 08/10] RDMA/rxe: Implement invalidate MW operations, Bob Pearson
- [PATCH for-next v4 09/10] RDMA/rxe: Implement memory access through MWs, Bob Pearson
- [PATCH for-next v4 10/10] RDMA/rxe: Disallow MR dereg and invalidate when bound, Bob Pearson
- <Possible follow-ups>
- [PATCH for-next v4 00/10] RDMA/rxe: Implement memory windows, Bob Pearson
- [PATCH for-next v5 01/10] RDMA/rxe: Add bind MW fields to rxe_send_wr, Bob Pearson
- [PATCH for-next v5 02/10] RDMA/rxe: Return errors for add index and key, Bob Pearson
- [PATCH for-next v5 03/10] RDMA/rxe: Enable MW object pool, Bob Pearson
- [PATCH for-next v5 05/10] RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK, Bob Pearson
- [PATCH for-next v5 04/10] RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs, Bob Pearson
- [PATCH for-next v5 07/10] RDMA/rxe: Add support for bind MW work requests, Bob Pearson
- [PATCH for-next v5 06/10] RDMA/rxe: Move local ops to subroutine, Bob Pearson
- [PATCH for-next v5 08/10] RDMA/rxe: Implement invalidate MW operations, Bob Pearson
- [PATCH for-next v5 09/10] RDMA/rxe: Implement memory access through MWs, Bob Pearson
- [PATCH for-next v5 10/10] Subject: [PATCH for-next v4 10/10] RDMA/rxe: Disallow MR dereg and invalidate when bound, Bob Pearson
[PATCH rdma-next v2 0/9] Fix memory corruption in CM,
Leon Romanovsky
[bug report] block/rnbd-clt: Support polling mode for IO latency optimization,
Dan Carpenter
[rdma:wip/jgg-for-next] BUILD SUCCESS 04d64b2b08b740cb41ee98ef59340ff377dbd1f6, kernel test robot
[PATCH for-next v3 0/9] RDMA/rxe: Implement memory windows,
Bob Pearson
[PATCH for-next] RDMA/rxe: Fix a bug in rxe_fill_ip_info(),
Bob Pearson
[PATCH] RDMA/mlx4: remove an unused variable,
Christophe JAILLET
[rdma:wip/jgg-for-next] BUILD SUCCESS 534d6ed5ad2a7d28a531c5c078ce33d21d27d9f9, kernel test robot
[PATCH v3 00/26] NFS/RDMA client patches for next,
Chuck Lever
- [PATCH v3 01/26] SUNRPC: Move fault injection call sites, Chuck Lever
- [PATCH v3 02/26] SUNRPC: Remove trace_xprt_transmit_queued, Chuck Lever
- [PATCH v3 03/26] SUNRPC: Add tracepoint that fires when an RPC is retransmitted, Chuck Lever
- [PATCH v3 04/26] xprtrdma: Avoid Receive Queue wrapping, Chuck Lever
- [PATCH v3 05/26] xprtrdma: Do not refresh Receive Queue while it is draining, Chuck Lever
- [PATCH v3 06/26] xprtrdma: Put flushed Receives on free list instead of destroying them, Chuck Lever
- [PATCH v3 07/26] xprtrdma: Improve locking around rpcrdma_rep destruction, Chuck Lever
- [PATCH v3 08/26] xprtrdma: Improve commentary around rpcrdma_reps_unmap(), Chuck Lever
- [PATCH v3 09/26] xprtrdma: Improve locking around rpcrdma_rep creation, Chuck Lever
- [PATCH v3 10/26] xprtrdma: Fix cwnd update ordering, Chuck Lever
- [PATCH v3 11/26] xprtrdma: Delete rpcrdma_recv_buffer_put(), Chuck Lever
- [PATCH v3 12/26] xprtrdma: rpcrdma_mr_pop() already does list_del_init(), Chuck Lever
- [PATCH v3 13/26] xprtrdma: Rename frwr_release_mr(), Chuck Lever
- [PATCH v3 14/26] xprtrdma: Clarify use of barrier in frwr_wc_localinv_done(), Chuck Lever
- [PATCH v3 15/26] xprtrdma: Do not recycle MR after FastReg/LocalInv flushes, Chuck Lever
- [PATCH v3 16/26] xprtrdma: Do not wake RPC consumer on a failed LocalInv, Chuck Lever
- [PATCH v3 17/26] xprtrdma: Avoid Send Queue wrapping, Chuck Lever
- [PATCH v3 18/26] xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation, Chuck Lever
- [PATCH v3 19/26] xprtrdma: Add an rpcrdma_mr_completion_class, Chuck Lever
- [PATCH v3 20/26] xprtrdma: Don't display r_xprt memory addresses in tracepoints, Chuck Lever
- [PATCH v3 21/26] xprtrdma: Remove the RPC/RDMA QP event handler, Chuck Lever
- [PATCH v3 22/26] xprtrdma: Move fr_cid to struct rpcrdma_mr, Chuck Lever
- [PATCH v3 23/26] xprtrdma: Move cqe to struct rpcrdma_mr, Chuck Lever
- [PATCH v3 24/26] xprtrdma: Move fr_linv_done field to struct rpcrdma_mr, Chuck Lever
- [PATCH v3 25/26] xprtrdma: Move the Work Request union to struct rpcrdma_mr, Chuck Lever
- [PATCH v3 26/26] xprtrdma: Move fr_mr field to struct rpcrdma_mr, Chuck Lever
[PATCHv5 for-next 17/19] block/rnbd-clt: Remove max_segment_size,
Gioh Kim
[PATCHv5 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev,
Gioh Kim
[PATCHv5 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization,
Gioh Kim
[PATCHv5 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT},
Gioh Kim
[PATCH 0/2] workqueue: Have 'alloc_workqueue()' like macros accept a format specifier,
Christophe JAILLET
[PATCH rdma-next 0/3] CMA fixes,
Leon Romanovsky
[PATCH rdma-next 0/2] Two fixes to -next,
Leon Romanovsky
[PATCH rdma-next 0/4] Extend nldev interface with contexts and SRQ,
Leon Romanovsky
[PATCH rdma-next] RDMA/restrack: Delay QP deletion till all users are gone,
Leon Romanovsky
[PATCH for-next v4] RDMA/nldev: Add copy-on-fork attribute to get sys command,
Gal Pressman
[PATCH rdma-next v3] RDMA/mlx5: Expose private query port,
Leon Romanovsky
[PATCH] net/mlx5: Use kasprintf instead of hand-writing it,
Christophe JAILLET
[PATCH] i40iw: Fix error unwinding when i40iw_hmc_sd_one fails,
Shiraz Saleem
[PATCH for-next] RDMA/cxgb4: add missing qpid increment,
Potnuri Bharat Teja
[PATCH v1 1/3] svcrdma: Don't leak send_ctxt on Send errors,
Chuck Lever
[PATCH] net/mlx4: Treat VFs fair when handling comm_channel_events,
Hans Westgaard Ry
[PATCH] infiniband: ulp: Remove unnecessary struct declaration,
Wan Jiabing
[PATCH for-next v2 0/9] RDMA/rxe: Implement memory windows,
Bob Pearson
[Index of Archives]
[Linux USB Development]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Info]