summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-init.c
Commit message (Expand)AuthorAgeFilesLines
* dm: open code dm_get_dev_t in dm_init_initChristoph Hellwig2023-06-051-1/+3
* dm: avoid inline filenamesHeinz Mauelshagen2023-02-141-1/+0
* dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen2023-02-141-1/+1
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-1/+1
* dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard2022-12-021-1/+21
* dm init: Set file local variable staticDamien Le Moal2020-08-041-1/+1
* docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd2019-06-251-2/+2
* | dm init: fix incorrect uses of kstrndup()Gen Zhang2019-06-251-3/+3
|/
* dm init: fix max devices/targets checksHelen Koike2019-04-301-4/+4
* dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen2019-04-011-1/+1
* dm: add support to directly boot to a mapped deviceHelen Koike2019-03-051-0/+303