public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-24 21:48:30 to 2016-07-01 23:00:49 UTC [more...]

[PATCH for-next 00/18] IB/hfi1, rdmavt, qib: First batch of fixes for 4.8
 2016-07-01 23:00 UTC  (2+ messages)
  ` [PATCH for-next 01/18] IB/hfi1: Clean up port state structure definition

[PATCH 0/2] IB/hfi1: Fixes for 4.7 rc-6
 2016-07-01 22:57 UTC  (3+ messages)
  ` [PATCH 1/2] IB/hfi1: Correct issues with sc5 computation
  ` [PATCH 2/2] IB/hfi1: Fix sleep inside atomic issue in init_asic_data

[PATCH 00/12] SELinux support for Infiniband RDMA
 2016-07-01 22:15 UTC  (62+ messages)
` [PATCH 01/12] security: Add LSM hooks for Infiniband security
` [PATCH 02/12] selinux: Create policydb version for Infiniband support
` [PATCH 03/12] selinux: Implement Infiniband flush callback
` [PATCH 04/12] selinux: Allocate and free infiniband security hooks
` [PATCH 05/12] selinux: Implement Infiniband PKey "Access" access vector
` [PATCH 06/12] selinux: Add IB End Port SMP "
` [PATCH 07/12] selinux: Add a cache for quicker retreival of PKey SIDs
` [PATCH 08/12] IB/core: IB cache enhancements to support Infiniband security

[PATCH v2 0/5] Reduce RDMA RW API SGE limit
 2016-07-01 14:52 UTC  (11+ messages)
  ` [PATCH v2 1/5] IB/core: Make rdma_rw_ctx_init() initialize all used fields
  ` [PATCH v2 2/5] IB/core, RDMA RW API: Do not exceed QP SGE send limit
  ` [PATCH v2 3/5] IB/srpt: Limit the number of SG elements per work request
  ` [PATCH v2 4/5] IB/srpt: Simplify srpt_queue_response()
  ` [PATCH v2 5/5] IB/isert: Remove an unused member variable

Oops with mlx5/NFSoRDMA client with 4.7-rc5ish
 2016-07-01  0:23 UTC  (4+ messages)

Upcoming libibverbs release
 2016-06-30 19:07 UTC  (34+ messages)

[PATCH 0/5] Make RDMA RW API SGE limit configurable
 2016-06-30 13:47 UTC  (24+ messages)
  ` [PATCH 1/5] IB/core: Make rdma_rw_ctx_init() initialize all used fields
  ` [PATCH 2/5] IB/core: Add max_sge argument to rdma_rw_ctx_init()
  ` [PATCH 3/5] IB/isert: Limit the number of SG elements per work request
  ` [PATCH 4/5] IB/srpt: "
  ` [PATCH 5/5] IB/srpt: Simplify srpt_queue_response()

[RFC ABI V1 0/8] SG-based RDMA ABI Proposal
 2016-06-30 13:39 UTC  (9+ messages)
  ` [RFC ABI V1 1/8] RDMA/core: Export RDMA IOCTL declarations
  ` [RFC ABI V1 2/8] RDMA/core: Move uobject code to separate files
  ` [RFC ABI V1 3/8] RDMA/core: Refactor IDR to be per-device
  ` [RFC ABI V1 4/8] RDMA/core: Add support for custom types
  ` [RFC ABI V1 5/8] RDMA/core: Introduce add/remove uobj from types
  ` [RFC ABI V1 6/8] RDMA/core: Add new ioctl interface
  ` [RFC ABI V1 7/8] RDMA/core: Change locking of ib_uobject
  ` [RFC ABI V1 8/8] RDMA/{hw, core}: Provide simple skeleton to IOCTL interface

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-30  8:25 UTC  (2+ messages)
  ` [PATCH v5 16/44] infiniband: "

[PATCHv2 iw_cxgb4-4.8] RDMA/iw_cxgb4: Use kfree_skb instead of kfree
 2016-06-30  6:14 UTC 

[PATCH for v4.7] IB/srpt: Reduce QP buffer size
 2016-06-29 22:08 UTC  (3+ messages)

[PATCH v4 00/24] NFS/RDMA client patches proposed for v4.8
 2016-06-29 17:55 UTC  (25+ messages)
  ` [PATCH v4 01/24] xprtrdma: Remove FMRs from the unmap list after unmapping
  ` [PATCH v4 02/24] xprtrdma: Create common scatterlist fields in rpcrdma_mw
  ` [PATCH v4 03/24] xprtrdma: Move init and release helpers
  ` [PATCH v4 04/24] xprtrdma: Rename fields in rpcrdma_fmr
  ` [PATCH v4 05/24] xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR
  ` [PATCH v4 06/24] xprtrdma: Refactor MR recovery work queues
  ` [PATCH v4 07/24] xprtrdma: Do not leak an MW during a DMA map failure
  ` [PATCH v4 08/24] xprtrdma: Remove ALLPHYSICAL memory registration mode
  ` [PATCH v4 09/24] xprtrdma: Remove rpcrdma_map_one() and friends
  ` [PATCH v4 10/24] xprtrdma: Clean up device capability detection
  ` [PATCH v4 11/24] xprtrdma: Reply buffer exhaustion can be catastrophic
  ` [PATCH v4 12/24] xprtrdma: Honor ->send_request API contract
  ` [PATCH v4 13/24] xprtrdma: Chunk list encoders must not return zero
  ` [PATCH v4 14/24] xprtrdma: Allocate MRs on demand
  ` [PATCH v4 15/24] xprtrdma: Release orphaned MRs immediately
  ` [PATCH v4 16/24] xprtrdma: Place registered MWs on a per-req list
  ` [PATCH v4 17/24] xprtrdma: Chunk list encoders no longer share one rl_segments array
  ` [PATCH v4 18/24] xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
  ` [PATCH v4 19/24] xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
  ` [PATCH v4 20/24] xprtrdma: Update only specific fields in private receive buffer
  ` [PATCH v4 21/24] xprtrdma: Clean up fixup_copy_count accounting
  ` [PATCH v4 22/24] xprtrdma: No direct data placement with krb5i and krb5p
  ` [PATCH v4 23/24] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
  ` [PATCH v4 24/24] NFS: Don't drop CB requests with invalid principals

[PATCH iw_cxgb4-4.8] RDMA/iw_cxgb4: Use kfree_skb instead of kfree
 2016-06-29 10:48 UTC  (2+ messages)

[PATCH v10 00/22] Add HiSilicon RoCE driver
 2016-06-29 10:41 UTC  (21+ messages)
` [PATCH v10 01/22] net: hns: Add reset function support for "
` [PATCH v10 03/22] IB/hns: Add initial main frame driver and get cfg info
` [PATCH v10 04/22] IB/hns: Add RoCE engine reset function
` [PATCH v10 05/22] IB/hns: Add initial profile resource
` [PATCH v10 07/22] IB/hns: Add event queue support

[PATCH v3 00/25] NFS/RDMA client patches proposed for v4.8
 2016-06-28 20:53 UTC  (4+ messages)
` [PATCH v3 01/25] xprtrdma: Remove FMRs from the unmap list after unmapping

NVMe over Fabrics target implementation V2
 2016-06-28 19:02 UTC  (2+ messages)

Verbs Working Group meeting
 2016-06-28 16:54 UTC 

[PATCH v3] net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_create
 2016-06-28  9:17 UTC  (3+ messages)

[PATCH v1] nvmet-rdma: Invoke fatal error on error completion
 2016-06-28  8:37 UTC  (2+ messages)

[PATCH for-4.7] i40iw: Enable remote access rights for stag allocation
 2016-06-27 21:52 UTC 

Verbs Working Group meeting
 2016-06-27 20:22 UTC 

IB/hfi1: add driver files
 2016-06-27 13:19 UTC 

[PATCH] nvmet-rdma: Invoke fatal error on error completion
 2016-06-26 15:57 UTC  (3+ messages)

[PATCH 0/2] Get rid of transport layer retry count config parameter
 2016-06-26 15:48 UTC  (5+ messages)

[PATCH v2 rdma-next 00/29] Soft RoCE driver
 2016-06-26 11:48 UTC  (3+ messages)

net/mlx4_en: Add DCB PFC support through CEE netlink commands
 2016-06-26  8:25 UTC  (2+ messages)

[PATCH 1/1] i40iw: do not print unitialized variables in error message
 2016-06-25 15:55 UTC 

[PULL REQUEST] Please pull rdma.git
 2016-06-24 23:12 UTC 

Interrupted IO causing async errors
 2016-06-24 22:16 UTC  (4+ messages)

RDMA/iw_cxgb4: Low resource fixes for Memory registration
 2016-06-24 21:48 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox