linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-08 19:48:00 to 2024-11-13 09:57:53 UTC [more...]

[RFC 0/8] enable bs > ps for block devices
 2024-11-13  9:57 UTC  (12+ messages)
` [RFC 1/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [RFC 2/8] fs/mpage: avoid negative shift for large blocksize
` [RFC 3/8] fs/buffer: restart block_read_full_folio() to avoid array overflow
` [RFC 4/8] fs/buffer fs/mpage: remove large folio restriction
` [RFC 5/8] block/bdev: enable large folio support for large logical block sizes
` [RFC 6/8] block/bdev: lift block size restrictions and use common definition
` [RFC 7/8] nvme: remove superfluous block size check
` [RFC 8/8] bdev: use bdev_io_min() for statx block size

[syzbot] [block?] possible deadlock in loop_reconfigure_limits
 2024-11-13  9:55 UTC  (5+ messages)

[PATCH v3 0/8] blk: refactor queue affinity helpers
 2024-11-13  9:52 UTC  (28+ 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 v3] btrfs: handle bio_split() error
 2024-11-13  9:51 UTC  (2+ messages)

validate queue limits in btrfs
 2024-11-13  8:45 UTC  (3+ messages)
` [PATCH 1/2] block: export blk_validate_limits
` [PATCH 2/2] btrfs: validate queue limits

[bug report] blktests zbd/009 lead kernel panic on latest linux-block/for-next
 2024-11-13  7:20 UTC  (2+ messages)

remove two fields from struct request
 2024-11-13  5:06 UTC  (10+ messages)
  ` [PATCH 1/2] block: remove the write_hint field "
  ` [PATCH 2/2] block: remove the ioprio "

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-13  4:47 UTC  (15+ messages)
` [PATCHv11 3/9] statx: add write hint information
` [PATCHv11 4/9] block: allow ability to limit partition write hints
` [PATCHv11 5/9] block, fs: add write hint to kiocb
` [PATCHv11 7/9] block: export placement hint feature
        ` [EXT] Re: [PATCHv11 0/9] write hints with nvme fdp and scsi streams

[PATCH blktest V2] nvme: test nvmet-wq sysfs interface
 2024-11-13  4:42 UTC  (2+ messages)

[PATCH] block: Drop granularity check in queue_limit_discard_alignment()
 2024-11-12 17:22 UTC  (2+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-12 13:52 UTC  (20+ messages)

[PATCH] virtio-blk: don't keep queue frozen during system suspend
 2024-11-12 12:58 UTC 

[PATCH v4 0/5] RAID 0/1/10 atomic write support
 2024-11-12 12:42 UTC  (6+ messages)
` [PATCH v4 1/5] block: Add extra checks in blk_validate_atomic_write_limits()
` [PATCH v4 2/5] block: Support atomic writes limits for stacked devices
` [PATCH v4 3/5] md/raid0: Atomic write support
` [PATCH v4 4/5] md/raid1: "
` [PATCH v4 5/5] md/raid10: "

[PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep
 2024-11-12 11:48 UTC  (8+ messages)
` [PATCH V2 3/3] block: model freeze & enter queue as lock for supporting lockdep

[RFC PATCH v1] blk-mq: isolate CPUs from hctx
 2024-11-12  9:45 UTC  (2+ 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 v4 0/6] bio_split() error handling rework
 2024-11-12  6:58 UTC  (9+ messages)
` [PATCH v4 1/6] block: Rework bio_split() return value
` [PATCH v4 2/6] block: Error an attempt to split an atomic write in bio_split()
` [PATCH v4 3/6] block: Handle bio_split() errors in bio_submit_split()
` [PATCH v4 4/6] md/raid0: Handle bio_split() errors
` [PATCH v4 5/6] md/raid1: "
` [PATCH v4 6/6] md/raid10: "

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-12  6:01 UTC  (11+ 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 RFC v2 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-12  1:25 UTC  (10+ messages)

[PATCH] nvme: test nvmet-wq sysfs interface
 2024-11-12  0:58 UTC  (3+ messages)

[PATCH V10 0/12] io_uring: support group buffer & ublk zc
 2024-11-12  0:53 UTC  (4+ messages)
` (subset) "

[syzbot] [exfat?] possible deadlock in fat_count_free_clusters
 2024-11-11 13:07 UTC 

pre-calculate max_zone_append_sectors v2
 2024-11-11 16:20 UTC  (6+ messages)
` [PATCH 1/2] block: pre-calculate max_zone_append_sectors
` [PATCH 2/2] nvme-multipath: don't bother clearing max_hw_zone_append_sectors

fix a few zoned append issues v2 (now with Ccs)
 2024-11-11 16:08 UTC  (3+ messages)
` [PATCH 1/5] block: take chunk_sectors into account in bio_split_write_zeroes
  ` (subset) "

[PATCH] ublk: fix ublk_ch_mmap() for 64K page size
 2024-11-11 15:17 UTC  (2+ messages)

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-11 14:59 UTC  (15+ 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

[PATCH v2] aoe: fix the potential use-after-free problem in more places
 2024-11-11 13:53 UTC  (5+ messages)

[PATCH] zram: ZRAM_DEF_COMP should depend on ZRAM
 2024-11-11  9:26 UTC  (2+ messages)

[bug report] fio failed with --fixedbufs
 2024-11-11  8:16 UTC  (3+ messages)

[PATCH v3 11/17] mm/hmm: provide generic DMA managing logic
 2024-11-10 13:46 UTC 

[PATCH] zram: fix NULL pointer in comp_algorithm_show()
 2024-11-10  3:07 UTC  (5+ messages)

[PATCH 0/2] s390/dasd: two small fixes
 2024-11-10  3:07 UTC  (2+ messages)

[PATCH V3] loop: fix type of block size
 2024-11-10  3:07 UTC  (2+ messages)

[GIT PULL] Block fix for 6.12-rc7
 2024-11-09 22:01 UTC  (2+ messages)

iio, syfs, devres: devm_kmalloc not aligned to pow2 size argument
 2024-11-09 21:10 UTC  (5+ 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).