aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-dust.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-3/+2
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+4
2021-02-03dm dust: remove h from printk format specifierTom Rix1-1/+1
2020-07-20dm dust: add interface to list all badblocksyangerkun1-0/+27
2020-07-20dm dust: report some message results directly back to useryangerkun1-13/+18
2020-01-07dm dust: change ret to r in dust_map_writeBryan Gurney1-3/+3
2019-11-05dm dust: add limited write failure modeBryan Gurney1-7/+46
2019-11-05dm dust: change ret to r in dust_map_read and dust_mapBryan Gurney1-7/+7
2019-11-05dm dust: change result vars to rBryan Gurney1-16/+16
2019-08-21dm dust: use dust block size for badblocklist indexBryan Gurney1-3/+8
2019-05-07dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing1-2/+2
2019-05-07dm dust: remove redundant unsigned comparison to less than zeroColin Ian King1-1/+1
2019-04-30dm: add dust targetBryan Gurney1-0/+515