summaryrefslogtreecommitdiff
path: root/drivers/md/dm-dust.c
Commit message (Expand)AuthorAgeFilesLines
* dm: add helper macro for simple DM target module init and exitYangtao Li2023-04-111-13/+1
* dm: push error reporting down to dm_register_target()Yangtao Li2023-04-111-6/+1
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-1/+1
* dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-3/+2
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+4
* dm dust: remove h from printk format specifierTom Rix2021-02-031-1/+1
* dm dust: add interface to list all badblocksyangerkun2020-07-201-0/+27
* dm dust: report some message results directly back to useryangerkun2020-07-201-13/+18
* dm dust: change ret to r in dust_map_writeBryan Gurney2020-01-071-3/+3
* dm dust: add limited write failure modeBryan Gurney2019-11-051-7/+46
* dm dust: change ret to r in dust_map_read and dust_mapBryan Gurney2019-11-051-7/+7
* dm dust: change result vars to rBryan Gurney2019-11-051-16/+16
* dm dust: use dust block size for badblocklist indexBryan Gurney2019-08-211-3/+8
* dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing2019-05-071-2/+2
* dm dust: remove redundant unsigned comparison to less than zeroColin Ian King2019-05-071-1/+1
* dm: add dust targetBryan Gurney2019-04-301-0/+515