aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-dust.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li1-13/+1
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li1-6/+1
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-1/+1
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