linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-26 16:33:54 to 2016-10-28 18:51:35 UTC [more...]

[PATCH v4 0/12] Fix race conditions related to stopping block layer queues
 2016-10-28 18:51 UTC  (53+ messages)
` [PATCH 01/12] blk-mq: Do not invoke .queue_rq() for a stopped queue
` [PATCH 04/12] blk-mq: Move more code into blk_mq_direct_issue_request()
` [PATCH 05/12] blk-mq: Introduce blk_mq_quiesce_queue()
` [PATCH 07/12] dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH 08/12] dm: Fix a race condition related to stopping and starting queues
` [PATCH 09/12] SRP transport: Move queuecommand() wait code to SCSI core
` [PATCH 10/12] SRP transport, scsi-mq: Wait for .queue_rq() if necessary
  ` [PATCH 02/12] blk-mq: Introduce blk_mq_hctx_stopped()
  ` [PATCH 03/12] blk-mq: Introduce blk_mq_queue_stopped()
  ` [PATCH 06/12] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
  ` [PATCH 11/12] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
  ` [PATCH 12/12] nvme: Fix a race condition related to stopping queues

[PATCH rdma-core 0/4] Migrate to use kernel uAPI headers
 2016-10-28 18:00 UTC  (11+ messages)
  ` [PATCH rdma-core 1/4] Support -DKERNEL_DIR to use kernel UAPI headers directly
  ` [PATCH rdma-core 2/4] Move rdma_netlink compat into CMake
  ` [PATCH rdma-core 3/4] verbs: Replace infiniband/sa-kern-abi.h with the kernel's uapi/rdma/ib_user_sa.h
  ` [PATCH rdma-core 4/4] ibcm: Replace infiniband/cm_abi.h with the kernel's uapi/rdma/ib_user_cm.h

[PATCH for-next 00/14][PULL request] Mellanox mlx5 core driver updates 2016-10-25
 2016-10-28 17:53 UTC  (2+ messages)

[PATCH rdma-core 0/4] rdma-core infrastructure
 2016-10-28 17:25 UTC  (6+ messages)
` [PATCH rdma-core v2 0/4] rdma-core redhat/ infrastructure
  ` [PATCH rdma-core v2 4/4] redhat/spec: build split rpm packages

RDMA developer gatherings around Kernel Summit and Linux Plumbers in Santa Fe
 2016-10-28 17:17 UTC 

[PATCH rdma-rc 00/12] First round of mlx5 fixes for 4.9
 2016-10-28 16:53 UTC  (19+ messages)
  ` [PATCH rdma-rc 01/12] IB/mlx5: Replace numerical constant with predefined MACRO
  ` [PATCH rdma-rc 02/12] IB/mlx5: Fix atomic cap in indirect UMR
  ` [PATCH rdma-rc 03/12] IB/mlx5: Put non zero value in max_ah
  ` [PATCH rdma-rc 04/12] IB/mlx5: Fix memory leak in query device
  ` [PATCH rdma-rc 05/12] IB/mlx5: Validate requested RQT size
  ` [PATCH rdma-rc 06/12] IB/mlx5: Use cache line size to select CQE stride
  ` [PATCH rdma-rc 07/12] IB/mlx5: Resolve soft lock on massive reg MRs
  ` [PATCH rdma-rc 08/12] IB/mlx5: Wait for all async command completions to complete
  ` [PATCH rdma-rc 09/12] IB/mlx5: Fix fatal error dispatching
  ` [PATCH rdma-rc 10/12] IB/mlx5: Fix reported max SGE calculation
  ` [PATCH rdma-rc 11/12] IB/mlx5: Fix NULL pointer dereference on debug print
  ` [PATCH rdma-rc 12/12] IB/mlx5: Limit mkey page size to 2GB

[PATCH rdma-core 0/7] libhns: userspace library for hns
 2016-10-28 16:40 UTC  (13+ messages)
` [PATCH rdma-core 1/7] libhns: Add initial main frame
` [PATCH rdma-core 5/7] libhns: Add verbs of qp support
` [PATCH rdma-core 7/7] libhns: Add consolidated repo for userspace library of hns

[PATCH] qedr: Fix possible memory leak in qedr_create_qp()
 2016-10-28 16:33 UTC 

[PATCH] qedr: Fix missing unlock on error in qedr_post_send()
 2016-10-28 16:33 UTC 

[RFC ABI V5 00/10] SG-based RDMA ABI Proposal
 2016-10-28 15:46 UTC  (17+ messages)
  ` [RFC ABI V5 01/10] RDMA/core: Refactor IDR to be per-device
  ` [RFC ABI V5 02/10] RDMA/core: Add support for custom types
  ` [RFC ABI V5 03/10] RDMA/core: Add new ioctl interface
  ` [RFC ABI V5 04/10] RDMA/core: Add initialize and cleanup of common types
  ` [RFC ABI V5 05/10] RDMA/core: Add uverbs types, actions, handlers and attributes
  ` [RFC ABI V5 06/10] IB/mlx5: Implement common uverb objects
  ` [RFC ABI V5 07/10] IB/core: Support getting IOCTL header/SGEs from kernel space
  ` [RFC ABI V5 08/10] IB/core: Implement compatibility layer for get context command
  ` [RFC ABI V5 09/10] IB/core: Add create_qp command to the new ABI
  ` [RFC ABI V5 10/10] IB/core: Add modify_qp "

[PATCH rdma-rc 0/6] IB core fixes for 4.9
 2016-10-28 13:00 UTC  (9+ messages)
  ` [PATCH rdma-rc 1/6] IB/uverbs: Fix leak of XRC target QPs
  ` [PATCH rdma-rc 2/6] IB/cm: Mark stale CM id's whenever the mad agent was unregistered
  ` [PATCH rdma-rc 3/6] IB/core: Set routable RoCE gid type for ipv4/ipv6 networks
  ` [PATCH rdma-rc 4/6] IB/core: Add missing check for addr_resolve callback return value
  ` [PATCH rdma-rc 5/6] IB/core: Save QP in ib_flow structure
  ` [PATCH rdma-rc 6/6] IB/core: Avoid unsigned int overflow in sg_alloc_table

[PATCH] IBcore/CM: Issue DREQ when receiving REQ/REP for stale QP
 2016-10-28 11:14 UTC 

[PATCH 0/3] iopmem : A block device for PCIe memory
 2016-10-28  6:46 UTC  (11+ messages)
` [PATCH 2/3] iopmem : Add a block device driver for PCIe attached IO memory
` [PATCH 3/3] iopmem : Add documentation for iopmem driver

[PATCH v2 0/2] mm: unexport __get_user_pages_unlocked()
 2016-10-27 20:34 UTC  (3+ messages)
` [PATCH v2 1/2] mm: add locked parameter to get_user_pages_remote()
` [PATCH v2 2/2] mm: unexport __get_user_pages_unlocked()

Trouble enabling iSER for ConnectX-4 Lx
 2016-10-27 20:15 UTC  (5+ messages)

[PATCH] rdma UAPI: Use __kernel_sockaddr_storage
 2016-10-27 17:55 UTC  (3+ messages)

(#106846819) Leon.nu Forwarding Confirmation - Receive Mail from github-bot-2ukJVAZIZ/Y@public.gmane.org
 2016-10-27 15:27 UTC  (2+ messages)

mlx4 RoCE mode without OFED?
 2016-10-27 15:24 UTC  (4+ messages)

[PATCH] ibsim/Makefile: Add install rpath to linker
 2016-10-27 15:00 UTC  (4+ messages)

A question regarding "multiple SGL"
 2016-10-27 14:50 UTC  (5+ messages)

[PATCH v2 perftest] Support for Chelsio T6 devices
 2016-10-27 14:19 UTC  (4+ messages)

[PATCH rdma-core] qede: fix general protection fault may occur on probe
 2016-10-27 14:05 UTC  (2+ messages)

[PATCH v2] Avoid possible hang on device removal
 2016-10-27 13:56 UTC  (3+ messages)

[linux-rdma/rdma-core] libqedr various fixes (#27)
 2016-10-27 13:31 UTC 

[PATCH v5 0/8] connect reject event helpers
 2016-10-27 12:50 UTC  (16+ messages)
  ` [PATCH v5 1/8] rdma_cm: add rdma_reject_msg() helper function
  ` [PATCH v5 5/8] ib_iser: log the connection reject message
  ` [PATCH v5 3/8] rdma_cm: add rdma_consumer_reject_data helper function
  ` [PATCH v5 4/8] nvme-rdma: use rdma connection reject helper functions
  ` [PATCH v5 2/8] rdma_cm: add rdma_is_consumer_reject() helper function
  ` [PATCH v5 6/8] rds_rdma: log the connection reject message
  ` [PATCH v5 8/8] nvmet_rdma: "
  ` [PATCH v5 7/8] ib_isert: "

(#256468738) Leon.nu Forwarding Confirmation - Receive Mail from github-bot-2ukJVAZIZ/Y@public.gmane.org
 2016-10-27 12:43 UTC 

[PATCH 0/2] mm: unexport __get_user_pages_unlocked()
 2016-10-27 10:59 UTC  (7+ messages)
` [PATCH 1/2] mm: add locked parameter to get_user_pages_remote()
` [PATCH 2/2] mm: unexport __get_user_pages_unlocked()

[bug report] qedr: Add GSI support
 2016-10-27  7:46 UTC  (2+ messages)

[PATCH v4 00/10] infiniband: Remove semaphores
 2016-10-27  7:13 UTC  (12+ messages)
` [PATCH v4 01/10] IB/core: iwpm_nlmsg_request: Replace semaphore with completion
` [PATCH v4 03/10] IB/hns: Replace semaphore poll_sem with mutex
` [PATCH v4 06/10] IB/hns: Replace counting semaphore event_sem with wait_event
` [PATCH v4 07/10] IB/mthca: "
  ` [PATCH v4 02/10] IB/core: Replace semaphore sm_sem with an atomic wait
  ` [PATCH v4 04/10] IB/mthca: Replace semaphore poll_sem with mutex
  ` [PATCH v4 05/10] IB/isert: Replace semaphore sem with completion
  ` [PATCH v4 08/10] IB/mlx5: Add helper mlx5_ib_post_send_wait
  ` [PATCH v4 09/10] IB/mlx5: Replace semaphore umr_common:sem with wait_event
` [PATCH v4 10/10] IB/mlx5: Simplify completion into a wait_event

[PATCH v2 0/8] infiniband: Remove semaphores
 2016-10-27  6:23 UTC  (6+ messages)
` [PATCH v2 8/8] IB/mlx5: Add helper mlx5_ib_post_send_wait

[PATCH v3 0/9] infiniband: Remove semaphores
 2016-10-27  6:09 UTC  (3+ messages)
` [PATCH v3 8/9] IB/mlx5: Add helper mlx5_ib_post_send_wait

[For help] rdma-roce build quesiton
 2016-10-27  2:15 UTC  (3+ messages)

[PATCH v4 0/8] connect reject event helpers
 2016-10-26 19:51 UTC  (5+ messages)
` [PATCH v4 4/8] nvme-rdma: use rdma connection reject helper functions


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