Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-14 15:08:12 to 2018-05-18 23:51:29 UTC [more...]

[PATCH V6 00/11] nvme: pci: fix & improve timeout handling
 2018-05-18 23:51 UTC  (26+ messages)
` [PATCH V6 01/11] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V6 02/11] nvme: pci: cover timeout for admin commands running in EH
` [PATCH V6 03/11] nvme: pci: unquiesce admin queue after controller is shutdown
` [PATCH V6 04/11] nvme: pci: set nvmeq->cq_vector after alloc cq/sq
` [PATCH V6 05/11] nvme: pci: only wait freezing if queue is frozen
` [PATCH V6 06/11] nvme: pci: freeze queue in nvme_dev_disable() in case of error recovery
` [PATCH V6 07/11] nvme: pci: prepare for supporting error recovery from resetting context
` [PATCH V6 08/11] nvme: pci: move error handling out of nvme_reset_dev()
` [PATCH V6 09/11] nvme: pci: don't unfreeze queue until controller state updating succeeds
` [PATCH V6 10/11] nvme: core: introduce nvme_force_change_ctrl_state()
` [PATCH V6 11/11] nvme: pci: support nested EH

[PATCH 1/6] nvme: Sync request queues on reset
 2018-05-18 23:44 UTC  (9+ messages)
` [PATCH 2/6] nvme-pci: Fix queue freeze criteria "
` [PATCH 3/6] nvme: Move all IO out of controller reset
` [PATCH 4/6] nvme: Allow reset from CONNECTING state
` [PATCH 5/6] nvme-pci: Attempt reset retry for IO failures
` [PATCH 6/6] nvme-pci: Rate limit the nvme timeout warnings

[PATCHSET v2 0/7] Improve nvme completion handling
 2018-05-18 22:46 UTC  (18+ messages)
` [PATCH 1/7] nvme: mark the result argument to nvme_complete_async_event volatile
` [PATCH 2/7] nvme-pci: simplify nvme_cqe_valid
` [PATCH 3/7] nvme-pci: remove cq check after submission
` [PATCH 4/7] nvme-pci: move ->cq_vector == -1 check outside of ->q_lock
` [PATCH 5/7] nvme-pci: handle completions outside of the queue lock
` [PATCH 6/7] nvme-pci: split the nvme queue lock into submission and completion locks
` [PATCH 7/7] nvme-pci: drop IRQ disabling on submission queue lock

[PATCH blktests] Fix block/011 to not use sysfs for device disabling
 2018-05-18 17:42 UTC 

[PATCH] PCI/sysfs: do not allow enabling/disabling a device with a driver
 2018-05-18 17:23 UTC  (2+ messages)

[PATCH RFC v2 0/2] NVMF/RDMA 8K Inline Support
 2018-05-18 16:36 UTC  (9+ messages)
` [PATCH RFC v2 1/2] nvme-rdma: support up to 4 segments of inline data
` [PATCH RFC v2 2/2] nvmet-rdma: support 16K "

[PATCH] nvmet-loop: use nr_phys_segments when map rq to sgl
 2018-05-18  9:09 UTC  (5+ messages)

[PATCH V5] nvmet: add simple file backed ns support
 2018-05-18  9:06 UTC  (5+ messages)

can not load more than 51 nvme rdma device
 2018-05-18  7:19 UTC  (5+ messages)

INTMS/INTMC not being used in NVME interrupt handling
 2018-05-17 18:04 UTC  (4+ messages)

RFC: handle completions outside the queue lock and split the queue lock
 2018-05-17 17:08 UTC  (14+ messages)
` [PATCH 1/7] nvme: mark the result argument to nvme_complete_async_event volatile
` [PATCH 2/7] nvme-pci: simplify nvme_cqe_valid
` [PATCH 3/7] nvme-pci: remove cq check after submission
` [PATCH 4/7] nvme-pci: move ->cq_vector == -1 check outside of ->q_lock
` [PATCH 5/7] nvme-pci: handle completions outside of the queue lock
` [PATCH 6/7] nvme-pci: split the nvme queue lock into submission and completion locks
` [PATCH 7/7] nvme-pci: drop IRQ disabling on submission queue lock

[PATCHSET 0/3] Split queue lock into submission/completion locks
 2018-05-17 16:00 UTC  (16+ messages)
` [PATCH 1/3] nvme: remove ->cq_vector == -1 check in nvme_queue_rq()
` [PATCH 2/3] nvme: split the nvme queue lock into submission and completion locks
` [PATCH 3/3] nvme: drop IRQ disabling on submission queue lock

[PATCH] nvme: handle completions outside of the queue lock
 2018-05-17 15:35 UTC  (14+ messages)

[PATCH] nvme: remove cq check after submission
 2018-05-17 15:06 UTC  (5+ messages)

[PATCH V2] nvme-rdma: fix double free in nvme_rdma_free_queue
 2018-05-17 14:50 UTC  (3+ messages)

[PATCH blktests] Documentation: document prerequisite scriptlets
 2018-05-17 13:44 UTC  (2+ messages)

[PATCH v3] nvme: fix lockdep warning in nvme_mpath_clear_current_path
 2018-05-17 11:52 UTC 

nvme: batch completions and do them outside of the queue lock
 2018-05-17  7:51 UTC  (12+ messages)

[PATCH V5 0/9] nvme: pci: fix & improve timeout handling
 2018-05-16 22:18 UTC  (24+ messages)
` [PATCH V5 9/9] nvme: pci: support nested EH

[PATCH v1 0/3] nvmet-rdma automatic port re-activation
 2018-05-16 12:40 UTC  (6+ messages)
` [PATCH v1 3/3] nvmet: Add port transport state flag

[PATCH V2] nvme-rdma: stop queue first before free it in config admin queue
 2018-05-16 12:06 UTC  (2+ messages)

[PATCH] nvme-rdma: clear NVME_RDMA_Q_LIVE before free the queue
 2018-05-16 11:48 UTC  (4+ messages)

Cannot Connect NVMeoF At Certain NR_IO_Queues Values
 2018-05-15 21:25 UTC  (6+ messages)

[PATCH] NVMe-CLI Fix id-ns fpi field when Human Readable option selected
 2018-05-15 19:53 UTC 

[PATCH v3] nvme: add quirk to force medium priority for SQ creation
 2018-05-15 15:23 UTC  (5+ messages)
        ` Question about stream number

NVMe Poll CQ on timeout
 2018-05-15 13:58 UTC  (4+ messages)

[PATCH 0/5] Misc NVMe lockdep fixes
 2018-05-15  8:11 UTC  (10+ messages)
` [PATCHv2 1/5] nvme: fix lockdep warning in nvme_mpath_clear_current_path
` [PATCH 2/5] nvme: don't hold nvmf_transports_rwsem for more than transport lookups
` [PATCH 3/5] nvme: call nvmf_create_ctrl before checking for duplicate assignment
` [PATCH 4/5] nvmet: use atomic allocations when allocating fc requests
` [PATCH 5/5] nvmet: fcloop: use irqsave spinlocks

[PATCH blktests 1/3] nvme: move _find_nvme_loop_dev to common code
 2018-05-15  6:50 UTC  (3+ messages)

[PATCHv2 blktests] nvme: Add command timeout injection test
 2018-05-14 22:00 UTC  (3+ messages)

[PATCH blktests] nvme: Add command timeout injection test
 2018-05-14 20:10 UTC  (2+ messages)

[PATCH] blktests: use global configfs variable
 2018-05-14 20:07 UTC  (2+ messages)

[PATCH RFC 0/2] 8K Inline Support
 2018-05-14 18:33 UTC  (4+ messages)
` [PATCH RFC 1/2] nvme-rdma: Support 8K inline

[PATCH] nvme: fix lockdep warning in nvme_mpath_clear_current_path
 2018-05-14 16:08 UTC  (6+ messages)

[PATCH] nvme: block ioctls if controller not in a live state
 2018-05-14 15:48 UTC  (3+ messages)

[PATCH v2] nvme: continue keep alive on error
 2018-05-14 15:21 UTC  (3+ messages)

[PATCH v2 0/7] nvme_fc: asynchronous controller create and simple discovery
 2018-05-14 15:08 UTC  (4+ messages)
` [PATCH v2 2/7] nvme: revise nvme_set_queue_count to return error on some nvme status codes


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