linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-14 17:53:13 to 2019-06-25 03:51:28 UTC [more...]

[PATCH v2 0/5] Support Intel AHCI remapped NVMe devices
 2019-06-25  3:51 UTC  (11+ messages)
` [PATCH v2 1/5] ahci: Discover Intel "
` [PATCH v2 2/5] nvme: rename "pci" operations to "mmio"
` [PATCH v2 3/5] nvme: introduce nvme_dev_ops
` [PATCH v2 4/5] nvme: move common definitions to pci.h
` [PATCH v2 5/5] nvme: Intel AHCI remap support

[PATCH v3 1/5] block: add weighted round robin for blkcgroup
 2019-06-25  2:14 UTC  (10+ messages)
` [PATCH v3 2/5] nvme: add get_ams for nvme_ctrl_ops
` [PATCH v3 3/5] nvme-pci: rename module parameter write_queues to read_queues
` [PATCH v3 4/5] genirq/affinity: allow driver's discontigous affinity set
` [PATCH v3 5/5] nvme: add support weighted round robin queue

[PATCH] nvme-pci: Avoid leak if pci_p2pmem_virt_to_bus() returns null
 2019-06-24 23:57 UTC 

[PATCH v3 0/3] NVMe 1.4 Identify Namespace Support
 2019-06-24 23:51 UTC  (17+ messages)
` [PATCH v3 1/3] nvme: Introduce NVMe 1.4 Identify Namespace fields in struct nvme_id_ns
` [PATCH v3 2/3] nvmet: Export NVMe namespace attributes
` [PATCH v3 3/3] nvme: Set physical block size and optimal I/O size according to NVMe 1.4

[PATCH v2] nvme-fc: clean up error messages
 2019-06-24 22:12 UTC 

[PATCH nvme-cli 00/13] Static checker fixes and NVMe 1.4 support
 2019-06-24 20:51 UTC  (20+ messages)
` [PATCH nvme-cli 01/13] Remove superfluous casts
` [PATCH nvme-cli 02/13] Use NULL instead of 0 where a pointer is expected
` [PATCH nvme-cli 03/13] huawei: Declare local functions static
` [PATCH nvme-cli 04/13] seagate: "
` [PATCH nvme-cli 05/13] virtium: Declare local symbols static
` [PATCH nvme-cli 06/13] lightnvm: Fix an endianness issue
` [PATCH nvme-cli 07/13] virtium: "
` [PATCH nvme-cli 08/13] wdc: Fix endianness bugs
` [PATCH nvme-cli 09/13] Avoid using arrays with a variable length
` [PATCH nvme-cli 10/13] nvme-cli: Rework the code for getting and setting NVMf properties
` [PATCH nvme-cli 11/13] nvme-cli: Skip properties that are not supported
` [PATCH nvme-cli 12/13] Introduce NVMe 1.4 Identify Namespace fields in struct nvme_id_ns
` [PATCH nvme-cli 13/13] nvme-cli: Report the NVMe 1.4 NPWG, NPWA, NPDG, NPDA and NOWS fields

[PATCH nvme-cli 0/3] Restore support for older gcc and glibc
 2019-06-24 20:25 UTC  (6+ messages)
` [PATCH nvme-cli 1/3] nvme-cli: Restore support for older gcc versions
` [PATCH nvme-cli 2/3] nvme-cli: Restore RHEL 7 compatibility
` [PATCH nvme-cli 3/3] nvme-cli: Fix more endianness issues

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-06-24 19:37 UTC  (56+ messages)
` [RFC PATCH 01/28] block: Introduce DMA direct request type
` [RFC PATCH 02/28] block: Add dma_vec structure
` [RFC PATCH 03/28] block: Warn on mis-use of dma-direct bios
` [RFC PATCH 04/28] block: Never bounce "
` [RFC PATCH 05/28] block: Skip dma-direct bios in bio_integrity_prep()
` [RFC PATCH 06/28] block: Support dma-direct bios in bio_advance_iter()
` [RFC PATCH 07/28] block: Use dma_vec length in bio_cur_bytes() for dma-direct bios
` [RFC PATCH 08/28] block: Introduce dmavec_phys_mergeable()
` [RFC PATCH 09/28] block: Introduce vec_gap_to_prev()
` [RFC PATCH 10/28] block: Create generic vec_split_segs() from bvec_split_segs()
` [RFC PATCH 11/28] block: Create blk_segment_split_ctx
` [RFC PATCH 12/28] block: Create helper for bvec_should_split()
` [RFC PATCH 13/28] block: Generalize bvec_should_split()
` [RFC PATCH 14/28] block: Support splitting dma-direct bios
` [RFC PATCH 15/28] block: Support counting dma-direct bio segments
` [RFC PATCH 16/28] block: Implement mapping dma-direct requests to SGs in blk_rq_map_sg()
` [RFC PATCH 17/28] block: Introduce queue flag to indicate support for dma-direct bios
` [RFC PATCH 18/28] block: Introduce bio_add_dma_addr()
` [RFC PATCH 19/28] nvme-pci: Support dma-direct bios
` [RFC PATCH 20/28] IB/core: Introduce API for initializing a RW ctx from a DMA address
` [RFC PATCH 21/28] nvmet: Split nvmet_bdev_execute_rw() into a helper function
` [RFC PATCH 22/28] nvmet: Use DMA addresses instead of struct pages for P2P
` [RFC PATCH 23/28] nvme-pci: Remove support for PCI_P2PDMA requests
` [RFC PATCH 24/28] block: Remove PCI_P2PDMA queue flag
` [RFC PATCH 25/28] IB/core: Remove P2PDMA mapping support in rdma_rw_ctx
` [RFC PATCH 26/28] PCI/P2PDMA: Remove SGL helpers
` [RFC PATCH 27/28] PCI/P2PDMA: Remove struct pages that back P2PDMA memory
` [RFC PATCH 28/28] memremap: Remove PCI P2PDMA page memory type

[PATCH 0/2] nvme: flush rescan worker before resetting
 2019-06-24 18:51 UTC  (22+ messages)
` [PATCH 1/2] nvme: Do not remove namespaces during reset
` [PATCH 2/2] nvme: flush scan_work when resetting controller

[RFC] mismatch between chardev and blkdev node names
 2019-06-24 18:35 UTC  (9+ messages)

[GIT PULL] nvme updates for 5.3
 2019-06-24 16:11 UTC  (2+ messages)

[PATCH v3 0/5] Add support Weighted Round Robin for blkcg and nvme
 2019-06-24 14:28 UTC 

[PATCH] nvme-fcloop: Fix inconsistent lock state warnings
 2019-06-22  0:40 UTC  (2+ messages)

[PATCH] nvme-fc: clean up error messages
 2019-06-22  0:38 UTC  (2+ messages)

[PATCH][Repost] nvme-fcloop: Resolve warnings on RCU usage and sleep warnings
 2019-06-22  0:34 UTC  (2+ messages)

[PATCH v2 4/4] nvme: add support weighted round robin queue
 2019-06-21 14:38 UTC  (3+ messages)

[PATCH] nvme-fcloop: Resole warnings on RCU usage and
 2019-06-20 20:07 UTC 

[PATCH V7 0/7] nvme-cli: Introduce nvme-status mapping with errno
 2019-06-20 14:22 UTC  (11+ messages)
` [PATCH V7 1/7] nvme: Do not return in the middle of the subcommand
` [PATCH V7 2/7] fabrics: "
` [PATCH V7 3/7] nvme: Return negative error value for internal errors
` [PATCH V7 4/7] nvme-status: Introduce nvme status module to map errno
` [PATCH V7 5/7] nvme: Return errno mapped for nvme error status
` [PATCH V7 6/7] fabrics: return error when discovery retry exhausted
` [PATCH V7 7/7] fabrics: Return errno mapped for fabrics error status

[PATCH V8 0/5] nvme-trace: Add support for fabrics command
 2019-06-20  8:57 UTC  (2+ messages)

[PATCH v3 0/3] nvme: enable to inject errors into admin commands
 2019-06-20  8:57 UTC  (3+ messages)

[PATCH] nvme: fix possible io failures when removing multipathed ns
 2019-06-20  8:56 UTC  (2+ messages)

[PATCH] nvme-pci: code cleanup
 2019-06-20  8:55 UTC  (2+ messages)

[PATCH] nvme-pci: set the errno on ctrl state change error
 2019-06-20  8:55 UTC  (2+ messages)

[PATCH] nvme-pci: put error value when state change fails
 2019-06-20  8:54 UTC  (2+ messages)

[PATCH] nvmet-rdma: move port tsas initialization to rdma code
 2019-06-20  8:02 UTC  (3+ messages)

Use of WARN in nvme subssytem
 2019-06-20  6:39 UTC  (2+ messages)

[PATCH v4 0/3] nvme: add thermal zone devices
 2019-06-20  6:36 UTC  (2+ messages)

[PATCH 2/3] nvme-pci: remove queue_count_ops for write, poll_queues
 2019-06-20  6:25 UTC  (10+ messages)
` [PATCH 2/3] nvme-pci: remove queue_count_ops for write,poll_queues
  ` [PATCH 0/3] nvme-pci: adjust irq max_vector to avoid WARN()

[PATCH] PCI: Add Intel remapped NVMe device support
 2019-06-19 13:52 UTC  (14+ messages)

[PATCH V6 6/6] fabrics: Return errno mapped for fabrics error status
 2019-06-18  4:17 UTC  (10+ messages)
` [PATCH V6 0/6] nvme-cli: Introduce nvme-status mapping with errno

properly communicate queue limits to the DMA layer
 2019-06-17  9:10 UTC  (7+ messages)
` [PATCH 10/13] megaraid_sas: set virt_boundary_mask in the scsi host

[PATCH v2 0/3] NVMe 1.4 Identify Namespace Support
 2019-06-14 23:56 UTC  (8+ messages)
` [PATCH v2 2/3] nvmet: Export NVMe namespace attributes


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