messages from 2025-12-23 03:28:06 to 2026-01-01 22:18:11 UTC [more...]
[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
2026-01-01 22:13 UTC (30+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
[PATCH v2] bfq: update outdated comment
2026-01-01 15:58 UTC (2+ messages)
[PATCH 00/33 v5] cpuset/isolation: Honour kthreads preferred affinity
2025-12-31 17:35 UTC (67+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
` [PATCH 30/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 31/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 32/33] kthread: Document kthread_affine_preferred()
` [PATCH 33/33] doc: Add housekeeping documentation
[PATCH] bfq: update outdated comment
2025-12-31 17:01 UTC
[bug report] Oops: general protection fault observed with blktests nvme/fc nvme/058
2025-12-31 15:25 UTC
[bug report] Oops: general protection fault observed with blktests nvme/fc nvme/031
2025-12-31 15:20 UTC
[GIT PULL] md-6.19-20251230
2025-12-31 14:00 UTC (2+ messages)
[PATCH v7 00/16] blk-mq: fix possible deadlocks
2025-12-31 8:51 UTC (17+ messages)
` [PATCH v7 01/16] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v7 02/16] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v7 03/16] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [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 v7 14/16] block/blk-rq-qos: cleanup rq_qos_add()
` [PATCH v7 15/16] blk-rq-qos: remove queue frozen from rq_qos_del()
` [PATCH v7 16/16] blk-cgroup: remove queue frozen from blkcg_activate_policy()
[PATCH v6 00/13] blk-mq: fix possible deadlocks
2025-12-31 5:59 UTC (22+ messages)
` [PATCH v6 01/13] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v6 02/13] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v6 03/13] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v6 04/13] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v6 05/13] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v6 06/13] blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()
` [PATCH v6 07/13] blk-mq-debugfs: warn about possible deadlock
` [PATCH v6 08/13] blk-throttle: fix possible deadlock for fs reclaim under rq_qos_mutex
` [PATCH v6 09/13] block/blk-rq-qos: add a new helper rq_qos_add_frozen()
` [PATCH v6 10/13] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
` [PATCH v6 11/13] blk-iocost: "
` [PATCH v6 12/13] blk-iolatency: "
` [PATCH v6 13/13] block/blk-rq-qos: cleanup rq_qos_add()
[PATCH V2 0/3] block: avoid to use bi_vcnt in bio_may_need_split()
2025-12-31 3:00 UTC (4+ 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] blk-mq: skip CPU offline notify on unmapped hctx
2025-12-30 16:02 UTC (3+ messages)
[PATCH 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
2025-12-30 13:20 UTC (4+ messages)
` [PATCH 1/2] ublk: make ublk_ctrl_stop_dev return void
` [PATCH 2/2] ublk: add UBLK_CMD_TRY_STOP_DEV command
[syzbot] Monthly block report (Dec 2025)
2025-12-30 9:52 UTC
[PATCH] fs: remove power of 2 and length boundary atomic write restrictions
2025-12-30 9:01 UTC (4+ messages)
[PATCH] null_blk: Constify struct configfs_item_operations and configfs_group_operations
2025-12-29 15:19 UTC (2+ messages)
Heap info leak in BSG reply_len handling (bsg-lib.c)
2025-12-29 14:46 UTC (2+ messages)
blk-core: use refcount_inc_not_zero in blk_get_queue
2025-12-28 23:28 UTC
[PATCH] brd: replace simple_strtol with kstrtoul in ramdisk_size
2025-12-28 16:27 UTC (2+ messages)
[PATCH V2 0/3] ublk: scan partition in async way
2025-12-28 16:25 UTC (4+ messages)
` [PATCH V2 2/3] selftests/ublk: add test for async partition scan
` [PATCH V2 3/3] selftests/ublk: fix Makefile to rebuild on header changes
[PATCH] block: fix aux stat accumulation destination
2025-12-28 16:07 UTC (5+ messages)
` [PATCH v2 0/1] block,bfq: "
` [PATCH v2 1/1] "
[bug report] kmemleak observed during blktests nvme/fc
2025-12-27 12:10 UTC (4+ messages)
[GIT PULL] Block fixes for 6.19-rc3
2025-12-26 19:50 UTC (2+ messages)
[PATCH blktests v5 0/4] replace module removal with patient module removal
2025-12-26 9:08 UTC (6+ messages)
` [PATCH blktests v5 1/4] check,common/*: "
` [PATCH blktests v5 2/4] srp/rc: "
` [PATCH blktests v5 3/4] check: reimplement _unload_modules() with _patient_rmmod()
` [PATCH blktests v5 4/4] check: check reference count for modprobe --remove --wait success case
[PATCH 00/20] ublk: add support for integrity data
2025-12-26 2:51 UTC (9+ messages)
` [PATCH 10/20] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
` [PATCH 11/20] ublk: move offset check out of __ublk_check_and_get_req()
` [PATCH 12/20] ublk: implement integrity user copy
` [PATCH 13/20] ublk: optimize ublk_user_copy() on daemon task
[PATCH v4 0/2] blktests: use patient module remover
2025-12-25 12:05 UTC (7+ messages)
` [PATCH v4 1/2] blktests: replace module removal with patient module removal
[syzbot] [block?] WARNING in wbt_init_enable_default
2025-12-25 11:39 UTC (2+ messages)
[PATCH v5 00/13] blk-mq: fix possible deadlocks
2025-12-25 9:37 UTC (7+ messages)
` [PATCH v5 05/13] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v5 06/13] blk-mq-debugfs: warn about possible deadlock
[PATCH 0/2] ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
2025-12-23 20:03 UTC (5+ messages)
` [PATCH 1/2] "
[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
2025-12-23 15:17 UTC (7+ messages)
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 17/31] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
[PATCH v2] Do not require atomic writes to be power of 2 sized and aligned on length boundary
2025-12-23 11:34 UTC (7+ messages)
[PATCH AUTOSEL 6.18] block: validate pi_offset integrity limit
2025-12-23 10:05 UTC
[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
2025-12-23 6:33 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).