public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-30 10:37:59 to 2015-05-07 10:36:31 UTC [more...]

[PATCH v1 00/14] client NFS/RDMA patches for 4.2
 2015-05-07 10:36 UTC  (35+ messages)
  ` [PATCH v1 01/14] xprtrdma: Transport fault injection
  ` [PATCH v1 02/14] xprtrdma: Warn when there are orphaned IB objects
  ` [PATCH v1 03/14] xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprt
  ` [PATCH v1 04/14] xprtrdma: Use ib_device pointer safely
  ` [PATCH v1 05/14] xprtrdma: Introduce helpers for allocating MWs
  ` [PATCH v1 06/14] xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()
  ` [PATCH v1 07/14] xprtrdma: Introduce an FRMR recovery workqueue
  ` [PATCH v1 08/14] xprtrdma: Acquire MRs in rpcrdma_register_external()
  ` [PATCH v1 09/14] xprtrdma: Remove unused LOCAL_INV recovery logic
  ` [PATCH v1 10/14] xprtrdma: Remove ->ro_reset
  ` [PATCH v1 11/14] xprtrdma: Remove rpcrdma_ia::ri_memreg_strategy
  ` [PATCH v1 12/14] xprtrdma: Split rb_lock
  ` [PATCH v1 13/14] xprtrdma: Stack relief in fmr_op_map()
  ` [PATCH v1 14/14] xprtrmda: Reduce per-transport MR allocation

linux-rdma repository url
 2015-05-07  7:52 UTC  (4+ messages)

[PATCH v1 00/16] NFS/RDMA patches proposed for 4.1
 2015-05-06 16:38 UTC  (17+ messages)

[GIT PULL] please pull linux.git
 2015-05-06 14:56 UTC 

[RFC PATCH 0/5] Add Core Capability Bits to use in Management helpers
 2015-05-06 14:25 UTC  (35+ messages)
  ` [RFC PATCH 1/5] IB/core: Add Core Capability flags to ib_device
  ` [RFC PATCH 2/5] IB/core: Replace query_protocol callback with Core Capability flags check
  ` [RFC PATCH 3/5] IB/core: Convert cap_ib_mad to core_cap_flags bit mask
  ` [RFC PATCH 4/5] IB/core: Add rdma_dev_max_mad_size call
  ` [RFC PATCH 5/5] IB/core: Add cap_opa_mad helper using RDMA_CORE_CAP_OPA_MAD flag

[PATCH 0/12] IB/srp patches for kernel v4.2
 2015-05-06  9:29 UTC  (34+ messages)
` [PATCH 01/12] scsi_transport_srp: Introduce srp_wait_for_queuecommand()
` [PATCH 04/12] IB/srp: Fix connection state tracking
` [PATCH 06/12] scsi_transport_srp: Reduce failover time
` [PATCH 09/12] IB/srp: Remove a superfluous check from srp_free_req_data()
` [PATCH 12/12] IB/srp: Make CM timeout dependent on subnet timeout

[PATCHv1 0/6] IB/uverbs: check request parameters
 2015-05-05 19:55 UTC  (10+ messages)
  ` [PATCHv1 1/6] IB/uverbs: check userspace input buffer size
  ` [PATCHv1 2/6] IB/uverbs: check userspace output "
  ` [PATCHv1 3/6] IB/uverbs: check userspace output buffer size in ib_uverbs_poll_cq()
  ` [PATCHv1 4/6] IB/uverbs: subtract command header from input size
  ` [PATCHv1 5/6] IB/uverbs: move cast from u64 to void __user pointer to its own variable
  ` [PATCHv1 6/6] IB/uverbs: check access to userspace response buffer

[ANNOUNCE] libfabric release 1.0
 2015-05-05 18:11 UTC  (3+ messages)

[PATCH v8 00/23] IB/Verbs: IB Management Helpers
 2015-05-05 14:40 UTC  (26+ messages)
` [PATCH v8 01/23] IB/Verbs: Implement new callback query_protocol()
  ` [PATCH v8 02/23] IB/Verbs: Implement raw management helpers
  ` [PATCH v8 03/23] IB/Verbs: Reform IB-core mad/agent/user_mad
  ` [PATCH v8 04/23] IB/Verbs: Reform IB-core cm
  ` [PATCH v8 05/23] IB/Verbs: Reform IB-core sa_query
  ` [PATCH v8 06/23] IB/Verbs: Reform IB-core multicast
  ` [PATCH v8 07/23] IB/Verbs: Reform IB-ulp ipoib
  ` [PATCH v8 08/23] IB/Verbs: Reform IB-ulp xprtrdma
  ` [PATCH v8 09/23] IB/Verbs: Reform IB-core verbs
  ` [PATCH v8 10/23] IB/Verbs: Reform cm related part in IB-core cma/ucm
  ` [PATCH v8 11/23] IB/Verbs: Reform route related part in IB-core cma
  ` [PATCH v8 13/23] IB/Verbs: Reform cma_acquire_dev()
  ` [PATCH v8 14/23] IB/Verbs: Reform rest part in IB-core cma
  ` [PATCH v8 16/23] IB/Verbs: Use management helper rdma_cap_ib_smi()
  ` [PATCH v8 17/23] IB/Verbs: Use management helper rdma_cap_ib_cm()
  ` [PATCH v8 18/23] IB/Verbs: Use management helper rdma_cap_iw_cm()
  ` [PATCH v8 19/23] IB/Verbs: Use management helper rdma_cap_ib_sa()
  ` [PATCH v8 21/23] IB/Verbs: Use management helper rdma_cap_read_multi_sge()
  ` [PATCH v8 22/23] IB/Verbs: Use management helper rdma_cap_af_ib()
  ` [PATCH v8 23/23] IB/Verbs: Use management helper rdma_cap_eth_ah()
` [PATCH v8 12/23] IB/Verbs: Reform mcast related part in IB-core cma
` [PATCH v8 15/23] IB/Verbs: Use management helper rdma_cap_ib_mad()
` [PATCH v8 20/23] IB/Verbs: Use management helper rdma_cap_ib_mcast()

[PATCH] ib_ipoib: Scatter-Gather support in connected mode
 2015-05-05 12:23 UTC  (8+ messages)

[PATCH] IPoIB/CM: Fix indentation level
 2015-05-05 11:01 UTC 

[PATCH v3 for-next 02/33] IB/core: Add kref to IB devices
 2015-05-05 10:58 UTC  (21+ messages)

[PATCH for-next 0/6] minor mlx5 fixes for 3.18
 2015-05-04 23:04 UTC  (5+ messages)
` [PATCH for-next 3/6] IB/core: Avoid leakage from kernel to user space
    ` [-stable] commit 377b513485fd ("IB/core: Avoid leakage from kernel to user space")

[PATCH] MAINTAINERS: add include/rdma/ to InfiniBand subsystem
 2015-05-04 22:35 UTC  (2+ messages)

[PATCH for-4.1] iw_cxgb4: Remove negative advice dmesg warnings
 2015-05-04 22:25 UTC 

[PATCH v7 00/23] IB/Verbs: IB Management Helpers
 2015-05-04  7:36 UTC  (5+ messages)

[PATCH v3] IB/core: Fix unaligned accesses
 2015-05-03 14:27 UTC  (4+ messages)

[PATCH v4] IB/core: Fix unaligned accesses
 2015-05-03 13:48 UTC 

[PATCH v2] IB/core: Fix unaligned accesses
 2015-05-01 16:57 UTC  (8+ messages)

[PATCH 0/3] IB/mad: refactor functions based on the needs of those functions
 2015-05-01 16:55 UTC  (6+ messages)
  ` [PATCH 1/3] IB/mad: Change validate_mad signature to take ib_mad_hdr rather than ib_mad
  ` [PATCH 2/3] IB/mad: Change ib_response_mad "
  ` [PATCH 3/3] IB/mad: Change cast in rcv_has_same_class

[PATCH 0/2] General MAD clean up
 2015-05-01 16:55 UTC  (5+ messages)
  ` [PATCH 1/2] IB/mad: Rename is_data_mad to is_rmpp_data_mad
  ` [PATCH 2/2] IB/mad: Clean up comments in smi.c

[PATCH v5 5/6] IB/ipath: add counting for MTRR
 2015-04-30 20:25 UTC  (2+ messages)
` [PATCH v5 6/6] IB/ipath: use arch_phys_wc_add() and require PAT disabled


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