public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-23 08:44:20 to 2026-01-27 14:07:36 UTC [more...]

support file system generated / verified integrity information
 2026-01-27 14:07 UTC  (19+ messages)
  ` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
  ` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
  ` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
  ` [PATCH 05/15] block: make max_integrity_io_size public
  ` [PATCH 06/15] block: add fs_bio_integrity helpers
  ` [PATCH 01/15] block: factor out a bio_integrity_action helper

[PATCH 2/3] block: rnull: remove imports available via prelude
 2026-01-27 12:51 UTC  (4+ messages)

bounce buffer direct I/O when stable pages are required v2
 2026-01-27 12:50 UTC  (47+ messages)
  ` [PATCH 01/14] block: refactor get_contig_folio_len
  ` [PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
  ` [PATCH 05/14] block: add helpers to bounce buffer an iov_iter into bios
  ` [PATCH 06/14] iomap: fix submission side handling of completion side errors
  ` [PATCH 07/14] iomap: simplify iomap_dio_bio_iter
  ` [PATCH 08/14] iomap: split out the per-bio logic from iomap_dio_bio_iter
  ` [PATCH 09/14] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
  ` [PATCH 10/14] iomap: free the bio before completing the dio
  ` [PATCH 11/14] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
  ` [PATCH 12/14] iomap: support ioends for direct reads
  ` [PATCH 13/14] iomap: add a flag to bounce buffer direct I/O
  ` [PATCH 14/14] xfs: use bounce buffering direct I/O when the device requires stable pages
    ` [PATCH 02/14] block: open code bio_add_page and fix handling of mismatching P2P ranges
    ` [PATCH 04/14] block: remove bio_release_page
    ` block or iomap tree, was: Re: bounce buffer direct I/O when stable pages are required v2

[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-27 12:45 UTC  (37+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
` [PATCH 30/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 31/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 32/33] kthread: Document kthread_affine_preferred()
` [PATCH 33/33] doc: Add housekeeping documentation

[PATCH blktests] common/fio: ignore fio messages about random generator selection
 2026-01-27 10:07 UTC 

[PATCH] rnbd-clt: fix refcount underflow in device unmap path
 2026-01-27  7:06 UTC  (2+ messages)

[PATCH 3/3] xfs: rework zone GC buffer management
 2026-01-27  6:53 UTC  (4+ messages)

[PATCH] block: remove bio_last_bvec_all
 2026-01-27  4:11 UTC  (3+ messages)

[GIT PULL] md-7.0-20260127
 2026-01-27  4:09 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in blkdev_read_iter
 2026-01-27  2:22 UTC  (5+ messages)

[PATCH v2] selftests: ublk: mark each test start and end time in dmesg
 2026-01-27  1:51 UTC  (2+ messages)

[PATCH v2 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-01-27  1:23 UTC  (6+ messages)
` [PATCH v2 1/3] tracing: Rename `eval_map_wq` and export it for asynchronous use by other modules
` [PATCH v2 2/3] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous
` [PATCH v2 3/3] blktrace: Make init_blk_tracer() asynchronous

[PATCH v3 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-01-27  1:23 UTC  (4+ messages)
` [PATCH v3 1/3] tracing: Rename `eval_map_wq` and allow other parts of tracing use it
` [PATCH v3 2/3] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous
` [PATCH v3 3/3] blktrace: Make init_blk_tracer() asynchronous

bounce buffer direct I/O when stable pages are required v3
 2026-01-26 19:39 UTC  (28+ messages)
` [PATCH 01/15] block: add a BIO_MAX_SIZE constant and use it
` [PATCH 02/15] block: refactor get_contig_folio_len
` [PATCH 03/15] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 04/15] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 05/15] block: remove bio_release_page
` [PATCH 06/15] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 07/15] iomap: fix submission side handling of completion side errors
` [PATCH 08/15] iomap: simplify iomap_dio_bio_iter
` [PATCH 09/15] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 10/15] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 11/15] iomap: free the bio before completing the dio
` [PATCH 12/15] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 13/15] iomap: support ioends for direct reads
` [PATCH 14/15] iomap: add a flag to bounce buffer direct I/O
` [PATCH 15/15] xfs: use bounce buffering direct I/O when the device requires stable pages

[LSF/MM/BPF TOPIC] Block storage copy offloading
 2026-01-26 19:12 UTC  (3+ messages)

[PATCH] selftests: ublk: mark each test start and end time in dmesg
 2026-01-26 15:56 UTC  (4+ messages)

[PATCH] selftests: ublk: improve I/O ordering test with bpftrace
 2026-01-26 14:08 UTC 

What should we do about the nvme atomics mess?
 2026-01-26 13:01 UTC  (13+ messages)

[PATCH] selftests: ublk: use tmpdir for scratch files and improve relative paths use
 2026-01-26  8:33 UTC  (10+ messages)
        ` [PATCH] selftests: ublk: io-reorder triggered in test_generic_01.sh

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (2+ messages)

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-01-26  4:57 UTC  (4+ messages)
` [PATCH V3 4/6] nvmet: ignore discard return value

[PATCH 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-01-26  2:45 UTC  (4+ messages)
` [PATCH 1/3] tracing: Export eval_map_wq for asynchronous use by other modules

[PATCH 0/9] btrfs: used compressed_bio structure for writes
 2026-01-25 22:48 UTC 

[PATCH v2] selftests: ublk: add missing gitignore for metadata_size binary
 2026-01-25 17:12 UTC  (3+ messages)

[PATCH] z2ram: fix a memory leak in z2_open()
 2026-01-25 13:40 UTC 

[PATCH blktests v2 0/2] blktests: add ability for multiple dev sysfs checks
 2026-01-25  7:17 UTC  (2+ messages)

[PATCH 0/2] md/md-llbimtap: fix two corner case problems
 2026-01-24 15:04 UTC  (7+ messages)
` [PATCH 1/2] md/raid5: fix IO hang with degraded array with llbitmap
` [PATCH 2/2] md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout

[syzbot] [block?] INFO: task hung in read_cache_folio (5)
 2026-01-24 13:10 UTC 

[PATCH V2] ublk: document IO reference counting design
 2026-01-24  4:27 UTC 

[PATCH 0/2] ublk: auto buffer helpers rename & document io reference
 2026-01-24  3:18 UTC  (10+ messages)
` [PATCH 1/2] ublk: rename auto buffer registration helpers
` [PATCH 2/2] ublk: document IO reference counting design

[GIT PULL] Block fixes for 6.19-rc7
 2026-01-23 21:24 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Data placement policy for FDP SSD in Ceph and other distributed file systems
 2026-01-23 20:42 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH] selftests: ublk: add missing gitignore for metadata_size binary
 2026-01-23 16:21 UTC  (3+ messages)

[PATCH 0/3] ublk: BATCH_IO fixes
 2026-01-23 12:11 UTC  (5+ messages)
` [PATCH 1/3] ublk: move ublk_mark_io_ready() out of __ublk_fetch()
` [PATCH 2/3] ublk: fix canceling flag handling in batch I/O recovery
` [PATCH 3/3] selftests: ublk: fix test name

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-23 10:16 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