Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 16:03:22 to 2022-02-01 17:50:07 UTC [more...]

[PATCH] nvme/pci: default to simple suspend
 2022-02-01 17:49 UTC  (2+ messages)

[PATCH 0/4] nvme-[tcp|rdma] fix for possible use-after-free
 2022-02-01 15:25 UTC  (10+ messages)
` [PATCH 1/4] nvme-tcp: fix a possible use-after-free in controller reset during load
` [PATCH 2/4] nvme-tcp: fix possible use-after-free in transport error_recovery work
` [PATCH 3/4] nvme-rdma: fix a possible use-after-free in controller reset during load
` [PATCH 4/4] nvme-rdma: fix possible use-after-free in transport error_recovery work

[PATCH v2 0/3] nvme-[tcp|rdma] fix for possible use-after-free
 2022-02-01 12:54 UTC  (4+ messages)
` [PATCH v2 1/3] nvme: fix a possible use-after-free in controller reset during load
` [PATCH v2 2/3] nvme-tcp: fix possible use-after-free in transport error_recovery work
` [PATCH v2 3/3] nvme-rdma: "

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-02-01 10:21 UTC  (6+ messages)

[PATCH 0/9] nvme: add helpers and remove duplicate code
 2022-02-01  8:11 UTC  (19+ messages)
` [PATCH 1/9] nvme-fc: add a helper to initialize connect_q
` [PATCH 2/9] nvme-rdma: use "
` [PATCH 3/9] nvme-tcp: "
` [PATCH 4/9] nvme-loop: "
` [PATCH 5/9] nvme-fc: centralize admin tagset initialization
` [PATCH 6/9] nvme-pci: use helper for "
` [PATCH 7/9] nvme-rdma: "
` [PATCH 8/9] nvme-tcp: "
` [PATCH 9/9] nvme-loop: "

[PATCH V2 0/2] nvmet: add buffered_io support for bdev-ns
 2022-02-01  8:05 UTC  (4+ 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

[PATCH v2] nvme: add vectored-io support for user-passthru
 2022-02-01  8:02 UTC  (2+ messages)

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-01-31 19:00 UTC  (34+ 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 05/24] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [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 15/24] PCI/P2PDMA: Remove 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-31 18:56 UTC  (31+ 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

nvme: IO_PAGE_FAULT logged with Intel SSDPEKKF512G8
 2022-01-31 15:40 UTC  (4+ messages)

ncme-tcp: io_work NULL pointer when racing with queue stop
 2022-01-30  8:47 UTC  (8+ messages)

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

[PATCH V4 0/1] nvme: Add verbose error logging
 2022-01-28 16:40 UTC  (8+ messages)
` [PATCH V4 1/1] "

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

[Bug] nvme blocks PC10 since v5.15 - bisected
 2022-01-27 19:41 UTC  (5+ 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  (6+ messages)

[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  (9+ messages)
` [RFC 3/7] lib: add rocksoft model crc64
` [RFC 5/7] asm-generic: introduce be48 unaligned accessors
` [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  (32+ messages)
` [PATCH V2 02/13] block: move initialization of q->blkg_list into blkcg_init_queue
` [PATCH V2 05/13] block: only account passthrough IO from userspace
` [PATCH V2 07/13] block: move q_usage_counter release into blk_queue_release
` [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 0/5] nvme-fabrics: small cleanup
 2022-01-26 16:32 UTC  (2+ messages)

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

[PATCH] nvme-core: remove unnecessary semicolon
 2022-01-26 16:17 UTC  (2+ 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] 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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).