linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-13 16:12:46 to 2022-01-28 09:04:22 UTC [more...]

[PATCH 0/2] nvme-passthru with vectored-io
 2022-01-28  9:04 UTC  (8+ messages)
  ` [PATCH 1/2] block: introduce and export blk_rq_map_user_vec
  ` [PATCH 2/2] nvme: add vectored-io support for user passthru

[PATCH V2 0/2] nvmet: add buffered_io support for bdev-ns
 2022-01-28  8:51 UTC  (3+ messages)
` [PATCH V2 1/2] nvmet: use i_size_read() to set size for file-ns
` [PATCH V2 2/2] nvmet: allow bdev in buffered_io mode

ncme-tcp: io_work NULL pointer when racing with queue stop
 2022-01-28  3:25 UTC  (6+ messages)

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-01-28  0:26 UTC  (23+ messages)
` [PATCH v5 01/24] ext4/xfs: add page refcount helper
` [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/24] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v5 04/24] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v5 09/24] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v5 10/24] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v5 12/24] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v5 14/24] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v5 16/24] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v5 17/24] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v5 18/24] block: add check when merging zone device pages
` [PATCH v5 19/24] lib/scatterlist: "
` [PATCH v5 20/24] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v5 21/24] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
` [PATCH v5 23/24] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v5 24/24] nvme-pci: allow mmaping the CMB in userspace

[PATCH 1/4] nvme-fabrics: add discovery controller type
 2022-01-27 21:59 UTC  (16+ messages)
` [PATCH 2/4] nvme: add host symbolic name
` [PATCH 3/4] nvme-fabrics: add tp8010 support
` [PATCH 4/4] nvme-fabrics: add explicit deregistration on disconnect

[Bug] nvme blocks PC10 since v5.15 - bisected
 2022-01-27 19:41 UTC  (5+ messages)

[RFC] nvme: Do not reject dynamic controller cntlid
 2022-01-27 17:17 UTC  (2+ messages)

[PATCH] nvme: Use pci_iomap instead of ioremap
 2022-01-27 16:01 UTC  (9+ messages)

[GIT PULL] nvme fixes for Linux 5.17
 2022-01-27 13:53 UTC  (2+ messages)

[PATCH 0/4] nvme-fabrics: add support for TP8010
 2022-01-27 13:25 UTC  (2+ messages)

[PATCH 0/3] nvmet: add buffered_io support for bdev-ns
 2022-01-27 10:07 UTC  (11+ messages)
` [PATCH 1/3] nvmet: add helper to set ns->blkshift value
` [PATCH 2/3] nvmet: add helper to open block device
` [PATCH 3/3] nvmet: allow bdev in buffered_io mode

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-01-27  7:14 UTC 

[linux-nvme:nvme-5.17] BUILD SUCCESS e27e21811c8556556896c4f0ce4fd44400f586d6
 2022-01-27  7:02 UTC 

LSF/MM/BPF: 2022: Call for Proposals
 2022-01-26 19:54 UTC 

[PATCH V5 0/1] nvme: Add verbose error logging
 2022-01-26 19:35 UTC  (3+ messages)
` [PATCH V5 1/1] "

[RFC 0/7] 64-bit data integrity field support
 2022-01-26 16:52 UTC  (13+ messages)
` [RFC 1/7] block: support pi with extended metadata
` [RFC 2/7] nvme: allow integrity on extended metadata formats
` [RFC 3/7] lib: add rocksoft model crc64
` [RFC 4/7] lib: add crc64 tests
` [RFC 5/7] asm-generic: introduce be48 unaligned accessors
` [RFC 6/7] block: add pi for nvme enhanced integrity
` [RFC 7/7] nvme: add support for enhanced metadata

[PATCH V2 00/13] block: don't drain file system I/O on del_gendisk
 2022-01-26 16:37 UTC  (47+ messages)
` [PATCH V2 01/13] block: declare blkcg_[init|exit]_queue in private header
` [PATCH V2 02/13] block: move initialization of q->blkg_list into blkcg_init_queue
` [PATCH V2 03/13] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH V2 04/13] block/wbt: fix negative inflight counter when remove scsi device
` [PATCH V2 05/13] block: only account passthrough IO from userspace
` [PATCH V2 06/13] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH V2 07/13] block: move q_usage_counter release into blk_queue_release
` [PATCH V2 08/13] block: export __blk_mq_unfreeze_queue
` [PATCH V2 09/13] scsi: force unfreezing queue into atomic mode
` [PATCH V2 10/13] block: add helper of disk_release_queue for release queue data for disk
` [PATCH V2 11/13] block: move blk_exit_queue into disk_release
` [PATCH V2 12/13] block: move rq_qos_exit() into disk_release()
` [PATCH V2 13/13] block: don't drain file system I/O on del_gendisk

[PATCH 0/5] nvme-fabrics: small cleanup
 2022-01-26 16:32 UTC  (14+ messages)
` [PATCH 1/5] nvme-fabrics: use consistent zeroout pattern
` [PATCH 2/5] nvme-fabrics: remove unnecessary braces for case
` [PATCH 3/5] nvme-fabrics: use unsigned int type
` [PATCH 5/5] nvme-fabrics: set ret to -ENODEV for error case

[PATCH] nvme-core: remove unnecessary function parameter
 2022-01-26 16:17 UTC  (3+ messages)

[PATCH] nvme-core: remove unnecessary semicolon
 2022-01-26 16:17 UTC  (3+ messages)

[PATCH] nvme-fabrics: remove unneeded variable
 2022-01-26 16:14 UTC  (2+ messages)

[PATCH] nvme-fc: fix typo
 2022-01-26 16:14 UTC  (2+ messages)

[PATCH] nvme: fix possible initialization failure for P4500/P4600 SSDs
 2022-01-26 16:14 UTC  (2+ messages)

[PATCH V4 0/1] nvme: Add verbose error logging
 2022-01-25 23:18 UTC  (7+ messages)
` [PATCH V4 1/1] "

[PATCH] nvme-fabrics: fix returnvar.cocci warnings
 2022-01-25 16:12 UTC 

Wycena paneli fotowoltaicznych
 2022-01-25  9:05 UTC 

[PATCH v4] nvme-tcp: send H2CData PDUs based on MAXH2CDATA
 2022-01-24 21:11 UTC  (3+ messages)

Fotowoltaika - nowe warunki
 2022-01-24  9:11 UTC 

[PATCH] nvme-fabrics: fix returnvar.cocci warnings
 2022-01-23  9:16 UTC  (3+ messages)

[PATCH] nvme-fabrics: Fix state check in nvmf_ctlr_matches_baseopts()
 2022-01-23  9:16 UTC  (2+ messages)

[PATCH v2] nvmet: add support reading with offset from ANA log
 2022-01-19  8:58 UTC  (4+ messages)

[PATCH] nvme-fabrics: fix returnvar.cocci warnings
 2022-01-19  7:40 UTC  (2+ messages)

nvme: IO_PAGE_FAULT logged with Intel SSDPEKKF512G8
 2022-01-18 17:01 UTC  (3+ messages)

[PATCH V2 0/1] nvme: Add verbose error logging
 2022-01-17 13:52 UTC  (3+ messages)
` [PATCH V2 1/1] "

[PATCH] nvme: Mark external NVMe devices as removable
 2022-01-14  2:38 UTC  (7+ messages)


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