public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-31 13:00:46 to 2026-02-05 17:41:41 UTC [more...]

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-05 17:41 UTC  (7+ messages)

[PATCH] drbd: always set BLK_FEAT_STABLE_WRITES
 2026-02-05 17:39 UTC 

[LSF/MM/BPF TOPIC] Documenting the correct pushback on AI inspired (and other) fixes in older drivers
 2026-02-05 16:40 UTC  (3+ messages)

Recent commits break loop device unmounting
 2026-02-05 16:26 UTC  (4+ messages)

[GIT PULL] nvme fixes for 6.19, final
 2026-02-05 15:55 UTC  (7+ messages)

[PATCH V2] blk-cgroup: fix UAF in __blkcg_rstat_flush()
 2026-02-05 15:54 UTC 

[PATCH 0/6] Extend Single User Mode (SUM) support in sed-opal
 2026-02-05 15:09 UTC  (17+ messages)
` [PATCH 1/6] sed-opal: add IOC_OPAL_REACTIVATE_LSP
` [PATCH 6/6] sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl
` [PATCH v2 0/9] Extend Single User Mode (SUM) support in sed-opal
` [PATCH v2 1/9] sed-opal: add UID of Locking Table
` [PATCH v2 2/9] sed-opal: add RangeStartRangeLengthPolicy parameter
` [PATCH v2 3/9] sed-opal: add Admin1PIN parameter
` [PATCH v2 4/9] sed-opal: add IOC_OPAL_REACTIVATE_LSP
` [PATCH v2 5/9] sed-opal: refactor (split) IOC_OPAL_LR_SETUP internals
` [PATCH v2 6/9] sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl
` [PATCH v2 7/9] sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR
` [PATCH v2 8/9] sed-opal: increase column attribute type size to 64 bits
` [PATCH v2 9/9] sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl

[BUG] - Short freezes in gameplay due to MMC_CAP_AGGRESSIVE_PM on RTS525A card reader
 2026-02-05 14:55 UTC  (9+ messages)

[PATCH -next] blk-mq: ABI/sysfs-block: fix docs build warnings
 2026-02-05 13:57 UTC  (2+ messages)

Re: [Samsung] bsg-lib.c patch for double-free error fix
 2026-02-05 13:42 UTC  (4+ messages)
  `  "
    ` [Patch] bsg: initialize request and reply payloads in bsg_prepare_job

[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
 2026-02-05 13:33 UTC  (21+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v14 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v14 4/9] rust: aref: update formatting of use statements
` [PATCH v14 5/9] rust: Add `OwnableRefCounted`
` [PATCH v14 6/9] rust: page: update formatting of `use` statements
` [PATCH v14 7/9] rust: page: convert to `Ownable`
` [PATCH v14 8/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v14 9/9] rust: page: add `from_raw()`

[PATCH blktests] common/fio: ignore fio messages about random generator selection
 2026-02-05 10:14 UTC  (2+ messages)

[PATCH] selftests: ublk: organize test directories by test ID
 2026-02-05  3:49 UTC  (2+ messages)

[PATCH v4 0/2] Optimize secure erase performance for certain Kingston eMMC devices
 2026-02-05  3:42 UTC  (6+ messages)
` [PATCH v4 1/2] block: decouple secure erase size limit from discard size limit
` [PATCH v4 2/2] mmc: add quirk to optimize certain Kingston eMMC secure erase/trim performance
` (subset) [PATCH v4 0/2] Optimize secure erase performance for certain Kingston eMMC devices

[PATCH blktests v2] nvme/067: test io_uring pass through for NVMe admin queue
 2026-02-05  0:57 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Block storage copy offloading
 2026-02-04 23:58 UTC  (2+ messages)

[PATCH] block: remove redundant kill_bdev() call in set_blocksize()
 2026-02-04 16:29 UTC  (3+ messages)

[PATCH] blk-cgroup: add CONFIG_BLK_CGROUP_DEBUG_STATS option
 2026-02-04 16:15 UTC 

[PATCH RFC 0/3] zram: Allow zcomps to manage their own streams
 2026-02-04 13:48 UTC  (4+ messages)
` [PATCH RFC 1/3] zram: Rename zcomp_strm_{init, free}()
` [PATCH RFC 2/3] zram: Introduce zcomp-managed streams
` [PATCH RFC 3/3] zram: Use zcomp-managed streams for async write requests

[PATCH v5 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-02-04 10:15 UTC  (5+ messages)
` [PATCH v5 1/3] tracing: Rename `eval_map_wq` and allow other parts of tracing use it
` [PATCH v5 2/3] blktrace: Make init_blk_tracer() asynchronous
` [PATCH v5 3/3] tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event

[PATCH v2 0/7] blk-cgroup: fix races and deadlocks
 2026-02-04  6:44 UTC  (13+ messages)
` [PATCH v2 1/7] blk-cgroup: protect q->blkg_list iteration in blkg_destroy_all() with blkcg_mutex
` [PATCH v2 2/7] bfq: protect q->blkg_list iteration in bfq_end_wr_async() "
` [PATCH v2 3/7] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH v2 4/7] blk-cgroup: skip dying blkg in blkcg_activate_policy()
` [PATCH v2 5/7] blk-cgroup: factor policy pd teardown loop into helper
` [PATCH v2 6/7] blk-cgroup: allocate pds before freezing queue in blkcg_activate_policy()
` [PATCH v2 7/7] blk-rq-qos: move rq_qos_mutex acquisition inside rq_qos_add/del

[PATCH v3 0/2] Optimize secure erase performance for certain Kingston eMMC devices
 2026-02-04  2:28 UTC  (5+ messages)
` [PATCH v3 1/2] block: decouple secure erase size limit from discard size limit
    ` [EXT] "
` [PATCH v3 2/2] mmc: add quirk to optimize certain Kingston eMMC secure erase/trim performance

[PATCH v7 0/8] blk-mq: introduce new queue attribute async_depth
 2026-02-04  1:58 UTC  (14+ messages)
` [PATCH v7 1/8] block: convert nr_requests to unsigned int
` [PATCH v7 2/8] blk-mq-sched: unify elevators checking for async requests
` [PATCH v7 3/8] blk-mq: factor out a helper blk_mq_limit_depth()
` [PATCH v7 4/8] blk-mq: add a new queue sysfs attribute async_depth
` [PATCH v7 5/8] kyber: covert to use request_queue->async_depth
` [PATCH v7 6/8] mq-deadline: "
` [PATCH v7 7/8] block, bfq: convert "
` [PATCH v7 8/8] blk-mq: add documentation for new queue attribute async_dpeth

[LSF/MM?BFP TOPIC] Block-layer device resets
 2026-02-04  1:50 UTC  (11+ messages)
  ` [LSF/MM/BFP "

[LSF/MM/BPF TOPIC] A block level, active-active replication solution
 2026-02-03 18:04 UTC  (3+ messages)

[PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
 2026-02-03 16:32 UTC  (4+ messages)

[bug report] WARNING: block/blk-mq-debugfs.c:620 at debugfs_create_files.isra.0+0x54/0x60, CPU#220: kworker/u1036:7/70421
 2026-02-03 15:54 UTC  (2+ messages)

[Kernel Bug] KASAN: slab-use-after-free Read in __blkcg_rstat_flush
 2026-02-03 14:46 UTC  (9+ messages)

[PATCH] blk-cgroup: fix UAF in __blkcg_rstat_flush()
 2026-02-03 14:18 UTC  (2+ messages)

[PATCH] block: don't use strcpy to copy blockdev name
 2026-02-03 14:18 UTC  (2+ messages)

[PATCH v2 0/3] ublk: fix struct ublksrv_ctrl_cmd accesses
 2026-02-02 15:38 UTC  (5+ messages)
` [PATCH v2 2/3] ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd

[PATCH v9 0/8] blk-mq: fix possible deadlocks
 2026-02-02 15:21 UTC  (10+ 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 v9 7/8] blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()
` [PATCH v9 8/8] blk-mq-debugfs: warn about possible deadlock

[PATCH] sed-opal: ignore locking ranges array when not enabling SUM
 2026-02-02 15:21 UTC  (3+ messages)

[GIT PULL] md-7.0-20260202
 2026-02-02 14:04 UTC  (2+ messages)

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2026-02-02 13:04 UTC  (19+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH v4 0/6] x86: Cleanups around slow_down_io()
 2026-02-02 10:27 UTC  (2+ messages)

[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 

[PATCH v4 5/5] blktrace: Make init_blk_tracer() asynchronous when trace_async_init set
 2026-02-02  3:36 UTC  (4+ messages)

[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  (2+ messages)

[PATCH V2 0/9] ublk: misc improvement in driver and selftests
 2026-01-31 13:49 UTC  (2+ messages)

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


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