linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-25 17:08:15 to 2016-10-27 14:01:21 UTC [more...]

[PATCH v4 0/12] Fix race conditions related to stopping block layer queues
 2016-10-27 14:01 UTC  (49+ messages)
` [PATCH 01/12] blk-mq: Do not invoke .queue_rq() for a stopped queue
  ` [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 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 v2] Avoid possible hang on device removal
 2016-10-27 13:56 UTC  (3+ messages)

[PATCH] ibsim/Makefile: Add install rpath to linker
 2016-10-27 13:55 UTC 

[PATCH rdma-rc 00/12] First round of mlx5 fixes for 4.9
 2016-10-27 13:36 UTC  (13+ 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-rc 0/6] IB core fixes for 4.9
 2016-10-27 13:36 UTC  (7+ 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

[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 4/8] nvme-rdma: use rdma connection reject helper functions
  ` [PATCH v5 3/8] rdma_cm: add rdma_consumer_reject_data helper function
  ` [PATCH v5 2/8] rdma_cm: add rdma_is_consumer_reject() "
  ` [PATCH v5 8/8] nvmet_rdma: log the connection reject message
  ` [PATCH v5 7/8] ib_isert: "
  ` [PATCH v5 6/8] rds_rdma: "

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

[PATCH 0/3] iopmem : A block device for PCIe memory
 2016-10-27 12:32 UTC  (12+ messages)

[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()

A question regarding "multiple SGL"
 2016-10-27  9:02 UTC  (4+ messages)

Trouble enabling iSER for ConnectX-4 Lx
 2016-10-27  8:48 UTC  (3+ messages)

[PATCH v2 perftest] Support for Chelsio T6 devices
 2016-10-27  7:54 UTC  (3+ messages)

[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  (9+ messages)
` [PATCH v2 8/8] IB/mlx5: Add helper mlx5_ib_post_send_wait
` [PATCH v2 2/8] IB/core: Replace semaphore sm_sem with completion

[PATCH v3 0/9] infiniband: Remove semaphores
 2016-10-27  6:09 UTC  (12+ messages)
  ` [PATCH v3 1/9] IB/core: iwpm_nlmsg_request: Replace semaphore with completion
  ` [PATCH v3 5/9] IB/isert: Replace semaphore sem "
  ` [PATCH v3 8/9] IB/mlx5: Add helper mlx5_ib_post_send_wait
  ` [PATCH v3 9/9] IB/mlx5: Simplify completion into a wait_event
` [PATCH v3 2/9] IB/core: Replace semaphore sm_sem with an atomic wait
` [PATCH v3 3/9] IB/hns: Replace semaphore poll_sem with mutex
` [PATCH v3 4/9] IB/mthca: "
` [PATCH v3 6/9] IB/hns: Replace counting semaphore event_sem with wait_event
` [PATCH v3 7/9] IB/mthca: "

[PATCH rdma-core 0/7] libhns: userspace library for hns
 2016-10-27  3:41 UTC  (13+ messages)
  ` [PATCH rdma-core 1/7] libhns: Add initial main frame
  ` [PATCH rdma-core 2/7] libhns: Add verbs of querying device and querying port
  ` [PATCH rdma-core 3/7] libhns: Add verbs of pd and mr support
  ` [PATCH rdma-core 4/7] libhns: Add verbs of cq support
  ` [PATCH rdma-core 5/7] libhns: Add verbs of qp support
  ` [PATCH rdma-core 6/7] libhns: Add verbs of post_send and post_recv support
  ` [PATCH rdma-core 7/7] libhns: Add consolidated repo for userspace library of hns

[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  (16+ messages)
  ` [PATCH v4 1/8] rdma_cm: add rdma_reject_msg() helper function
  ` [PATCH v4 2/8] rdma_cm: add rdma_is_consumer_reject() "
  ` [PATCH v4 3/8] rdma_cm: add rdma_consumer_reject_data "
  ` [PATCH v4 4/8] nvme-rdma: use rdma connection reject helper functions
  ` [PATCH v4 6/8] rds_rdma: log the connection reject message
  ` [PATCH v4 8/8] nvmet_rdma: "
  ` [PATCH v4 5/8] ib_iser: "
  ` [PATCH v4 7/8] ib_isert: "

[PATCH] Avoid possible hang on device removal
 2016-10-26 16:03 UTC  (5+ messages)

mlx4 RoCE mode without OFED?
 2016-10-26 15:53 UTC  (3+ messages)

NVMeoF Linux GIT repo
 2016-10-26 12:49 UTC  (3+ messages)

Darlehen Angebot 3%
 2016-10-26  8:40 UTC 

[PATCH] IB/mlx4: avoid a -Wmaybe-uninitialize warning
 2016-10-26  6:51 UTC  (2+ messages)

[PATCH 0/7] IB/hfi1: Another round of fixes
 2016-10-25 20:12 UTC  (8+ messages)
  ` [PATCH 1/7] IB/hfi1: Relocate rcvhdrcnt module parameter check
  ` [PATCH 2/7] IB/hfi1: Fix status error code for unsupported packets
  ` [PATCH 3/7] IB/hfi1: Fix ECN processing in prescan_rxq
  ` [PATCH 4/7] IB/hfi1: Get rid of divide in pio buffer allocator
  ` [PATCH 5/7] IB/hfi1: Optimize pio_buf and send_context structs
  ` [PATCH 6/7] IB/hfi1: Prevent hardware counter names from being cut off
  ` [PATCH 7/7] IB/hfi1: Remove incorrect IS_ERR check

[PATCH v3 0/6] connect reject event helpers
 2016-10-25 18:25 UTC  (8+ messages)
` [PATCH v3 1/6] rdma_cm: add rdma_reject_msg() helper function
` [PATCH v3 4/6] nvme-rdma: use rdma connection reject helper functions

[PATCH 03/12] IB/hfi1: Fix an Oops on pci device force remove
 2016-10-25 18:03 UTC  (5+ messages)
` [PATCH v2 "

RDMA_CM_EVENT_REJECTED
 2016-10-25 17:08 UTC  (2+ 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).