Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-28 14:05:05 to 2014-11-14 16:50:19 UTC [more...]

[PATCH] NVMe: fail pci initialization if the device doesn't have any BARs
 2014-11-14 16:50 UTC 

[PATCH] NVMe: make setup work for devices that don't do INTx
 2014-11-14 16:49 UTC 

[PATCH] NVMe: limit max completion iterations in nvme_process_cq()
 2014-11-14 16:48 UTC 

[PATCH] NVMe: add ->exit_hctx() hook
 2014-11-14 16:47 UTC 

[PATCH] NVMe: Add rw_page support
 2014-11-14 16:32 UTC  (7+ messages)

System hang issue during hibernation resume due to del_gendisk
 2014-11-13 15:39 UTC 

System hang issue during hibernation resume due to del_gendisk
 2014-11-11 16:15 UTC  (3+ messages)

[PATCH 00/11] treewide: mask then shift defects and style updates
 2014-11-10 19:33 UTC  (3+ messages)
` [PATCH 01/11] block: nvme-scsi: Fix probable mask then right shift defects

No subject
 2014-11-10  6:39 UTC 

No subject
 2014-11-10  3:11 UTC 

[patch -next] NVMe: blk_mq_alloc_request() returns error pointers
 2014-11-05 20:41 UTC  (2+ messages)

[PATCH] NVMe: Asynchronous device scan
 2014-11-05 16:19 UTC 

[PATCH] NVMe: Defer namespace add_disk() until after char device creation
 2014-11-05  0:18 UTC 

[PATCH] NVMe: Re-attach waitqueue following device reset
 2014-11-04 23:25 UTC  (4+ messages)

[PATCH] nvme-user: Minor enhancement and fixes
 2014-11-04 14:52 UTC  (4+ messages)

[PATCH] nvme: fixup compiler warning
 2014-11-04  7:12 UTC 

[RFC PATCH 0/5] Enable use of Solid State Hybrid Drives
 2014-10-30 14:17 UTC  (2+ messages)

Questions on Interruption handling
 2014-10-24 17:59 UTC  (8+ messages)

[PATCH v2] Improve performance for virtual NVMe devices
 2014-10-10 21:20 UTC 

[PATCH 0/5] Support for Open-Channel SSDs (was dm-lightnvm)
 2014-10-08 16:13 UTC  (7+ messages)
` [PATCH 1/5] NVMe: Convert to blk-mq
` [PATCH 2/5] block: extend rq_flag_bits
` [PATCH 3/5] lightnvm: Support for Open-Channel SSDs
` [PATCH 4/5] lightnvm: NVMe integration
` [PATCH 5/5] lightnvm: null_blk integration

[PATCH v14] Convert NVMe driver to blk-mq
 2014-10-08 10:18 UTC  (2+ messages)
` [PATCH v14] NVMe: Convert "

[PATCH 1/2] block: Implement support for write zeros
 2014-10-07 14:54 UTC  (4+ messages)
` [PATCH 2/2] NVMe: Implement WRITE_ZEROS support

[PATCH] Improve NVMe performance on large NUMA systems
 2014-10-07  4:19 UTC 

[PATCH] NVMe: Do not over allocate for discard requests
 2014-10-06 21:23 UTC 

[PATCH] Improve performance for virtual NVMe devices
 2014-10-06 19:47 UTC 

nvme_alloc_iod for discard requests
 2014-10-06 18:20 UTC 

4K writes on nvme device vs that on ext4 running on nvme block device
 2014-10-06 10:34 UTC  (4+ messages)

[PATCH] NVMe: Do not open disks that are being deleted
 2014-10-03 17:15 UTC 

NVMe Vendor Extension for performance improvements in a virtual environment
 2014-10-01 22:25 UTC 

CQ Doorbells can be touched after queue deleted
 2014-09-30 19:55 UTC  (3+ messages)

[PATCH v13] Convert NVMe driver to blk-mq
 2014-09-30 18:10 UTC  (4+ messages)
` [PATCH v13] NVMe: Convert "

[PATCH] NVMe: Report device's preferred IO unit
 2014-09-30  0:26 UTC 

Question on IOStat accounting
 2014-09-23 15:31 UTC  (4+ messages)

[PATCH] NVMe: Clear QUEUE_FLAG_STACKABLE
 2014-09-23 15:18 UTC 

[PATCHv2] NVMe: Fix partition detection issue(hot remove followed by hot add)
 2014-09-23 13:45 UTC  (2+ messages)

[PATCH] NVMe: Fix device probe waiting on kthread
 2014-09-22 19:46 UTC 

Dataset management command
 2014-09-18 21:50 UTC  (2+ messages)

[PATCH] NVMe: Updates for 1.1 spec
 2014-09-15 20:08 UTC 

Unable to find /dev/nvme0
 2014-09-13  8:54 UTC  (7+ messages)

[PATCH RESEND] NVMe: Passthrough IOCTL for IO commands
 2014-09-12 22:07 UTC 

[PATCH] NVMe: Add revalidate_disk callback
 2014-09-11 17:20 UTC  (3+ messages)

[PATCH] NVMe: Fix nvmeq waitqueue entry initialization
 2014-09-10 21:48 UTC 

Which core does a NVMe IO request would go?
 2014-09-10 20:26 UTC  (4+ messages)

NVMe multi-core process
 2014-09-02 23:57 UTC  (6+ messages)

Some confusions about NVMe
 2014-08-30 17:15 UTC 

[PATCH] NVMe: Translate NVMe status to errno
 2014-08-29 15:06 UTC 

[PATCH 1/2] NVMe: Remove duplicate compat SG_IO code
 2014-08-27 20:52 UTC  (3+ messages)
` [PATCH 2/2] NVMe: Fix SG_IO status values

Slower operations with NVMe and MD
 2014-08-27 19:34 UTC  (3+ messages)

[PATCHv2] block: Fix dev_t minor allocation lifetime
 2014-08-26 15:05 UTC 

[PATCH] block: Fix dev_t liftime allocations
 2014-08-26 12:32 UTC  (2+ messages)

SR-IOV
 2014-08-23 23:23 UTC  (4+ messages)

[PATCH] fs/block_dev.c: Use hd_part to find block inodes
 2014-08-22 20:32 UTC  (4+ messages)

[PATCH] NVMe: Fix partition detection issue(Hot Remove followed by Hot Add)
 2014-08-22 14:32 UTC  (5+ messages)

[PATCH v12] Convert NVMe driver to blk-mq
 2014-08-21 14:19 UTC  (5+ messages)
` [PATCH v12] NVMe: Convert "

[PATCH] NVMe: Reference count pci device
 2014-08-20  1:15 UTC 

[PATCH] nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
 2014-08-18 14:41 UTC 

[PATCH v11] Convert NVMe driver to blk-mq
 2014-08-15 10:09 UTC  (11+ messages)
` [PATCH v11] NVMe: Convert "

NVMe: Fix partition detection issue during hotplug
 2014-08-06  7:30 UTC  (2+ messages)

[PATCH 1/1] If device hotplug out, controller status become 0xFFFF_FFFF 1. Controller fatal status become true in nvme_kthread() 2. Ready bit will not be reset to 0 in nvme_wait_ready() for controller disable above two scenarios controller status dat
 2014-08-03 17:44 UTC 

[PATCH v2] NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues
 2014-07-29 20:31 UTC 

[PATCH] NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues
 2014-07-25 23:49 UTC  (3+ messages)

Linux-nvme Digest, Vol 28, Issue 17
 2014-07-24  5:03 UTC 

[PATCH v10] Convert NVMe driver to blk-mq
 2014-07-23 19:07 UTC  (5+ messages)
` [PATCH v10] NVMe: Convert "

NVMe: Invalid controller status value, device hotplug out
 2014-07-23 14:24 UTC  (5+ messages)
` [PATCH 1/1] If device hotplug out, controller status become 0xFFFF_FFFF 1. Controller fatal status become true in nvme_kthread() 2. Ready bit will not be reset to 0 in nvme_wait_ready() for controller disable above two scenarios controller status data is not a valid data, since device/controller is already removed (hotplug)

NVMe Vendor Extension for Improved Virtualization
 2014-07-22 17:15 UTC 

NVME User Installation
 2014-07-22 16:14 UTC  (5+ messages)

[PATCH] NVMe: PCI error handling code
 2014-07-21 18:10 UTC 

[PATCH 1/1] NVMe I/O queue depth change to module parameter
 2014-07-20 14:15 UTC  (5+ messages)

[PATCH] NVMe: Fix filesystem sync deadlock on removal
 2014-07-18 17:40 UTC 

Compiling the latest linux-nvme kernel
 2014-07-16 23:28 UTC 

[PATCH 1/1] Replace the dma_alloc_coherent() with dma_zalloc_coherent()
 2014-07-16 17:08 UTC  (6+ messages)

[PATCH] NVMe: Call nvme_free_queue directly
 2014-07-07 15:14 UTC 

NVM Express Format
 2014-07-03 15:48 UTC  (4+ messages)

NVME Kernel Panic due to nvme_free_queue running from call_rcu
 2014-07-03 14:43 UTC  (3+ messages)

[PATCH] NVMe: Write CC before calling enable
 2014-07-02 20:39 UTC  (4+ messages)

[PATCH] NVMe: Add shutdown timeout as module parameter
 2014-07-01 15:33 UTC 

[PATCH] NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config
 2014-06-28 14:05 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