linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-05 14:25:11 to 2016-04-12 05:12:06 UTC [more...]

[RFC PATCH v2 00/13] SELinux support for Infiniband RDMA
 2016-04-12  5:12 UTC  (39+ messages)
` [RFC PATCH v2 07/13] selinux: Add a cache for quicker retreival of PKey SIDs
` [RFC PATCH v2 08/13] ib/core: IB cache enhancements to support Infiniband security
  ` [RFC PATCH v2 01/13] security: Add LSM hooks for "
  ` [RFC PATCH v2 02/13] selinux: Create policydb version for Infiniband support
  ` [RFC PATCH v2 03/13] selinux: Implement Infiniband flush callback
  ` [RFC PATCH v2 04/13] selinux: Allocate and free infiniband security hooks
  ` [RFC PATCH v2 05/13] selinux: Implement Infiniband PKey "Access" access vector
  ` [RFC PATCH v2 06/13] selinux: Add IB Device SMI "
  ` [RFC PATCH v2 09/13] ib/core: Enforce PKey security when modifying QPs
  ` [RFC PATCH v2 10/13] ib/core: Enforce PKey security on management datagrams
  ` [RFC PATCH v2 12/13] ib/core: Track which QPs are using which port and PKey index
  ` [RFC PATCH v2 13/13] ib/core: Implement the Infiniband flush callback
` [RFC PATCH v2 11/13] ib/core: Enforce Infiniband device SMI security

[PATCH v1 00/18] NFS/RDMA client patches for 4.7
 2016-04-12  4:49 UTC  (23+ messages)
  ` [PATCH v1 01/18] sunrpc: Advertise maximum backchannel payload size
  ` [PATCH v1 02/18] xprtrdma: Bound the inline threshold values
  ` [PATCH v1 03/18] xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers
  ` [PATCH v1 04/18] xprtrdma: Prevent inline overflow
  ` [PATCH v1 05/18] xprtrdma: Avoid using Write list for small NFS READ requests
  ` [PATCH v1 06/18] xprtrdma: Update comments in rpcrdma_marshal_req()
  ` [PATCH v1 07/18] xprtrdma: Allow Read list and Reply chunk simultaneously
  ` [PATCH v1 08/18] xprtrdma: Remove rpcrdma_create_chunks()
  ` [PATCH v1 09/18] xprtrdma: Use core ib_drain_qp() API
  ` [PATCH v1 10/18] xprtrdma: Rename rpcrdma_frwr::sg and sg_nents
  ` [PATCH v1 11/18] xprtrdma: Save I/O direction in struct rpcrdma_frwr
  ` [PATCH v1 12/18] xprtrdma: Reset MRs in frwr_op_unmap_sync()
  ` [PATCH v1 13/18] xprtrdma: Refactor the FRWR recovery worker
  ` [PATCH v1 14/18] xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw
  ` [PATCH v1 15/18] xprtrdma: Refactor __fmr_dma_unmap()
  ` [PATCH v1 16/18] xprtrdma: Add ro_unmap_safe memreg method
  ` [PATCH v1 17/18] xprtrdma: Remove ro_unmap() from all registration modes
  ` [PATCH v1 18/18] xprtrdma: Faster server reboot recovery

[RDMA PATCH 00/16] Intel X722 iWARP driver update
 2016-04-12  4:33 UTC  (24+ messages)
  ` [RDMA PATCH 01/16] i40iw: Fix overflow of region length
  ` [RDMA PATCH 02/16] i40iw: Correct QP size calculation
  ` [RDMA PATCH 03/16] i40iw: Fix refused connections
  ` [RDMA PATCH 04/16] i40iw: Correct max message size in query port
  ` [RDMA PATCH 05/16] i40iw: Do not set self-referencing pointer to NULL after free
  ` [RDMA PATCH 06/16] i40iw: Add qp table lock around AE processing
  ` [RDMA PATCH 07/16] i40iw: Set vendor_err only if there is an actual error
  ` [RDMA PATCH 08/16] i40iw: Populate vendor_id and vendor_part_id fields
  ` [RDMA PATCH 09/16] i40iw: Remove unused code and fix warning
  ` [RDMA PATCH 10/16] i40iw: Add virtual channel message queue
  ` [RDMA PATCH 11/16] i40iw: Correct return code check in add_pble_pool
  ` [RDMA PATCH 12/16] i40iw: Initialize max enabled vfs variable
  ` [RDMA PATCH 13/16] i40iw: Add base memory management extensions
  ` [RDMA PATCH 14/16] i40iw: Fix endian issues and warnings
  ` [RDMA PATCH 15/16] i40iw: Fix SD calculation for initial HMC creation
  ` [RDMA PATCH 16/16] i40iw: Adding queue drain functions

fix large I/O regression with iSER in 4.4+
 2016-04-11 23:44 UTC  (7+ messages)
  ` [PATCH 1/2] scsi: add a max_segment_size limitation to struct Scsi_Host
` [PATCH 2/2] IB/iser: set max_segment_size

[PATCH for-next 0/2] mlx5_core: mlx5_ifc updates
 2016-04-11 21:37 UTC  (6+ messages)
` [PATCH for-next 1/2] net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsets
  ` [PATCH for-next 2/2] net/mlx5: Update mlx5_ifc hardware features

generic RDMA READ/WRITE API V6
 2016-04-11 21:32 UTC  (13+ messages)
` [PATCH 02/12] IB/cma: pass the port number to ib_create_qp
` [PATCH 03/12] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg
` [PATCH 04/12] IB/core: add a helper to check for READ WITH INVALIDATE support
` [PATCH 05/12] IB/core: refactor ib_create_qp
  ` [PATCH 01/12] IB/mlx5: Expose correct max_sge_rd limit
  ` [PATCH 06/12] IB/core: add a simple MR pool
  ` [PATCH 09/12] target: enhance and export target_alloc_sgl/target_free_sgl
` [PATCH 07/12] IB/core: add a need_inval flag to struct ib_mr
` [PATCH 08/12] IB/core: generic RDMA READ/WRITE API
` [PATCH 10/12] IB/srpt: convert to the "
` [PATCH 11/12] IB/core: add RW API support for signature MRs
` [PATCH 12/12] IB/isert: convert to the generic RDMA READ/WRITE API

Cant write to max_sectors_kb on 4.5.0 SRP target
 2016-04-11 21:29 UTC  (11+ messages)

SRPt oops with 4.5-rc3-ish
 2016-04-11 20:08 UTC  (4+ messages)

[PATCH 00/11] IB/hfi1: Additional fixes for 4.6
 2016-04-11 13:52 UTC  (4+ messages)

[PATCH] IB uverbs: add mthca user doorbell record support
 2016-04-11 13:28 UTC 

[PATCH] drivers/infiniband/hw/nes/nes_verbs.c: Deinline nes_free_qp_mem, save 1072 bytes
 2016-04-11  4:41 UTC  (2+ messages)

protection domain question
 2016-04-10 19:10 UTC  (4+ messages)

T10 PI offloading seems to be broken in iser/isert in 4.5/4.6-rc
 2016-04-10 15:30 UTC  (9+ messages)

iSER initiator in 4.5 is unhappy
 2016-04-10 14:52 UTC  (16+ messages)

LOAN
 2016-04-08 22:02 UTC 

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

[PATCH 0/4] IB/srpt and the percpu_ida conversion
 2016-04-08  8:16 UTC  (29+ messages)
` [PATCH 1/4] IB/srpt: Revert "Convert to percpu_ida tag allocation"
` [PATCH 2/4] IB/srpt: Report login failures only once
` [PATCH 3/4] IB/srpt: Introduce two helper functions
  ` [PATCH 4/4] IB/srpt: Convert to percpu_ida tag allocation
  ` [PATCH] IB/srpt: Revert "Convert to percpu_ida tag allocation"

[PATCH] ib_srpt: Add missing ioctx->buf + ->dma alloc_session_cb init
 2016-04-07 23:28 UTC  (9+ messages)

[PATCH] i40iw: Remove unnecessary synchronize_irq() before free_irq()
 2016-04-07 18:27 UTC  (3+ messages)

Query max_inline_data
 2016-04-07 15:37 UTC  (2+ messages)

[PATCH] IB/mlx5: Expose correct max_sge_rd limit
 2016-04-07  7:05 UTC  (3+ messages)

[PATCH v4 00/10] Begin to use rdmavt for qib
 2016-04-06 23:16 UTC  (5+ messages)
` [PATCH v4 08/10] IB/qib: Remove qp and mr functionality from qib

[PULL REQUEST] Please pull rdma.git
 2016-04-06 18:23 UTC 

[PATCHv10 0/3] rdmacg: IB/core: rdma controller support
 2016-04-05 17:27 UTC  (15+ messages)
` [PATCHv10 1/3] rdmacg: Added rdma cgroup controller

[RESEND PATCH V4 0/3] IB/hns: Add HiSilicon RoCE driver
 2016-04-05 15:32 UTC  (5+ messages)
` [RESEND PATCH V4 2/3] IB/hns: Add HiSilicon RoCE driver support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).