messages from 2026-01-06 14:14:50 to 2026-01-09 09:09:44 UTC [more...]
[PATCH v7 00/16] blk-mq: fix possible deadlocks
2026-01-09 9:09 UTC (28+ messages)
` [PATCH v7 02/16] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v7 04/16] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v7 05/16] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v7 06/16] blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()
` [PATCH v7 07/16] blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()
` [PATCH v7 08/16] blk-mq-debugfs: warn about possible deadlock
` [PATCH v7 09/16] blk-throttle: fix possible deadlock for fs reclaim under rq_qos_mutex
` [PATCH v7 10/16] block/blk-rq-qos: add a new helper rq_qos_add_frozen()
` [PATCH v7 11/16] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
` [PATCH v7 12/16] blk-iocost: "
` [PATCH v7 13/16] blk-iolatency: "
[PATCH 0/3] blk-cgroup: cleanup and bugfixs in blk-cgroup
2026-01-09 8:46 UTC (14+ messages)
` [PATCH 1/3] blk-cgroup: factor policy pd teardown loop into helper
` [PATCH 2/3] blk-cgroup: fix uaf in blkcg_activate_policy() racing with blkg_free_workfn()
` [PATCH 3/3] blk-cgroup: skip dying blkg in blkcg_activate_policy()
[RFC 0/1] block: export windowed IO P99 latency
2026-01-09 8:31 UTC (2+ messages)
` [RFC 1/1] "
[next-20260108]kernel BUG at drivers/scsi/scsi_lib.c:1173!
2026-01-09 7:21 UTC (4+ messages)
[PATCH v8 0/8] blk-mq: fix possible deadlocks
2026-01-09 6:52 UTC (9+ messages)
` [PATCH v8 1/8] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v8 2/8] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v8 3/8] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v8 4/8] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v8 5/8] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v8 6/8] blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()
` [PATCH v8 7/8] blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()
` [PATCH v8 8/8] blk-mq-debugfs: warn about possible deadlock
move blk-crypto-fallback to sit above the block layer v5
2026-01-09 6:07 UTC (10+ messages)
` [PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer
[RFC v2 00/11] Add dmabuf read/write via io_uring
2026-01-09 5:58 UTC (18+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 10/11] io_uring/rsrc: add dmabuf-backed buffer registeration
[PATCH v2 0/3] block: zero non-PI portion of auto integrity buffer
2026-01-09 5:53 UTC (10+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] block: replace gfp_t with bool in bio_integrity_prep()
` [PATCH v2 3/3] block: use pi_tuple_size in bi_offload_capable()
kernel build failure when CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
2026-01-08 22:27 UTC (10+ messages)
[PATCH] fs: remove power of 2 and length boundary atomic write restrictions
2026-01-08 18:18 UTC (14+ messages)
[PATCH] block: initialize auto integrity buffer opaque
2026-01-08 16:31 UTC (4+ messages)
[PATCH 0/2] Improve some comments
2026-01-08 13:49 UTC (7+ messages)
` [PATCH 1/2] block: fix blk_zone_cond_str() comment
` [PATCH 2/2] block: improve blk_op_str() comment
[PATCH] block: remove redundant kill_bdev() call in set_blocksize()
2026-01-08 13:48 UTC (2+ messages)
[PATCH v4 00/19] ublk: add support for integrity data
2026-01-08 12:46 UTC (29+ messages)
` [PATCH v4 01/19] blk-integrity: take const pointer in blk_integrity_rq()
` [PATCH v4 02/19] ublk: move ublk flag check functions earlier
` [PATCH v4 03/19] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH v4 04/19] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
` [PATCH v4 05/19] ublk: split out ublk_copy_user_bvec() helper
` [PATCH v4 06/19] ublk: split out ublk_user_copy() helper
` [PATCH v4 07/19] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
` [PATCH v4 08/19] ublk: move offset check out of __ublk_check_and_get_req()
` [PATCH v4 09/19] ublk: implement integrity user copy
` [PATCH v4 10/19] ublk: support UBLK_F_INTEGRITY
` [PATCH v4 11/19] ublk: optimize ublk_user_copy() on daemon task
` [PATCH v4 12/19] selftests: ublk: display UBLK_F_INTEGRITY support
` [PATCH v4 13/19] selftests: ublk: add utility to get block device metadata size
` [PATCH v4 14/19] selftests: ublk: add kublk support for integrity params
` [PATCH v4 15/19] selftests: ublk: implement integrity user copy in kublk
` [PATCH v4 16/19] selftests: ublk: support non-O_DIRECT backing files
` [PATCH v4 17/19] selftests: ublk: add integrity data support to loop target
` [PATCH v4 18/19] selftests: ublk: add integrity params test
` [PATCH v4 19/19] selftests: ublk: add end-to-end integrity test
[PATCHv2 0/7] zram: introduce compressed data writeback
2026-01-08 10:36 UTC (9+ messages)
` [PATCHv2 1/7] "
move blk-crypto-fallback to sit above the block layer v4
2026-01-08 9:31 UTC (4+ messages)
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
2026-01-08 8:43 UTC (5+ messages)
[bug report] kernel BUG at lib/list_debug.c:32! triggered by blktests nvme/049
2026-01-08 6:39 UTC (3+ messages)
[PATCH v3 00/19] ublk: add support for integrity data
2026-01-08 2:11 UTC (21+ messages)
` [PATCH v3 03/19] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH v3 09/19] ublk: implement integrity user copy
` [PATCH v3 13/19] selftests: ublk: add utility to get block device metadata size
` [PATCH v3 19/19] selftests: ublk: add end-to-end integrity test
[PATCH v2 00/19] ublk: add support for integrity data
2026-01-08 2:03 UTC (7+ messages)
` [PATCH v2 04/19] ublk: set request integrity params in ublksrv_io_desc
[PATCH v4 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
2026-01-07 21:04 UTC (7+ messages)
` [PATCH v4 1/2] ublk: make ublk_ctrl_stop_dev return void
` [PATCH v4 2/2] ublk: add UBLK_CMD_TRY_STOP_DEV command
[PATCH] blk-mq: avoid stall during boot due to synchronize_rcu_expedited
2026-01-07 16:50 UTC (10+ messages)
[PATCH AUTOSEL 6.18-5.10] block,bfq: fix aux stat accumulation destination
2026-01-07 15:53 UTC
[PATCH v3 0/2] block: Generalize physical entry definition
2026-01-07 15:36 UTC (9+ messages)
[PATCH V2 0/3] block: avoid to use bi_vcnt in bio_may_need_split()
2026-01-07 15:08 UTC (9+ messages)
` [PATCH V2 1/3] block: use bvec iterator helper for bio_may_need_split()
` [PATCH V2 2/3] block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()
` [PATCH V2 3/3] io_uring: remove nr_segs recalculation in io_import_kbuf()
[PATCH] loop: add missing bd_abort_claiming in loop_set_status
2026-01-07 15:08 UTC (2+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-01-07 12:19 UTC (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
2026-01-07 11:56 UTC (3+ messages)
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-01-07 10:53 UTC (3+ messages)
` [PATCH v2 02/27] rust: blk: add __rust_helper to helpers
[PATCH] blk-rq-qos: Remove unlikely() hints from QoS checks
2026-01-07 2:10 UTC (2+ messages)
[PATCH] block: don't merge bios with different app_tags
2026-01-07 2:10 UTC (2+ messages)
[PATCH v3 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
2026-01-06 19:48 UTC (6+ messages)
` [PATCH v3 1/2] ublk: make ublk_ctrl_stop_dev return void
` [PATCH v3 2/2] ublk: add UBLK_CMD_TRY_STOP_DEV command
[PATCH v2 2/2] block: Fix WARN_ON in blk_mq_run_hw_queue when called from interrupt context
2026-01-06 16:35 UTC (4+ messages)
[PATCH v2 2/2] block: Fix WARN_ON in blk_mq_run_hw_queue when called from interrupt context
2026-01-06 14:40 UTC (2+ messages)
[PATCH v2 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
2026-01-06 14:28 UTC (5+ messages)
` [PATCH v2 1/2] ublk: make ublk_ctrl_stop_dev return void
` [PATCH v2 2/2] ublk: add UBLK_CMD_TRY_STOP_DEV command
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