public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-27 14:56:21 to 2026-02-02 08:05:40 UTC [more...]

[PATCH v9 0/8] blk-mq: fix possible deadlocks
 2026-02-02  8:05 UTC  (7+ messages)
` [PATCH v9 1/8] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v9 2/8] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v9 3/8] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v9 4/8] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v9 5/8] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v9 6/8] blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()

[PATCH 0/6] blk-cgroup: fix races in blkcg_activate_policy()
 2026-02-02  7:49 UTC  (4+ messages)
` [PATCH 4/6] blk-cgroup: skip dying blkg "

[Kernel Bug] possible deadlock in set_capacity_and_notify
 2026-02-02  6:42 UTC 

[Kernel Bug] KASAN: slab-use-after-free Read in __blkcg_rstat_flush
 2026-02-02  6:19 UTC 

[PATCH v4 0/5] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-02-02  3:36 UTC  (19+ messages)
` [PATCH v4 1/5] tracing: Rename `eval_map_wq` and allow other parts of tracing use it
` [PATCH v4 2/5] tracing: add trace_async_init boot parameter
` [PATCH v4 3/5] tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event
` [PATCH v4 4/5] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous when trace_async_init set
` [PATCH v4 5/5] blktrace: Make init_blk_tracer() "

[LSF/MM?BFP TOPIC] Block-layer device resets
 2026-02-02  1:46 UTC  (2+ messages)

Recent commits break loop device unmounting
 2026-02-01 10:19 UTC  (2+ messages)

[PATCH] selftests: ublk: organize test directories by test ID
 2026-02-01  3:10 UTC 

[PATCH 0/9] selftests: ublk: test infrastructure improvements
 2026-01-31 21:56 UTC  (11+ messages)
` [PATCH 1/9] selftests: ublk: simplify UBLK_TEST_DIR handling
` [PATCH 2/9] selftests: ublk: refactor test_loop_08 into separate functions
` [PATCH 3/9] selftests: ublk: add _ublk_del_dev helper function
` [PATCH 4/9] selftests: ublk: track created devices for per-test cleanup
` [PATCH 5/9] selftests: ublk: add group-based test targets
` [PATCH 6/9] selftests: ublk: add _ublk_sleep helper for parallel execution
` [PATCH 7/9] selftests: ublk: increase timeouts for parallel test execution
` [PATCH 8/9] selftests: ublk: reorganize tests into integrity and recover groups
` [PATCH 9/9] selftests: ublk: improve I/O ordering test with bpftrace

[PATCH] ublk: remove "can't touch 'ublk_io' any more" comments
 2026-01-31 13:49 UTC  (3+ messages)

[PATCH V2 0/9] ublk: misc improvement in driver and selftests
 2026-01-31 13:49 UTC  (13+ messages)
` [PATCH V2 1/9] ublk: check list membership before cancelling batch fetch command
` [PATCH V2 2/9] ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
` [PATCH V2 3/9] selftests: ublk: derive TID automatically from script name
` [PATCH V2 4/9] selftests: ublk: add selftest for UBLK_F_NO_AUTO_PART_SCAN
` [PATCH V2 5/9] selftests: ublk: rename test_generic_15 to test_part_02
` [PATCH V2 6/9] selftests: ublk: refactor test_null_04 into separate functions
` [PATCH V2 7/9] selftests: ublk: disable partition scan for integrity tests
` [PATCH V2 8/9] selftests: ublk: mark each test start and end time in dmesg
` [PATCH V2 9/9] selftests: ublk: move test temp files into a sub directory

[PATCH v2 0/3] ublk: fix struct ublksrv_ctrl_cmd accesses
 2026-01-31 13:49 UTC  (7+ messages)
` [PATCH v2 1/3] ublk: Validate SQE128 flag before accessing the cmd
` [PATCH v2 2/3] ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd
` [PATCH v2 3/3] ublk: drop ublk_ctrl_start_recovery() header argument

[bug report] kmemleak observed during blktests nvme/fc
 2026-01-31 13:00 UTC  (7+ messages)

[GIT PULL] Block fixes for 6.19-rc8
 2026-01-31  1:01 UTC  (2+ messages)

[PATCH] sed-opal: ignore locking ranges array when not enabling SUM
 2026-01-30 16:33 UTC 

[PATCH 0/6] Extend Single User Mode (SUM) support in sed-opal
 2026-01-30 16:25 UTC  (7+ messages)
` [PATCH 1/6] sed-opal: add IOC_OPAL_REACTIVATE_LSP
` [PATCH 2/6] sed-opal: refactor (split) IOC_OPAL_LR_SETUP internals
` [PATCH 3/6] sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl
` [PATCH 4/6] sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR
` [PATCH 5/6] sed-opal: increase column attribute type size to 64 bits
` [PATCH 6/6] sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl

support file system generated / verified integrity information v2
 2026-01-30 16:08 UTC  (21+ 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
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "

[PATCH 0/4] ublk: fix struct ublksrv_ctrl_cmd accesses
 2026-01-30 16:05 UTC  (9+ messages)
` [PATCH 1/4] ublk: Validate SQE128 flag before accessing the cmd
` [PATCH 2/4] ublk: don't write to struct ublksrv_ctrl_cmd
` [PATCH 3/4] ublk: use READ_ONCE() to read "
` [PATCH 4/4] ublk: drop ublk_ctrl_{start,end}_recovery() header argument

[PATCH] ublk: restore auto buf unregister refcount optimization
 2026-01-30 15:12 UTC  (5+ messages)

[PATCH] block: introduce bdev_rot()
 2026-01-30 15:12 UTC  (3+ messages)

[syzbot] Monthly block report (Jan 2026)
 2026-01-30 12:35 UTC 

[PATCH 0/2] Cleanup patches
 2026-01-30  5:55 UTC  (15+ messages)
` [PATCH 1/2] block: cleanup queue limit features definition
` [PATCH 2/2] block: introduce blk_queue_rot()

[PATCH blktests] nvme/067: test io_uring pass through for NVMe admin queue
 2026-01-30  3:49 UTC  (2+ messages)

[RFC 0/1] block: export windowed IO P99 latency
 2026-01-30  2:59 UTC  (2+ messages)

[BUG] - Short freezes in gameplay due to MMC_CAP_AGGRESSIVE_PM on RTS525A card reader
 2026-01-29 16:30 UTC  (3+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-29 16:13 UTC  (3+ messages)

[PATCH v2 0/2] Optimize secure erase performance for certain Kingston eMMC devices
 2026-01-29 15:07 UTC  (3+ messages)
` [PATCH v2 2/2] mmc: add quirk to optimize certain Kingston eMMC secure erase/trim performance

[PATCH V2] ublk: document IO reference counting design
 2026-01-29 12:47 UTC  (3+ messages)

[PATCH 0/5] ublk: misc improvement in driver and selftests
 2026-01-29 11:45 UTC  (12+ messages)
` [PATCH 1/5] ublk: check list membership before cancelling batch fetch command
` [PATCH 2/5] ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
` [PATCH 3/5] selftests: ublk: derive TID automatically from script name
` [PATCH 4/5] selftests: ublk: mark each test start and end time in dmesg
` [PATCH 5/5] selftests: ublk: add selftest for UBLK_F_NO_AUTO_PART_SCAN

[PATCH blktests v5 0/5] Add support to run against arbitrary targets
 2026-01-29 10:28 UTC  (5+ messages)
` [PATCH blktests v5 5/5] nvme/055: add test for nvme-tcp zero-copy offload

support file system generated / verified integrity information
 2026-01-29  9:23 UTC  (16+ 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 07/15] block: pass a maxlen argument to bio_iov_iter_bounce

[PATCH] selftests: ublk: move test temp files into a sub directory
 2026-01-29  5:40 UTC 

[PATCH v2] rust: block: use pin_init::zeroed
 2026-01-29  5:32 UTC  (3+ messages)

[PATCH] rust: block: use pin_init::zeroed
 2026-01-29  2:53 UTC 

[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-28 21:18 UTC  (10+ messages)
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "

[PATCH] block: remove bio_last_bvec_all
 2026-01-28 21:04 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Block storage copy offloading
 2026-01-28 18:45 UTC  (6+ messages)

[PATCH] block: Replace snprintf with strscpy in check_partition
 2026-01-28 12:28 UTC  (2+ messages)

bounce buffer direct I/O when stable pages are required v3
 2026-01-28 12:17 UTC  (4+ messages)

[PATCH v3 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-01-28  8:39 UTC  (6+ messages)
` [PATCH v3 2/3] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous

[PATCH v2] Do not require atomic writes to be power of 2 sized and aligned on length boundary
 2026-01-28  6:08 UTC  (2+ messages)

[PATCH] rnbd-clt: fix refcount underflow in device unmap path
 2026-01-28  4:16 UTC  (4+ messages)

[syzbot] [block?] possible deadlock in blkdev_read_iter
 2026-01-28  3:41 UTC  (8+ messages)

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


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