Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-20 16:12:13 to 2019-06-28 07:09:09 UTC [more...]

[PATCH -next] nvme-pci: Make nvme_dev_pm_ops static
 2019-06-28  7:09 UTC  (4+ messages)

[PATCH] nvme-fcloop: Fix inconsistent lock state warnings
 2019-06-28  7:08 UTC  (3+ messages)

[PATCH][Repost] nvme-fcloop: Resolve warnings on RCU usage and sleep warnings
 2019-06-28  7:08 UTC  (3+ messages)

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

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2019-06-28  6:23 UTC 

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-06-28  4:57 UTC  (80+ 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 v3 1/5] block: add weighted round robin for blkcgroup
 2019-06-27 11:03 UTC  (18+ 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-fc: fix module unloads while lports still pending
 2019-06-27  1:09 UTC  (9+ messages)
    ` [EXT] "

[PATCH 0/2] nvme: flush rescan worker before resetting
 2019-06-26 20:22 UTC  (23+ messages)
` [PATCH 2/2] nvme: flush scan_work when resetting controller

[nvme] Invalid SGL for payload:91648 nents:3
 2019-06-26 20:18 UTC  (10+ messages)

[PATCH][next] nvme-trace: fix spelling mistake "spcecific" -> "specific"
 2019-06-26 20:10 UTC  (2+ messages)

[PATCH v4 0/3] nvme: add thermal zone devices
 2019-06-26 15:52 UTC  (7+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] nvme: notify thermal framework when temperature threshold events occur

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-06-26 12:47 UTC  (8+ messages)

[PATCH v2] nvme-fc: clean up error messages
 2019-06-25 21:18 UTC  (5+ messages)

[PATCH] nvme-pci: Avoid leak if pci_p2pmem_virt_to_bus() returns null
 2019-06-25 17:37 UTC  (5+ messages)

[PATCH] nvmet-rdma: Suppress a lockdep complaint
 2019-06-25 15:45 UTC  (5+ messages)

[PATCH v2 0/5] Support Intel AHCI remapped NVMe devices
 2019-06-25  3:51 UTC  (7+ messages)
` [PATCH v2 2/5] nvme: rename "pci" operations to "mmio"

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

[PATCH nvme-cli 00/13] Static checker fixes and NVMe 1.4 support
 2019-06-24 20:51 UTC  (8+ messages)
` [PATCH nvme-cli 01/13] Remove superfluous casts

[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] 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-fc: clean up error messages
 2019-06-22  0:38 UTC  (2+ messages)

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

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


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