umber-kernel/drivers/md
Benjamin Marzinski e9051992fd dm mpath: make pg_init_delay_msecs settable
[ Upstream commit 218b16992a37ea97b9e09b7659a25a864fb9976f ]

"pg_init_delay_msecs X" can be passed as a feature in the multipath
table and is used to set m->pg_init_delay_msecs in parse_features().
However, alloc_multipath_stage2(), which is called after
parse_features(), resets m->pg_init_delay_msecs to its default value.
Instead, set m->pg_init_delay_msecs in alloc_multipath(), which is
called before parse_features(), to avoid overwriting a value passed in
by the table.

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-03-04 07:21:18 -05:00
..
bcache bcache: fix I/O accounting leak in detached_dev_do_request 2026-02-06 16:57:36 +01:00
dm-pcache dm pcache: fix segment info indexing 2026-01-08 10:17:03 +01:00
dm-vdo dm docs: fix typos 2025-10-03 18:48:02 -07:00
persistent-data
Kconfig dm docs: fix typos 2025-10-03 18:48:02 -07:00
Makefile dm docs: fix typos 2025-10-03 18:48:02 -07:00
dm-audit.c
dm-audit.h
dm-bio-prison-v1.c
dm-bio-prison-v1.h
dm-bio-prison-v2.c
dm-bio-prison-v2.h
dm-bio-record.h
dm-bufio.c dm-bufio: align write boundary on physical block size 2026-01-08 10:17:02 +01:00
dm-builtin.c
dm-cache-background-tracker.c
dm-cache-background-tracker.h
dm-cache-block-types.h
dm-cache-metadata.c
dm-cache-metadata.h
dm-cache-policy-internal.h
dm-cache-policy-smq.c dm: use vmalloc_array() to simplify code 2025-08-19 11:12:50 +02:00
dm-cache-policy.c
dm-cache-policy.h
dm-cache-target.c
dm-clone-metadata.c
dm-clone-metadata.h
dm-clone-target.c
dm-core.h dm: optimize REQ_PREFLUSH with data when using the linear target 2025-09-18 12:58:02 +02:00
dm-crypt.c for-6.17/block-20250728 2025-07-28 16:43:54 -07:00
dm-delay.c
dm-dust.c
dm-ebs-target.c dm-ebs: Mark full buffer dirty even on partial write 2026-01-08 10:17:02 +01:00
dm-era-target.c
dm-exception-store.c dm: replace -EEXIST with -EBUSY 2026-03-04 07:20:12 -05:00
dm-exception-store.h dm-snapshot: fix 'scheduling while atomic' on real-time kernels 2026-01-17 16:35:16 +01:00
dm-flakey.c block: add a bio_init_inline helper 2025-09-09 07:31:59 -06:00
dm-ima.c dm-ima: drop a useless argument 2025-08-19 11:12:50 +02:00
dm-ima.h
dm-init.c
dm-integrity.c dm-integrity: fix recalculation in bitmap mode 2026-03-04 07:21:07 -05:00
dm-io-rewind.c
dm-io-tracker.h
dm-io.c
dm-ioctl.c
dm-kcopyd.c
dm-linear.c mm: remove callers of pfn_t functionality 2025-07-09 22:42:19 -07:00
dm-log-userspace-base.c
dm-log-userspace-transfer.c
dm-log-userspace-transfer.h
dm-log-writes.c dm log-writes: Add missing set_freezable() for freezable kthread 2025-12-18 14:03:40 +01:00
dm-log.c dm: replace -EEXIST with -EBUSY 2026-03-04 07:20:12 -05:00
dm-mpath.c dm mpath: make pg_init_delay_msecs settable 2026-03-04 07:21:18 -05:00
dm-mpath.h
dm-path-selector.c dm: replace -EEXIST with -EBUSY 2026-03-04 07:20:12 -05:00
dm-path-selector.h
dm-ps-historical-service-time.c
dm-ps-io-affinity.c
dm-ps-queue-length.c
dm-ps-round-robin.c
dm-ps-service-time.c
dm-raid.c dm-raid: fix possible NULL dereference with undefined raid type 2025-12-18 14:03:40 +01:00
dm-raid1.c
dm-region-hash.c dm: use vmalloc_array() to simplify code 2025-08-19 11:12:50 +02:00
dm-rq.c dm: clear cloned request bio pointer when last clone bio completes 2026-03-04 07:21:05 -05:00
dm-rq.h
dm-snap-persistent.c
dm-snap-transient.c
dm-snap.c dm-snapshot: fix 'scheduling while atomic' on real-time kernels 2026-01-17 16:35:16 +01:00
dm-stats.c
dm-stats.h
dm-stripe.c dm-stripe: fix a possible integer overflow 2025-08-11 13:17:32 +02:00
dm-switch.c dm: use vmalloc_array() to simplify code 2025-08-19 11:12:50 +02:00
dm-sysfs.c
dm-table.c dm: fix excessive blk-crypto operations for invalid keys 2026-03-04 07:21:11 -05:00
dm-target.c dm: replace -EEXIST with -EBUSY 2026-03-04 07:20:12 -05:00
dm-thin-metadata.c
dm-thin-metadata.h
dm-thin.c dm: use vmalloc_array() to simplify code 2025-08-19 11:12:50 +02:00
dm-uevent.c
dm-uevent.h
dm-unstripe.c dm-unstripe: fix mapping bug when there are multiple targets in a table 2026-03-04 07:21:08 -05:00
dm-verity-fec.c dm-verity: correctly handle dm_bufio_client_create() failure 2026-03-04 07:20:56 -05:00
dm-verity-fec.h dm-verity: disable recursive forward error correction 2026-01-17 16:35:16 +01:00
dm-verity-loadpin.c
dm-verity-target.c dm-verity: disable recursive forward error correction 2026-01-17 16:35:16 +01:00
dm-verity-verify-sig.c
dm-verity-verify-sig.h
dm-verity.h dm-verity: remove support for asynchronous hashes 2025-07-31 15:39:55 +02:00
dm-writecache.c mm: remove callers of pfn_t functionality 2025-07-09 22:42:19 -07:00
dm-zero.c
dm-zone.c dm: use READ_ONCE in dm_blk_report_zones 2026-02-26 14:59:16 -08:00
dm-zoned-metadata.c
dm-zoned-reclaim.c
dm-zoned-target.c md: dm-zoned-target: Initialize return variable r to avoid uninitialized use 2025-07-31 15:39:55 +02:00
dm-zoned.h
dm.c dm: use bio_clone_blkg_association 2026-02-26 14:59:18 -08:00
dm.h
md-autodetect.c
md-bitmap.c md/bitmap: fix GPF in write_page caused by resize race 2026-03-04 07:21:16 -05:00
md-bitmap.h md/md-llbitmap: introduce new lockless bitmap 2025-09-06 17:27:51 +08:00
md-cluster.c md-cluster: fix NULL pointer dereference in process_metadata_update 2026-03-04 07:19:36 -05:00
md-cluster.h
md-linear.c for-6.18/block-20250929 2025-10-02 10:16:56 -07:00
md-llbitmap.c md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout 2026-02-26 14:59:00 -08:00
md.c md raid: fix hang when stopping arrays with metadata through dm-raid 2026-03-04 07:19:36 -05:00
md.h md: fix return value of mddev_trylock 2026-02-26 14:59:01 -08:00
raid0.c for-6.18/block-20250929 2025-10-02 10:16:56 -07:00
raid0.h
raid1-10.c md/md-bitmap: add md_bitmap_registered/enabled() helper 2025-09-06 17:11:45 +08:00
raid1.c md/raid1: fix memory leak in raid1_run() 2026-02-26 14:59:01 -08:00
raid1.h md/raid1: convert to use bio_submit_split_bioset() 2025-09-10 05:23:45 -06:00
raid5-cache.c
raid5-log.h
raid5-ppl.c md: rename recovery_cp to resync_offset 2025-07-31 01:26:04 +08:00
raid5.c md/raid5: fix IO hang with degraded array with llbitmap 2026-02-26 14:59:00 -08:00
raid5.h
raid10.c md/raid10: fix any_working flag handling in raid10_sync_request 2026-02-26 14:59:00 -08:00
raid10.h md/raid10: add a new r10bio flag R10BIO_Returned 2025-09-10 05:23:45 -06:00