summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-unstripe.c
Commit message (Expand)AuthorAgeFilesLines
* dm: add support for REQ_NOWAIT to various targetsJeffle Xu2020-12-041-0/+1
* dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-181-1/+1
* dm unstripe: remove unnecessary header includesHeinz Mauelshagen2018-04-031-6/+0
* dm unstripe: remove superfluous module init error path messageHeinz Mauelshagen2018-04-031-7/+1
* dm unstripe: add "dm-unstriped" module aliasHeinz Mauelshagen2018-04-031-0/+1
* dm unstripe: support non-power-of-2 chunk sizeHeinz Mauelshagen2018-04-031-12/+10
* dm unstripe: fix target length versus number of stripes size checkScott Bauer2018-01-291-8/+2
* dm: add unstriped targetScott Bauer2018-01-171-0/+225