public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-02 06:59:41 to 2025-09-05 15:00:10 UTC [more...]

[PATCH v8 00/12] blk: honor isolcpus configuration
 2025-09-05 14:59 UTC  (7+ messages)
` [PATCH v8 01/12] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v8 02/12] lib/group_cpus: remove dead !SMP code
` [PATCH v8 03/12] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v8 04/12] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v8 05/12] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v8 06/12] nvme-pci: use block layer helpers to constrain queue affinity

qemu-arm64: xfstests crash in bio_iov_iter_get_pages on next-20250904
 2025-09-05 12:58 UTC 

[GIT PULL] Block fixes for 6.17-rc5
 2025-09-05 11:20 UTC 

[GIT PULL] md-6.17-20250905
 2025-09-05 11:10 UTC  (2+ messages)

[PATCH v3] blk-throttle: fix access race during throttle policy activation
 2025-09-05 10:24 UTC 

[PATCH 0/3] block: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-05  8:51 UTC  (4+ messages)
` [PATCH 1/3] drivers/block: replace use of system_wq with system_percpu_wq
` [PATCH 2/3] drivers/block: replace use of system_unbound_wq with system_dfl_wq
` [PATCH 3/3] drivers/block: WQ_PERCPU added to alloc_workqueue users

[PATCH v7 00/10] blk: honor isolcpus configuration
 2025-09-05  7:41 UTC  (9+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()
` [PATCH v7 05/10] scsi: Use block layer helpers to constrain queue affinity

[PATCH blktests] md/002: add raid 0/1/10 requirement
 2025-09-05  7:38 UTC 

[PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split
 2025-09-05  7:06 UTC  (17+ messages)
` [PATCH for-6.18/block 01/16] block: cleanup bio_issue
` [PATCH for-6.18/block 02/16] block: initialize bio issue time in blk_mq_submit_bio()
` [PATCH for-6.18/block 03/16] blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
` [PATCH for-6.18/block 04/16] md: fix mssing blktrace bio split events
` [PATCH for-6.18/block 05/16] blk-crypto: fix missing "
` [PATCH for-6.18/block 06/16] block: factor out a helper bio_submit_split_bioset()
` [PATCH for-6.18/block 07/16] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH for-6.18/block 08/16] md/raid1: convert "
` [PATCH for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH for-6.18/block 11/16] md/raid5: convert "
` [PATCH for-6.18/block 12/16] md/md-linear: "
` [PATCH for-6.18/block 13/16] blk-crypto: "
` [PATCH for-6.18/block 14/16] block: skip unnecessary checks for split bio
` [PATCH for-6.18/block 15/16] block: fix reordered IO in the case recursive split
` [PATCH for-6.18/block 16/16] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()

[PATCH v3 0/2] blk-mq: fix update nr_requests regressions
 2025-09-05  7:20 UTC  (3+ messages)

[PATCH] blk-throttle: check policy bit in blk_throtl_activated()
 2025-09-05  7:19 UTC  (14+ messages)
  ` [PATCH v2] blk-throttle: fix access race during throttle policy activation

[PATCH blktests] common/xfs: fix run_xfs_io_xstat for max atomics
 2025-09-05  3:50 UTC  (2+ messages)

[PATCH v3 0/7] Cleanup free_pages() misuse
 2025-09-04 21:38 UTC  (15+ messages)
` [PATCH v3 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH v3 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH v3 4/7] riscv: "
` [PATCH v3 5/7] powerpc: "
` [PATCH v3 6/7] arm64: "
` [PATCH v3 7/7] virtio_balloon: "

[PATCH] Sanitize set_task_ioprio() permission checks
 2025-09-04 18:03 UTC  (3+ messages)

[PATCH] block: plug attempts to batch allocate tags multiple times
 2025-09-04  6:32 UTC  (5+ messages)

[PATCH] elevator: avoid redundant conditions
 2025-09-04  6:05 UTC  (4+ messages)

[PATCH] blk-map: provide the bdev to bio if one exists
 2025-09-04  5:25 UTC  (2+ messages)

[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
 2025-09-04  5:09 UTC  (44+ messages)
` [PATCH RFC v3 01/15] block: cleanup bio_issue
` [PATCH RFC v3 02/15] block: add QUEUE_FLAG_BIO_ISSUE
` [PATCH RFC v3 03/15] md: fix mssing blktrace bio split events
` [PATCH RFC v3 04/15] blk-crypto: fix missing processing for split bio
` [PATCH RFC v3 05/15] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v3 06/15] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v3 07/15] md/raid1: convert "
` [PATCH RFC v3 11/15] md/md-linear: "
` [PATCH RFC v3 12/15] blk-crypto: "
` [PATCH RFC v3 13/15] block: skip unnecessary checks for split bio
` [PATCH RFC v3 14/15] block: fix disordered IO in the case recursive split

[bug report]kernel BUG at fs/btrfs/zoned.c:2587! triggered by blktests zbd/009
 2025-09-04  2:45 UTC  (3+ messages)

[PATCH] ublk: inline __ublk_ch_uring_cmd()
 2025-09-03 23:36 UTC  (2+ messages)

[RFC][PATCHES] convert ->getgeo() from block_device of partition to gendisk
 2025-09-03 21:16 UTC  (6+ messages)

[PATCHv3 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-09-03 19:33 UTC  (3+ messages)
` [PATCHv3 1/2] blk-integrity: enable p2p source and destination
` [PATCHv3 2/2] blk-mq-dma: bring back p2p request flags

[syzbot] Monthly nbd report (Sep 2025)
 2025-09-03 12:36 UTC 

[PATCHv2 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-09-03 11:02 UTC  (7+ messages)
` [PATCHv2 1/2] blk-integrity: enable p2p source and destination
` [PATCHv2 2/2] blk-mq-dma: bring back p2p request flags

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-09-03  9:53 UTC  (10+ messages)
                  ` [External] "

[PATCH 00/23] ublk: add UBLK_F_BATCH_IO
 2025-09-03  4:42 UTC  (9+ messages)
` [PATCH 01/23] ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()
` [PATCH 02/23] ublk: add `union ublk_io_buf` with improved naming
` [PATCH 03/23] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH 04/23] ublk: add helper of __ublk_fetch()

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-09-03  3:32 UTC  (3+ messages)
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest

[PATCH] block: use int type to store negative value
 2025-09-03  1:21 UTC  (4+ messages)

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-09-02 23:24 UTC  (9+ messages)
  ` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page

[PATCH v7 00/17] rnull: add configfs, remote completion to rnull
 2025-09-02 22:22 UTC  (21+ messages)
` [PATCH v7 01/17] rust: str: normalize imports in `str.rs`
` [PATCH v7 02/17] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v7 03/17] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v7 04/17] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v7 05/17] rust: str: introduce `kstrtobool` function
` [PATCH v7 06/17] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v7 07/17] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v7 08/17] rust: block: use `NullTerminatedFormatter`
` [PATCH v7 09/17] rust: block: remove `RawWriter`
` [PATCH v7 10/17] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v7 11/17] rust: block: add block related constants
` [PATCH v7 12/17] rnull: move driver to separate directory
` [PATCH v7 13/17] rnull: enable configuration via `configfs`
` [PATCH v7 14/17] rust: block: add `GenDisk` private data support
` [PATCH v7 15/17] rust: block: mq: fix spelling in a safety comment
` [PATCH v7 16/17] rust: block: add remote completion to `Request`
` [PATCH v7 17/17] rnull: add soft-irq completion support

[PATCH 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-09-02 14:57 UTC  (6+ messages)
` [PATCH 2/2] blk-mq-dma: bring back p2p request flags

[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
 2025-09-02 14:48 UTC  (17+ messages)
` [PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v5 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v5 13/16] mm/hmm: properly take MMIO path
` [PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v5 15/16] block-dma: properly take MMIO path
` [PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
 2025-09-02 14:46 UTC  (13+ messages)
` [PATCH RFC 4/7] md/raid10: convert read/write to use bio_submit_split()

[syzbot] [mm?] INFO: rcu detected stall in wb_workfn (4)
 2025-09-02 14:41 UTC  (2+ messages)
` [syzbot] [block?] "

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-09-02 14:39 UTC  (9+ messages)

[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-02 12:58 UTC  (7+ messages)
` [PATCH v1 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH v1 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default

[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-02 12:25 UTC  (3+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-02 11:44 UTC  (6+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

Use block device with LIO as target without preventing local access
 2025-09-02  8:31 UTC 

blktests failures with v6.17-rc1 kernel
 2025-09-02  7:44 UTC  (9+ messages)

[PATCH] drbd: fix "seperate"->"separate"
 2025-09-02  7:12 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox