Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-21 07:28:19 to 2015-12-08 15:22:17 UTC [more...]

[PATCH] nvme: fix another 32-bit build warning
 2015-12-08 15:22 UTC 

[PATCH] NVMe: Export NVMe attributes to sysfs group
 2015-12-08  0:00 UTC  (3+ messages)

[PATCHv2] NVMe: Add pci error handlers
 2015-12-07 23:30 UTC  (2+ messages)

[PATCH] NVMe: Shutdown fixes
 2015-12-07 22:19 UTC  (16+ messages)

IRQ and CPU Affinity on new Kernels
 2015-12-04 15:19 UTC  (3+ messages)

IRQ and CPU Affinity
 2015-12-03 22:51 UTC 

[RFC PATCH 0/9] vhost-nvme: new qemu nvme backend using nvme target
 2015-12-02 10:07 UTC  (17+ messages)

[PATCH v2] nvme: temporary fix for Apple controller reset
 2015-12-01 20:21 UTC  (8+ messages)

NVMe reset fixes and completion path optimizations, part2
 2015-12-01 18:55 UTC  (12+ messages)
` [PATCH 01/11] NVMe: Simplify metadata setup
` [PATCH 02/11] nvme: fix admin queue depth
` [PATCH 03/11] nvme: factor out a few helpers from req_completion
` [PATCH 04/11] nvme: switch delete SQ/CQ to blk_execute_rq_nowait
` [PATCH 05/11] nvme: switch abort "
` [PATCH 06/11] nvme: special case AEN requests
` [PATCH 07/11] nvme: simplify completion handling
` [PATCH 08/11] nvme: properly free resources for cancelled command
` [PATCH 09/11] nvme: meta_sg doesn't have to be an array
` [PATCH 10/11] nvme: merge iod and cmd_info
` [PATCH 11/11] block: remove REQ_NO_TIMEOUT flag

NVMe reset fixes and completion path optimizations
 2015-12-01 18:52 UTC  (19+ messages)
` [PATCH 01/26] block: defer timeouts to a workqueue
` [PATCH 02/26] nvme: only ignore hardware errors in nvme_create_io_queues
` [PATCH 03/26] nvme: only add a controller to dev_list after it's been fully initialized
` [PATCH 04/26] nvme: protect against simultaneous shutdown invocations
` [PATCH 05/26] nvme: don't take the I/O queue q_lock in nvme_timeout
` [PATCH 06/26] nvme: merge nvme_abort_req and nvme_timeout
` [PATCH 07/26] nvme: add NVME_SC_CANCELLED
` [PATCH 08/26] nvme: simplify resets
` [PATCH 09/26] nvme: do not restart the request timeout if we're resetting the controller
` [PATCH 10/26] nvme: merge probe_work and reset_work
` [PATCH 11/26] nvme: remove dead controllers from a work item
` [PATCH 12/26] nvme: switch abort_limit to an atomic_t
` [PATCH 13/26] NVMe: Implement namespace list scanning
` [PATCH 14/26] NVMe: Use unbounded work queue for all work
` [PATCH 15/26] NVMe: Remove device management handles on remove
` [PATCH 16/26] NVMe: Simplify metadata setup
` [PATCH 17/26] nvme: fix admin queue depth
` [PATCH 18/26] nvme: factor out a few helpers from req_completion

NVMe driver split for Linux 4.5
 2015-12-01 18:01 UTC  (18+ messages)
` [PATCH 01/23] blk-mq: add a flags parameter to blk_mq_alloc_request
` [PATCH 02/23] nvme: move struct nvme_iod to pci.c
` [PATCH 03/23] nvme: split command submission helpers out of pci.c
` [PATCH 04/23] nvme: use offset instead of a struct for registers
` [PATCH 05/23] nvme: split nvme_trans_device_id_page
` [PATCH 06/23] nvme: use vendor it from identify
` [PATCH 07/23] nvme: split a new struct nvme_ctrl out of struct nvme_dev
` [PATCH 08/23] nvme: simplify nvme_setup_prps calling convention
` [PATCH 09/23] nvme: refactor nvme_queue_rq
` [PATCH 10/23] nvme: factor out a nvme_unmap_data helper
` [PATCH 11/23] nvme: move nvme_error_status to common code
` [PATCH 12/23] nvme: move nvme_setup_flush and nvme_setup_rw "
` [PATCH 13/23] nvme: split __nvme_submit_sync_cmd
` [PATCH 14/23] nvme: use the block layer for userspace passthrough metadata
` [PATCH 15/23] nvme: move block_device_operations and ns/ctrl freeing to common code
` [PATCH 16/23] nvme: add explicit quirk handling

NVMe driver split for Linux 4.5, part2
 2015-11-30  8:40 UTC  (10+ messages)
` [PATCH 1/9] nvme: move block_device_operations and ns/ctrl freeing to common code
` [PATCH 2/9] nvme: add explicit quirk handling
` [PATCH 3/9] nvme: move remaining CC setup into nvme_enable_ctrl
` [PATCH 4/9] nvme: move nvme_{enable, disable, shutdown}_ctrl to common code
` [PATCH 5/9] nvme: add a common helper to read Identify Controller data
` [PATCH 6/9] nvme: move the call to nvme_init_identify earlier
` [PATCH 7/9] nvme: move namespace scanning to common code
` [PATCH 8/9] nvme: move chardev and sysfs interface "
` [PATCH 9/9] nvme: refactor set_queue_count

[PATCH v2 0/3] fixes for LightNVM
 2015-11-28  1:44 UTC  (8+ messages)
` [PATCH v2 1/3] lightnvm: missing nvm_lock acquire
` [PATCH v2 2/3] lightnvm: handle targets when corresponding nvm device exit
` [PATCH v2 3/3] nvme: change the interface between nvme and lightnvm

QUEUE_FLAG_NO_SG_MERGE and non-block-mq
 2015-11-27 16:14 UTC  (2+ messages)

[PATCH 0/3] fixes fo LightNVM
 2015-11-26  9:56 UTC  (9+ messages)
` [PATCH 1/3] lightnvm: missing nvm_lock acquire
` [PATCH 2/3] lightnvm: handle targets when corresponding nvm device exit
` [PATCH 3/3] nvme: change the interface between nvme and lightnvm

NVMe mega patchbomb for Linux 4.5-rc
 2015-11-24 22:25 UTC  (27+ messages)
` [PATCH 02/47] block: fix blk_abort_request for blk-mq drivers
` [PATCH 03/47] block: defer timeouts to a workqueue
` [PATCH 04/47] block: provide a new BLK_EH_QUIESCED timeout return value
` [PATCH 05/47] block: remoe REQ_ATOM_COMPLETE wrappers
` [PATCH 06/47] blk-mq: add a flags parameter to blk_mq_alloc_request

[PATCHv2 1/2] blk-mq: allow timer to freeze its own queue
 2015-11-24 20:57 UTC  (8+ messages)
` [PATCHv2 2/2] NVMe: Shutdown fixes

[PATCH] NVMe: Split shutdown work
 2015-11-24 17:58 UTC  (6+ messages)

NVMe mega patchbomb, part2
 2015-11-24 15:21 UTC  (18+ messages)
` [PATCH 01/16] NVMe: Implement namespace list scanning
` [PATCH 02/16] NVMe: Use unbounded work queue for all work
` [PATCH 03/16] NVMe: Remove device management handles on remove
` [PATCH 04/16] NVMe: Simplify metadata setup
` [PATCH 05/16] nvme: fix admin queue depth
` [PATCH 06/16] nvme: make nvme_alloc_request more generic
` [PATCH 07/16] nvme: factor out a nvme_unmap_data helper
` [PATCH 08/16] nvme: factor out a few helpers from req_completion
` [PATCH 09/16] nvme: switch delete SQ/CQ to blk_execute_rq_nowait
` [PATCH 10/16] nvme: switch abort "
` [PATCH 11/16] nvme: special case AEN requests
` [PATCH 12/16] nvme: simplify completion handling
` [PATCH 13/16] nvme: properly free resources for cancelled command
` [PATCH 14/16] nvme: meta_sg doesn't have to be an array
` [PATCH 15/16] nvme: merge iod and cmd_info
` [PATCH 16/16] block: remove REQ_NO_TIMEOUT flag

[RFC PATCH 0/2] Google extension to improve qemu-nvme performance
 2015-11-24 11:01 UTC  (10+ messages)
` [PATCH -qemu] nvme: support Google vendor extension

[PATCH] lightnvm: Simplify config when disabled
 2015-11-23 20:12 UTC  (2+ messages)

nvme lightnvm comments
 2015-11-23 20:09 UTC  (12+ messages)

[PATCH] NVMe: Split shutdown work
 2015-11-23 19:59 UTC 

[PATCH] nvmet: Improve device_path output
 2015-11-23 15:46 UTC  (2+ messages)

NVMe mega patchbomb for Linux 4.5-rc (resend)
 2015-11-22  8:49 UTC  (2+ messages)

[PATCH 1/1] nvme: temporary fix for Apple NVMe controller reset
 2015-11-21 12:16 UTC  (3+ messages)

Question on NVMe SCSI Translation Ref 1.5
 2015-11-21  8:18 UTC  (4+ messages)


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