messages from 2026-01-29 20:17:29 to 2026-02-04 15:08:56 UTC [more...]
[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
2026-02-04 15:08 UTC (11+ 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 v4 0/2] Optimize secure erase performance for certain Kingston eMMC devices
2026-02-04 14:33 UTC (5+ 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
[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
[LSF/MM/BPF TOPIC] dmabuf backed read/write
2026-02-04 11:38 UTC (4+ messages)
[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] block: remove redundant kill_bdev() call in set_blocksize()
2026-02-04 2:28 UTC (2+ messages)
[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 "
[BUG] - Short freezes in gameplay due to MMC_CAP_AGGRESSIVE_PM on RTS525A card reader
2026-02-03 18:10 UTC (6+ messages)
[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 0/6] Extend Single User Mode (SUM) support in sed-opal
2026-02-02 23:17 UTC (8+ 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
[PATCH blktests v2] nvme/067: test io_uring pass through for NVMe admin queue
2026-02-02 19:26 UTC
[PATCH v2 0/3] ublk: fix struct ublksrv_ctrl_cmd accesses
2026-02-02 15:38 UTC (8+ 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
[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`
Re: [Samsung] bsg-lib.c patch for double-free error fix
2026-02-02 12:04 UTC
[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 (12+ 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 (5+ messages)
` [PATCH V2 9/9] selftests: ublk: move test temp files into a sub directory
[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)
support file system generated / verified integrity information v2
2026-01-30 16:08 UTC (6+ messages)
` [PATCH 15/15] xfs: support T10 protection information
` [PATCH 06/15] block: add fs_bio_integrity helpers
[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 (3+ 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 (9+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox