messages from 2022-04-06 06:36:19 to 2022-04-09 15:12:50 UTC [more...]
use block_device based APIs in block layer consumers v2
2022-04-09 14:32 UTC (31+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH] fix: nvme_update_ns_info method should be called even if nvme_ms_ids_equal return false
2022-04-09 9:11 UTC (11+ messages)
[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
2022-04-08 21:04 UTC
[PATCH v2] RDMA: Split kernel-only global device caps from uverbs device caps
2022-04-08 16:45 UTC (11+ messages)
[PATCH] nvme-core: mark passthru requests RQF_QUIET flag
2022-04-09 0:10 UTC (20+ messages)
properly validate the nvme uniqueue identifiers are unique v2
2022-04-08 17:46 UTC (7+ messages)
` [PATCH 4/4] nvme: check that EUI/GUID/UUID are globally unique
[PATCHv5 0/3] nvmet: unique discovery subsystems
2022-04-08 6:59 UTC (4+ messages)
` [PATCH 1/3] nvmet: make the subsystem type configurable
` [PATCH 2/3] nvmet: per-port discovery subsystem
` [PATCH 3/3] nvmet: include all configured ports in the discovery log page
[PATCHv4 0/3] nvmet: unique discovery subsystems
2022-04-08 5:48 UTC (18+ messages)
` [PATCH 1/3] nvmet: make the subsystem type configurable
` [PATCH 2/3] nvmet: per-port discovery subsystem
` [PATCH 3/3] nvmet: include all configured ports in the discovery log page
[PATCH 0/2] nvmet: handle missing cns and csi values
2022-04-08 5:45 UTC (5+ messages)
` [PATCH 1/2] nvmet: handle admin default command set identifier
` [PATCH 2/2] nvmet: handle disc "
[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
2022-04-07 15:47 UTC (22+ messages)
` [PATCH v6 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v6 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v6 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v6 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v6 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v6 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v6 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v6 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v6 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v6 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v6 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v6 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v6 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v6 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v6 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v6 16/21] block: add check when merging zone device pages
` [PATCH v6 17/21] lib/scatterlist: "
` [PATCH v6 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v6 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v6 21/21] nvme-pci: allow mmaping the CMB in userspace
use block_device based APIs in block layer consumers
2022-04-07 15:26 UTC (61+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [dm-devel] "
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 10/27] block: add a bdev_nonrot helper
` [Ocfs2-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
` [Ocfs2-devel] "
` [PATCH 12/27] block: add a bdev_fua helper
` [Ocfs2-devel] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [Ocfs2-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [Ocfs2-devel] "
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [Ocfs2-devel] "
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [Ocfs2-devel] "
` [PATCH 19/27] block: remove queue_discard_alignment
` [Ocfs2-devel] "
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [Ocfs2-devel] "
` [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line
` [Ocfs2-devel] "
` [PATCH 22/27] block: refactor discard bio size limiting
` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [Cluster-devel] "
` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [Ocfs2-devel] "
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH] nvme-tcp: handle failing req immediately for REQ_FAILFAST_DRIVER
2022-04-07 15:01 UTC (8+ messages)
[PATCHv3 0/3] nvmet: unique discovery subsystem
2022-04-07 10:13 UTC (6+ messages)
` [PATCH 1/3] nvmet: make the subsystem type configurable
` [PATCH 2/3] nvmet: expose discovery subsystems
` [PATCH 3/3] nvmet: include all configured port in the discovery log page
[PATCH] RDMA: Split kernel-only global device caps from uvers device caps
2022-04-06 17:30 UTC (2+ messages)
[PATCH AUTOSEL 5.4 10/17] nvme-multipath: fix hang when disk goes live over reconnect
2022-04-07 1:15 UTC
[PATCH AUTOSEL 5.10 08/25] nvme-pci: add quirks for Samsung X5 SSDs
2022-04-07 1:14 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 17/25] nvme-multipath: fix hang when disk goes live over reconnect
[PATCH AUTOSEL 5.15 08/27] nvme-pci: add quirks for Samsung X5 SSDs
2022-04-07 1:12 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 18/27] nvmet: use a private workqueue instead of the system workqueue
` [PATCH AUTOSEL 5.15 19/27] nvme-multipath: fix hang when disk goes live over reconnect
[PATCH AUTOSEL 5.16 11/30] nvme-pci: add quirks for Samsung X5 SSDs
2022-04-07 1:11 UTC (3+ messages)
` [PATCH AUTOSEL 5.16 21/30] nvmet: use a private workqueue instead of the system workqueue
` [PATCH AUTOSEL 5.16 22/30] nvme-multipath: fix hang when disk goes live over reconnect
[PATCH AUTOSEL 5.17 11/31] nvme-pci: add quirks for Samsung X5 SSDs
2022-04-07 1:10 UTC (3+ messages)
` [PATCH AUTOSEL 5.17 22/31] nvmet: use a private workqueue instead of the system workqueue
` [PATCH AUTOSEL 5.17 23/31] nvme-multipath: fix hang when disk goes live over reconnect
[bug report]nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) MORE DNR observed during blktests
2022-04-06 17:34 UTC (7+ messages)
[PATCHv2 0/3] nvmet: unique discovery subsystem
2022-04-06 11:39 UTC (9+ messages)
` [PATCH 3/3] nvmet: include all configured ports in discovery log page for unique discover controller
[RFC 0/5] big-cqe based uring-passthru
2022-04-06 6:37 UTC (6+ messages)
` [RFC 3/5] io_uring: add infra and support for IORING_OP_URING_CMD
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;
as well as URLs for NNTP newsgroup(s).