messages from 2024-11-10 06:33:14 to 2024-11-13 20:52:00 UTC [more...]
don't reorder requests passed to ->queue_rqs
2024-11-13 20:51 UTC (15+ messages)
` [PATCH 1/6] nvme-pci: reverse request order in nvme_queue_rqs
` [PATCH 2/6] virtio_blk: reverse request order in virtio_queue_rqs
` [PATCH 3/6] block: remove rq_list_move
` [PATCH 4/6] block: add a rq_list type
` [PATCH 5/6] block: don't reorder requests in blk_add_rq_to_plug
` [PATCH 6/6] block: don't reorder requests in blk_mq_add_to_batch
[PATCH] nvme-pci: 512 byte aligned dma pool segment quirk
2024-11-13 20:08 UTC (5+ messages)
[GIT PULL] nvme updates for Linux 6.13
2024-11-13 17:44 UTC (2+ messages)
[PATCH v5] nvmet: report ns's vwc not present
2024-11-13 16:58 UTC (4+ messages)
[PATCH 0/2] Add the tracing of reservation commands
2024-11-13 16:58 UTC (3+ messages)
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-11-12 6:01 UTC (27+ messages)
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
[PATCHv2 0/2] Using SGLs for userspace commands
2024-11-13 15:50 UTC (9+ messages)
` [PATCHv2 1/2] nvme-pci: add support for sgl metadata
` [PATCHv2 2/2] nvme-pci: use sgls for all user requests if possible
[PATCH] nvme: use BIT_MASK and GENMASK for NVME definitions
2024-11-13 15:14 UTC (3+ messages)
[PATCH v3 0/8] blk: refactor queue affinity helpers
2024-11-13 14:30 UTC (36+ messages)
` [PATCH v3 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v3 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v3 3/8] virtio: "
` [PATCH v3 4/8] blk-mp: introduce blk_mq_hctx_map_queues
` [PATCH v3 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v3 6/8] nvme: "
` [PATCH v3 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v3 8/8] blk-mq: remove unused queue mapping helpers
[PATCH v4 00/10] blk: refactor queue affinity helpers
2024-11-13 14:26 UTC (11+ messages)
` [PATCH v4 01/10] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v4 02/10] driver core: add irq_get_affinity callback device_driver
` [PATCH v4 03/10] PCI: hookup irq_get_affinity callback
` [PATCH v4 04/10] virtio: "
` [PATCH v4 05/10] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v4 06/10] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 07/10] scsi: hisi_sas: use blk_mq_hctx_map_queues to map queues
` [PATCH v4 08/10] nvme: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 09/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v4 10/10] blk-mq: remove unused queue mapping helpers
[linux-nvme:nvme-6.12] BUILD SUCCESS d451f8fec1fbfdff9c113432d30543bbfced9c76
2024-11-13 10:54 UTC
[PATCH v3 0/2] Introduce service-time multipath policy and document
2024-11-13 10:22 UTC (3+ messages)
Współpraca
2024-11-13 8:50 UTC
[PATCHv11 0/9] write hints with nvme fdp and scsi streams
2024-11-13 4:47 UTC (11+ messages)
` [EXT] "
[PATCH blktest V2] nvme: test nvmet-wq sysfs interface
2024-11-13 4:42 UTC (2+ messages)
[PATCHv4 00/13] nvme target 2.1 and independent identify ns
2024-11-13 1:51 UTC (12+ messages)
` [PATCHv4 03/13] nvmet: implement supported log pages
` [PATCHv4 13/13] nvmet: report ns's vwc not present
CONFIG_NVME_MULTIPATH - Do we need this?
2024-11-13 0:23 UTC
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-12 13:52 UTC (20+ messages)
[PATCH v3 00/17] Provide a new two step DMA mapping API
2024-11-12 7:20 UTC (22+ messages)
` [PATCH v3 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v3 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v3 03/17] iommu: generalize the batched sync after map interface
` [PATCH v3 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v3 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v3 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v3 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v3 09/17] docs: core-api: document the IOVA-based API
` [PATCH v3 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v3 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v3 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v3 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v3 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v3 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v3 17/17] vfio/mlx5: Enable the DMA link API
[PATCH v2 0/6] blk: refactor queue affinity helpers
2024-11-12 7:08 UTC (13+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v2 2/6] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v2 3/6] scsi: hisi_sas: "
` [PATCH v2 4/6] nvme: "
` [PATCH v2 5/6] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v2 6/6] blk-mq: remove unused queue mapping helpers
[PATCH v8 00/10] Read/Write with meta/integrity
2024-11-12 6:51 UTC (6+ messages)
` [PATCH v8 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH blktests 0/8] nvme: prepare for ANA support: cont
2024-11-12 6:57 UTC (19+ messages)
` [PATCH blktests 1/8] nvme/rc: Implement --blkdev none for _nvmet_target_setup()
` [PATCH blktests 2/8] nvme: move _nvmet_target_setup() to common/nvme
` [PATCH blktests 3/8] nvme/016: do not create namespace when setting up the target
` [PATCH blktests 4/8] nvme/017: "
` [PATCH blktests 5/8] nvme/052: "
` [PATCH blktests 6/8] nvme/031: open-code helper functions
` [PATCH blktests 7/8] nvme: rework fcloop
` [PATCH blktests 8/8] nvme: drop arguments from _create_nvmet_port()
[linux-nvme:nvme-6.13] BUILD SUCCESS 8a825d22a70915bd80c811fa93538cf2540af29d
2024-11-12 6:02 UTC
[PATCHv5 RFC 0/3] Add visibility for native NVMe multipath using sysfs
2024-11-12 4:37 UTC (2+ messages)
[PATCH] nvmet: fix the error of point math issue
2024-11-12 1:32 UTC (5+ messages)
[PATCH v6 00/10] Read/Write with metadata/integrity
2024-11-12 1:32 UTC (10+ messages)
` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH] nvme: test nvmet-wq sysfs interface
2024-11-12 0:58 UTC (3+ messages)
[PATCH] nvmet: fix typo in pr log enum
2024-11-11 17:53 UTC (2+ messages)
[linux-nvme:nvme-6.13 7/7] drivers/nvme/target/pr.c:851 nvmet_execute_pr_report() warn: potential pointer math issue ('ctrl_eds' is a 512 bit pointer)
2024-11-11 10:01 UTC (2+ messages)
[PATCH v3 11/17] mm/hmm: provide generic DMA managing logic
2024-11-10 13:46 UTC
[PATCH] nvme-sysfs: add tmt1 and tmt2 attributes
2024-11-10 6:32 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox