public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-14 15:20:56 to 2026-01-21 06:44:38 UTC [more...]

support file system generated / verified integrity information
 2026-01-21  6:43 UTC  (12+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [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 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission

[bug report] nvme-tcp poll queue causes busy loop and 100% CPU in nvme_tcp_poll() on the latest linux-block/for-next
 2026-01-21  2:50 UTC 

[PATCH blktests v7 0/3] replace module removal with patient module removal
 2026-01-21  2:22 UTC  (7+ messages)
` [PATCH blktests v7 1/3] check,common,srp/rc: "
` [PATCH blktests v7 2/3] check: reimplement _unload_modules() with _patient_rmmod()
` [PATCH blktests v7 3/3] check: check reference count for modprobe --remove --wait success case

[PATCH blktests 0/2] blktests: add ability for multiple dev sysfs checks
 2026-01-21  1:38 UTC  (7+ messages)
` [PATCH blktests 1/2] common/rc: support multiple arguments for _require_test_dev_sysfs()
` [PATCH blktests 2/2] block/042: check sysfs values prior to running

[PATCH] ublk: fix ublksrv pid handling for pid namespaces
 2026-01-20 23:48 UTC  (3+ messages)
` [PATCH v4] "

[PATCH V2 0/2] nvme: optimize passthrough IOPOLL completion for local ring context
 2026-01-20 17:24 UTC  (9+ messages)
  ` [PATCH V2 1/2] block: pass io_comp_batch to rq_end_io_fn callback
  ` [PATCH V2 2/2] nvme/io_uring: optimize IOPOLL completions for local ring context

[PATCH 0/6] blk-cgroup: fix races in blkcg_activate_policy()
 2026-01-20 16:30 UTC  (10+ messages)
` [PATCH 1/6] blk-cgroup: protect q->blkg_list iteration in blkg_destroy_all() with blkcg_mutex
` [PATCH 2/6] bfq: protect q->blkg_list iteration in bfq_end_wr_async() "
` [PATCH 3/6] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH 4/6] blk-cgroup: skip dying blkg in blkcg_activate_policy()
` [PATCH 5/6] blk-cgroup: factor policy pd teardown loop into helper
` [PATCH 6/6] blk-cgroup: allocate pds before freezing queue in blkcg_activate_policy()

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-20 15:15 UTC  (3+ messages)
` [PATCH 29/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN

[PATCH 0/2] Fix an error path in disk_update_zone_resources()
 2026-01-20 13:42 UTC  (10+ messages)
` [PATCH 1/2] block: Annotate the queue limits functions
` [PATCH 2/2] block: Fix an error path in disk_update_zone_resources()
` (subset) [PATCH 0/2] "

[PATCH blktests] bcache: add bcache/001
 2026-01-20 13:28 UTC 

[PATCH v4 0/6] x86: Cleanups around slow_down_io()
 2026-01-19 18:26 UTC  (2+ messages)
` [PATCH v4 3/6] block/floppy: Don't use REALLY_SLOW_IO for delays

bounce buffer direct I/O when stable pages are required v2
 2026-01-19 17:45 UTC  (19+ messages)
` [PATCH 01/14] block: refactor get_contig_folio_len
` [PATCH 02/14] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 04/14] block: remove bio_release_page
` [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] Revert "bcache: fix improper use of bi_end_io"
 2026-01-19 15:57 UTC  (13+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-19 14:26 UTC  (2+ messages)

[PATCH blktests] check: add kmemleak support to blktests
 2026-01-19  9:54 UTC  (4+ messages)

[PATCHv2 0/7] zram: introduce compressed data writeback
 2026-01-19  2:34 UTC  (2+ messages)

[PATCH v4 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
 2026-01-18 14:09 UTC  (3+ messages)
` [PATCH v4 2/2] ublk: add UBLK_CMD_TRY_STOP_DEV command

[BUG] ublk: ublk server hangs in D state during STOP_DEV
 2026-01-18 13:14 UTC  (8+ messages)

[PATCH v3 0/2] block: Generalize physical entry definition
 2026-01-18 13:28 UTC  (5+ messages)

[GIT PULL] Block fixes for 6.19-rc6
 2026-01-17  5:00 UTC  (2+ messages)

[REGRESSION] fio 4k randread: ~1–3.5% IOPS regression on linux-next (6.19.0-rc1-next-20251219) vs RHEL9 5.14 on PERC H740P
 2026-01-17  2:44 UTC 

[PATCH V6 00/24] ublk: add UBLK_F_BATCH_IO
 2026-01-16 14:18 UTC  (25+ messages)
` [PATCH V6 01/24] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH V6 02/24] ublk: prepare for not tracking task context for command batch
` [PATCH V6 03/24] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V6 04/24] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V6 05/24] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V6 06/24] ublk: add io events fifo structure
` [PATCH V6 07/24] ublk: add batch I/O dispatch infrastructure
` [PATCH V6 08/24] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V6 09/24] ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()
` [PATCH V6 10/24] ublk: abort requests filled in event kfifo
` [PATCH V6 11/24] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V6 12/24] ublk: document "
` [PATCH V6 13/24] ublk: implement batch request completion via blk_mq_end_request_batch()
` [PATCH V6 14/24] ublk: fix batch I/O recovery -ENODEV error
` [PATCH V6 15/24] selftests: ublk: fix user_data truncation for tgt_data >= 256
` [PATCH V6 16/24] selftests: ublk: replace assert() with ublk_assert()
` [PATCH V6 17/24] selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
` [PATCH V6 18/24] selftests: ublk: add batch buffer management infrastructure
` [PATCH V6 19/24] selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V6 20/24] selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V6 21/24] selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
` [PATCH V6 22/24] selftests: ublk: increase timeout to 150 seconds
` [PATCH V6 23/24] selftests: ublk: add --batch/-b for enabling F_BATCH_IO
` [PATCH V6 24/24] selftests: ublk: support arbitrary threads/queues combination

[bug report] kernel BUG at lib/list_debug.c:32! triggered by blktests nvme/049
 2026-01-16 12:41 UTC  (11+ messages)
    ` [bug report][bisected] "

[PATCH] blk-mq-sched: Remove redundant code in blk_mq_sched_mark_restart_hctx()
 2026-01-16  7:32 UTC  (2+ messages)

[RFC PATCH v2 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-01-16  4:52 UTC  (9+ messages)
` [RFC PATCH v2 1/3] bsg: add bsg_uring_cmd uapi structure
` [RFC PATCH v2 2/3] bsg: add uring_cmd support to BSG generic layer
` [RFC PATCH v2 3/3] bsg: implement SCSI BSG uring_cmd handler
` [RFC PATCH v3 0/3] bsg: add io_uring command support for SCSI passthrough
  ` [RFC PATCH v3 1/3] bsg: add bsg_uring_cmd uapi structure
  ` [RFC PATCH v3 2/3] bsg: add uring_cmd support to BSG generic layer
  ` [RFC PATCH v3 3/3] bsg: implement SCSI BSG uring_cmd handler

[PATCH] block: remove the boring judgment in blk_rq_map_bio_alloc()
 2026-01-16  3:40 UTC  (2+ messages)

[PATCH] nvme: optimize passthrough IOPOLL completion for local ring context
 2026-01-16  2:29 UTC  (3+ messages)

[PATCH 0/2] Improve some comments
 2026-01-15 17:19 UTC  (3+ messages)

[PATCH] rnbd-clt: fix refcount underflow in device unmap path
 2026-01-15 14:22 UTC  (6+ messages)

[PATCH v2 0/3] blk-cgroup: cleanup and bugfixs in blk-cgroup
 2026-01-15  9:39 UTC  (11+ messages)
` [PATCH v2 1/3] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH v2 2/3] blk-cgroup: skip dying blkg in blkcg_activate_policy()

[bug report] kmemleak observed during blktests nvme/fc
 2026-01-15  9:24 UTC  (5+ messages)

[PATCH v3 0/5] x86: Cleanups around slow_down_io()
 2026-01-15  8:48 UTC  (2+ messages)
` [PATCH v3 2/5] block/floppy: Don't use REALLY_SLOW_IO for delays

[PATCH] zram: rename init_lock to dev_lock
 2026-01-15  8:08 UTC 

bounce buffer direct I/O when stable pages are required
 2026-01-15  6:24 UTC  (25+ messages)
` [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

improve zoned XFS GC buffer management v4
 2026-01-15  6:12 UTC  (6+ messages)
` [PATCH 2/3] xfs: use bio_reuse in the zone GC code
` [PATCH 3/3] xfs: rework zone GC buffer management

[PATCH 1/3] zram: use u32 for entry ac_time tracking
 2026-01-15  3:13 UTC  (3+ messages)

[PATCH 2/3] zram: rename internal slot API
 2026-01-15  3:01 UTC  (3+ messages)

[PATCH v2] ublk: fix ublksrv pid handling for pid namespaces
 2026-01-15  1:48 UTC  (3+ messages)
` [PATCH v3] "

[GIT PULL] nvme fixes for Linux 6.19
 2026-01-14 19:36 UTC  (2+ messages)

[PATCH v8 0/8] blk-mq: fix possible deadlocks
 2026-01-14 17:23 UTC  (5+ messages)
` [PATCH v8 2/8] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter

[RESEND PATCHv3 0/2] dm-crypt: support relaxed memory alignment
 2026-01-14 15:49 UTC  (3+ messages)
` [RESEND PATCHv3 1/2] dm-crypt: allow unaligned bio_vecs for direct io
` [RESEND PATCHv3 2/2] dm-crypt: dynamic scatterlist for many segments

[PATCHv2 0/2] dm-crypt: support relaxed memory alignment
 2026-01-14 15:49 UTC  (5+ messages)
` [PATCHv2 1/3] block: remove stacking default dma_alignment
` [PATCHv2 2/3] dm-crypt: allow unaligned bio_vecs for direct io
` [PATCHv2 3/3] dm-crypt: dynamic scatterlist for many segments


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