linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-03 17:01:40 to 2017-10-07 14:12:55 UTC [more...]

[PATCH] RDMA/i40iw: Convert timers to use timer_setup()
 2017-10-07 14:12 UTC  (3+ messages)

[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-07 11:08 UTC  (19+ messages)
` [PATCH v7 03/12] fs: introduce i_mapdcount
` [PATCH v7 05/12] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v7 06/12] xfs: wire up MAP_DIRECT
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
  ` [PATCH v7 01/12] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH v7 02/12] fs, mm: pass fd to ->mmap_validate()
  ` [PATCH v7 04/12] fs: MAP_DIRECT core
  ` [PATCH v7 08/12] fs, mapdirect: introduce ->lease_direct()
  ` [PATCH v7 10/12] device-dax: wire up ->lease_direct()
` [PATCH v7 09/12] xfs: "
` [PATCH v7 11/12] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
` [PATCH v7 12/12] tools/testing/nvdimm: enable rdma unit tests

[pull request][for-next 0/9] Mellanox, mlx5 updates 2017-10-06
 2017-10-06 23:37 UTC  (10+ messages)
` [for-next 1/9] net/mlx5: Fix creating a new FTE when an existing but full FTE exists
` [for-next 4/9] net/mlx5: Export building of matched flow groups list
` [for-next 5/9] net/mlx5: Refactor FTE and FG creation code
` [for-next 7/9] net/mlx5: Support multiple updates of steering rules in parallel
  ` [for-next 2/9] net/mlx5: Avoid NULL pointer dereference on steering cleanup
  ` [for-next 3/9] net/mlx5: Move the entry index allocator to flow group
  ` [for-next 6/9] net/mlx5: Replace fs_node mutex with reader/writer semaphore
  ` [for-next 8/9] net/mlx5: Allocate FTE object without lock
  ` [for-next 9/9] net/mlx5: Add FGs and FTEs memory pool

SQ overflow seen running isert traffic with high block sizes
 2017-10-06 22:40 UTC  (6+ messages)

[PATCH 00/47] Address issues detected by static analysis tools
 2017-10-06 22:10 UTC  (58+ messages)
  ` [PATCH 01/47] IB/core: Fix endianness annotation in rdma_is_multicast_addr()
  ` [PATCH 02/47] IB/cm: Suppress gcc 7 fall-through complaints
  ` [PATCH 03/47] RDMA/cma: Avoid triggering undefined behavior
  ` [PATCH 04/47] RDMA/iwcm: Remove a set-but-not-used variable
  ` [PATCH 05/47] RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing
  ` [PATCH 06/47] RDMA/isert: Suppress gcc 7 fall-through complaints
  ` [PATCH 07/47] RDMA/bnxt_re: "
  ` [PATCH 08/47] RDMA/bnxt_re: Remove set-but-not-used variables
  ` [PATCH 09/47] RDMA/cxgb3: Annotate locking assumptions
  ` [PATCH 10/47] RDMA/cxgb3: Annotate an RCU pointer
  ` [PATCH 11/47] RDMA/cxgb3: Remove a set-but-not-used variable
  ` [PATCH 12/47] RDMA/cxgb4: Fix indentation
  ` [PATCH 13/47] RDMA/cxgb4: Declare a local variable 'static'
  ` [PATCH 14/47] RDMA/cxgb4: Suppress gcc 7 fall-through complaints
  ` [PATCH 15/47] RDMA/cxgb4: Remove a set-but-not-used variable
  ` [PATCH 16/47] IB/hfi1: Suppress gcc 7 fall-through complaints
  ` [PATCH 17/47] IB/hfi1: Remove set-but-not-used variables
  ` [PATCH 18/47] IB/hfi1: Define hfi1_handle_cnp_tbl[] once
  ` [PATCH 19/47] IB/hns: Annotate iomem pointers correctly
  ` [PATCH 20/47] IB/hns: Declare local functions 'static'
  ` [PATCH 21/47] RDMA/i40iw: Fix a race condition
  ` [PATCH 22/47] RDMA/i40iw: Suppress gcc 7 fall-through complaints
  ` [PATCH 23/47] RDMA/i40iw: Remove a set-but-not-used variable
  ` [PATCH 24/47] IB/mthca: Fix indentation
  ` [PATCH 25/47] IB/mlx4: Suppress gcc 7 fall-through complaints
  ` [PATCH 26/47] IB/mlx5: "
  ` [PATCH 27/47] IB/mlx5: Remove a set-but-not-used variable
  ` [PATCH 28/47] IB/nes: Fix indentation
  ` [PATCH 29/47] IB/nes: Suppress gcc 7 fall-through complaints
  ` [PATCH 30/47] IB/nes: Remove set-but-not-used variables
  ` [PATCH 31/47] IB/nes: Fix a race condition in nes_inetaddr_event()
  ` [PATCH 32/47] RDMA/ocrdma: Use NULL instead of 0 to represent a pointer
  ` [PATCH 33/47] RDMA/ocrdma: Suppress gcc 7 fall-through complaints
  ` [PATCH 34/47] RDMA/ocrdma: Remove set-but-not-used variables
  ` [PATCH 35/47] IB/opa: Fix endianness annotation of opa_is_extended_lid()
  ` [PATCH 36/47] RDMA/qedr: Use NULL instead of 0 to represent a pointer
  ` [PATCH 37/47] RDMA/qedr: Declare local functions static
  ` [PATCH 38/47] RDMA/qedr: Annotate iomem pointers correctly
  ` [PATCH 39/47] RDMA/qedr: Remove set-but-not-used variables
  ` [PATCH 40/47] IB/qib: Make qib_inc_eeprom_err() macro more safe to use
  ` [PATCH 41/47] IB/qib: Suppress gcc 7 fall-through complaints
  ` [PATCH 42/47] IB/qib: Remove set-but-not-used variables
  ` [PATCH 43/47] RDMA/rdmavt: Suppress gcc 7 fall-through complaints
  ` [PATCH 44/47] RDMA/rxe: "
  ` [PATCH 45/47] RDMA/usnic: Make the compiler check declaration consistency during compilation
  ` [PATCH 46/47] RDMA/usnic: Remove a set-but-not-used variable
  ` [PATCH 47/47] RDMA/usnic: Instantiate data structures once

[PATCH 0/7] SRP patches for kernel v4.15
 2017-10-06 21:42 UTC  (8+ messages)
  ` [PATCH 1/7] IB/srpt: Limit the send and receive queue sizes to what the HCA supports
  ` [PATCH 2/7] IB/srpt: Cache global L_Key
  ` [PATCH 3/7] IB/srpt: Change default behavior from using SRQ to not using SRQ
  ` [PATCH 5/7] IB/srp: Remove second argument of srp_destroy_qp()
  ` [PATCH 6/7] IB/srp: Cache global rkey
  ` [PATCH 7/7] IB/srp: Make CM timeout dependent on subnet timeout
` [PATCH 4/7] IB/srp: Avoid a cable pull can trigger a kernel crash

[PATCH] IB/core: Simplify sa_path_set_[sd]lid() calls
 2017-10-06 20:06 UTC 

[PULL REQUEST] Please pull rdma.git
 2017-10-06 17:25 UTC 

[PATCH v2 00/13] Request for Comments on SoftiWarp
 2017-10-06 16:04 UTC  (18+ messages)
  ` [PATCH v2 01/13] iWARP wire packet format definition
  ` [PATCH v2 02/13] Main SoftiWarp include file
  ` [PATCH v2 03/13] Attach/detach SoftiWarp to/from network and RDMA subsystem
  ` [PATCH v2 04/13] SoftiWarp object management
  ` [PATCH v2 05/13] SoftiWarp application interface
  ` [PATCH v2 06/13] SoftiWarp connection management
  ` [PATCH v2 07/13] SoftiWarp application buffer management
  ` [PATCH v2 08/13] SoftiWarp Queue Pair methods
  ` [PATCH v2 09/13] SoftiWarp transmit path
  ` [PATCH v2 10/13] SoftiWarp receive path
  ` [PATCH v2 11/13] SoftiWarp Completion Queue methods
  ` [PATCH v2 12/13] SoftiWarp debugging code
  ` [PATCH v2 13/13] Add SoftiWarp to kernel build environment

[PATCH 0/1] Request for Comments on SoftiWarp
 2017-10-06 15:27 UTC  (6+ messages)
  ` [PATCH 1/1] Adding SoftiWarp to the RDMA subsystem

[PATCH] net/mlx4_core: Convert timers to use timer_setup()
 2017-10-06 14:26 UTC  (3+ messages)

[RFC+PATCH] Infiniband hfi1 + PREEMPT_RT_FULL issues
 2017-10-06  9:23 UTC  (4+ messages)

[GIT PULL 0/2] infiniband hfi1 PREEMPT_RT_FULL changes
 2017-10-06  9:19 UTC  (17+ messages)
` [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()
` [PATCH 2/2] IB/hfi1: Handle packets in the theaded handler only

[PATCH] infiniband: add MMU dependency for user_mem
 2017-10-06  7:13 UTC 

[PATCH v2 net-next 00/12] qed: Add iWARP support for unaligned MPA packets
 2017-10-06  5:09 UTC  (11+ messages)
` [PATCH v2 net-next 06/12] qed: Add LL2 slowpath handling

[PATCH net v2] RDS: IB: Initialize max_items based on underlying device attributes
 2017-10-06  4:16 UTC  (2+ messages)

[PATCH net v2] RDS: IB: Limit the scope of has_fr/has_fmr variables
 2017-10-06  4:16 UTC  (2+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-05 17:57 UTC  (7+ messages)

[PATCH v4 rdma-next 00/18] Enhance ib_ah_attr to specify types
 2017-10-05 14:53 UTC  (7+ messages)
` [PATCH v4 rdma-next 17/18] IB/core: Define 'ib' and 'roce' rdma_ah_attr types

[PATCH net-next 00/10] net/smc: updates 2017-09-20
 2017-10-05 14:44 UTC  (5+ messages)
` [PATCH net-next 01/10] net/smc: add missing dev_put

[PATCH] RDMA/nes: Convert timers to use timer_setup()
 2017-10-05 13:48 UTC  (3+ messages)

[PATCH for-next 0/8] IB/hfi1, core, rdmavt: Driver fixes for 10/2/2017
 2017-10-05 13:22 UTC  (13+ messages)
` [PATCH for-next 5/8] IB/core: Use __be32 for LIDs in opa_is_extended_lid

Fwd: linux-next: Tree for Sep 29
 2017-10-05  7:08 UTC 

[PATCH] IB/ipoib: Convert timers to use timer_setup()
 2017-10-05  0:45 UTC 

[PATCH] IB/qib: Convert timers to use timer_setup()
 2017-10-05  0:45 UTC 

[Patch v4 00/22] CIFS: Implement SMBDirect
 2017-10-04 22:07 UTC  (3+ messages)
` [Patch v4 16/22] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE

[PATCH v1 0/5] more i40iw fixes
 2017-10-04 19:31 UTC  (4+ messages)
` [PATCH v1 2/5] i40iw: Do not generate CQE for RTR on QP flush

[PATCH for-rc 0/2] RDMA/qedr: two important fixes for RDMA CM with VLAN
 2017-10-04 19:20 UTC  (2+ messages)

[PATCH] RDMA/hns: Fix uninitialized variable in hns_roce_v2_query_qp()
 2017-10-04 19:15 UTC  (2+ messages)

[PATCH rdma-rc] IB/mlx5: Fix label order in error path handling
 2017-10-04 19:00 UTC  (2+ messages)

[PATCH] RDMA/hns: return 0 rather than return a garbage status value
 2017-10-04 18:40 UTC  (2+ messages)

[PATCH] verbs: fix compilation error with ICC
 2017-10-04 17:11 UTC  (2+ messages)

[Patch v4 17/22] CIFS: SMBD: Implement RDMA memory registration
 2017-10-04 14:08 UTC  (2+ messages)

[Patch v4 02/22] CIFS: SMBD: Establish SMBDirect connection
 2017-10-04 11:01 UTC  (2+ messages)

[Patch v4 14/22] CIFS: SMBD: Implement function to send data via RDMA send
 2017-10-04 10:05 UTC  (3+ messages)

[Patch v4 12/22] CIFS: SMBD: Implement function to receive data via RDMA receive
 2017-10-04  9:43 UTC  (2+ messages)

[PATCH net] RDS: IB: Limit the scope of has_fr/has_fmr variables
 2017-10-04  4:06 UTC  (6+ messages)

Why don't we always check that attr->port_num is valid?
 2017-10-04  3:13 UTC  (8+ messages)

[PATCH net] RDS: IB: Initialize max_items based on underlying device attributes
 2017-10-04  1:07 UTC  (2+ messages)

[PATCH for-next 0/2] IB/opa_vnic: Add debugfs interface
 2017-10-03 17:05 UTC  (11+ messages)


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).