aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-init.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05dm: open code dm_get_dev_t in dm_init_initGravatar Christoph Hellwig 1-1/+3
2023-02-14dm: avoid inline filenamesGravatar Heinz Mauelshagen 1-1/+0
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationGravatar Heinz Mauelshagen 1-1/+1
2023-02-14dm: add missing SPDX-License-IndentifiersGravatar Heinz Mauelshagen 1-1/+1
2022-12-02dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesGravatar Peter Korsgaard 1-1/+21
2020-08-04dm init: Set file local variable staticGravatar Damien Le Moal 1-1/+1
2019-07-15docs: device-mapper: move it to the admin-guideGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-06-25dm init: remove trailing newline from calls to DMERR() and DMINFO()Gravatar Stephen Boyd 1-2/+2
2019-06-25dm init: fix incorrect uses of kstrndup()Gravatar Gen Zhang 1-3/+3
2019-06-14docs: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-04-30dm init: fix max devices/targets checksGravatar Helen Koike 1-4/+4
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayGravatar Andi Kleen 1-1/+1
2019-03-05dm: add support to directly boot to a mapped deviceGravatar Helen Koike 1-0/+303