aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-init.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05dm: open code dm_get_dev_t in dm_init_initChristoph Hellwig1-1/+3
2023-02-14dm: avoid inline filenamesHeinz Mauelshagen1-1/+0
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen1-1/+1
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-1/+1
2022-12-02dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard1-1/+21
2020-08-04dm init: Set file local variable staticDamien Le Moal1-1/+1
2019-07-15docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-25dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd1-2/+2
2019-06-25dm init: fix incorrect uses of kstrndup()Gen Zhang1-3/+3
2019-06-14docs: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-04-30dm init: fix max devices/targets checksHelen Koike1-4/+4
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen1-1/+1
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike1-0/+303