messages from 2025-12-19 20:02:54 to 2025-12-26 21:27:03 UTC [more...]
[PATCH 00/33 v5] cpuset/isolation: Honour kthreads preferred affinity
2025-12-26 21:26 UTC (44+ 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
[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 (26+ messages)
` [PATCH 04/20] ublk: add integrity UAPI
` [PATCH 05/20] ublk: move ublk flag check functions earlier
` [PATCH 06/20] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH 07/20] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
` [PATCH 08/20] ublk: add ublk_copy_user_bvec() helper
` [PATCH 09/20] ublk: split out ublk_user_copy() helper
` [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] block: fix aux stat accumulation destination
2025-12-25 16:44 UTC (2+ messages)
[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 v6 00/13] blk-mq: fix possible deadlocks
2025-12-25 10:32 UTC (14+ 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 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] fs: remove power of 2 and length boundary atomic write restrictions
2025-12-24 11:53 UTC
[PATCH 0/2] ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
2025-12-23 20:03 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ublk: add selftest for UBLK_F_NO_AUTO_PART_SCAN
[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 (7+ messages)
[PATCH V2 0/3] ublk: scan partition in async way
2025-12-23 3:27 UTC (4+ messages)
` [PATCH V2 1/3] "
` [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 v2 0/2] block/blk-mq: fix RT kernel issues and interrupt context warnings
2025-12-23 2:18 UTC (6+ messages)
` [PATCH v2 1/2] block/blk-mq: fix RT kernel regression with queue_lock in hot path
` [PATCH v2 2/2] block: Fix WARN_ON in blk_mq_run_hw_queue when called from interrupt context
[PATCH 0/3] ublk: scan partition in async way
2025-12-23 2:18 UTC (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/ublk: add test for async partition scan
` [PATCH 3/3] selftests/ublk: fix Makefile to rebuild on header changes
[PATCH V2] blktrace: log dropped REQ_OP_ZONE_XXX events ver1
2025-12-23 2:13 UTC (6+ messages)
[PATCH] rnull: replace `kernel::c_str!` with C-Strings
2025-12-22 22:36 UTC (3+ messages)
move blk-crypto-fallback to sit above the block layer v3
2025-12-22 22:18 UTC (11+ messages)
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [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 v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-12-22 20:04 UTC (2+ messages)
` (subset) "
[PATCH] lib/group_cpus: fix cross-NUMA CPU assignment in group_cpus_evenly
2025-12-22 13:50 UTC (3+ messages)
[RFC v2 00/17] bio cleanups
2025-12-21 15:39 UTC (19+ messages)
` [RFC v2 01/17] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
` [RFC v2 02/17] bio: rename bio_chain arguments
` [RFC v2 03/17] bio: use bio_io_error more often
` [RFC v2 04/17] bio: add bio_set_status
` [RFC v2 05/17] bio: use bio_set_status for BLK_STS_* status codes
` [RFC v2 06/17] bio: do not check bio->bi_status before assigning to it
` [RFC v2 07/17] block: consecutive blk_status_t error codes
` [RFC v2 08/17] block: fix blk_status_to_{errno,str} inconsistency
` [RFC v2 09/17] block: turn blk_errors array into a macro
` [RFC v2 10/17] block: optimize blk_status <=> errno conversion
` [RFC v2 11/17] bio: bio_set_status from non-zero errno
` [RFC v2 12/17] bio: do not check bio->bi_status before assigning to it (part 2)
` [RFC v2 13/17] xfs: use bio_set_status in xfs_zone_alloc_and_submit
` [RFC v2 14/17] bio: switch to bio_set_status in submit_bio_noacct
` [RFC v2 15/17] bio: never set bi_status to BLK_STS_OK during completion
` [RFC v2 16/17] bio: never set bi_status to BLK_STS_OK during completion (part 2)
` [RFC v2 17/17] bio: add bio_endio_status
[PATCH] Do not require atomic writes to be power of 2 sized and aligned on length boundary
2025-12-21 13:01 UTC (3+ messages)
blktests failures with v6.19-rc1 kernel
2025-12-21 11:33 UTC
[PATCH] Do not require atomic writes to be power of 2 sized and aligned on length boundary
2025-12-21 11:17 UTC
[RFC v2 00/17] bio clenups
2025-12-21 2:51 UTC
[PATCH] brd: replace simple_strtol with kstrtoul in ramdisk_size
2025-12-20 23:59 UTC
[PATCH 2/4] cgroup: Introduce cgroup_level() helper
2025-12-20 21:49 UTC (3+ messages)
[PATCH 0/2] block/blk-mq: fix RT kernel performance regressions
2025-12-20 20:58 UTC (6+ messages)
` [PATCH 1/2] block/blk-mq: fix RT kernel regression with queue_lock in hot path
` [PATCH 2/2] block/blk-mq: convert blk_mq_cpuhp_lock to raw_spinlock for RT
` [syzbot ci] Re: block/blk-mq: fix RT kernel performance regressions
[PATCH next] block: rnbd-clt: Fix signedness bug in init_dev()
2025-12-20 20:25 UTC (2+ messages)
[PATCH] ublk: clean up user copy references on ublk server exit
2025-12-20 20:25 UTC (4+ messages)
[GIT PULL] Block fixes for 6.19-rc2
2025-12-20 17:59 UTC (2+ messages)
[PATCH] Do not require atomic writes to be aligned on length boundary
2025-12-20 17:32 UTC (2+ messages)
[PATCH] partitions: mac: fix exposing free space as partitions
2025-12-20 12:58 UTC
[PATCH RESEND] block: Replace deprecated strcpy in devt_from_devname
2025-12-20 12:57 UTC
[RFC PATCHv5 0/6] zram: introduce writeback bio batching
2025-12-20 11:14 UTC (3+ messages)
` (no subject)
[PATCH 0/3] block: fix bi_vcnt misuse for cloned bio
2025-12-20 8:19 UTC (8+ messages)
` [PATCH 1/3] block: fix bio_may_need_split() by using bvec iterator way
blktests failures with v6.18 kernel
2025-12-20 5:14 UTC (3+ messages)
[PATCH blktests] md/004: md/002: adjust per_host_store to use numeric boolean
2025-12-20 5:09 UTC (2+ messages)
[PATCH blktests v2] test/throtl: don't specify sector_size for scsi_debug target
2025-12-20 5:08 UTC (2+ messages)
[PATCH v4 0/6] Increase SCSI IOPS
2025-12-20 0:28 UTC (8+ messages)
` [PATCH v4 6/6] scsi: core: Improve IOPS in case of host-wide tags
[RFC 00/12] bio cleanups
2025-12-19 20:14 UTC (8+ messages)
` [RFC 06/12] bio: don't check target->bi_status on error
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).