summaryrefslogtreecommitdiff
path: root/drivers/md/dm-verity-target.c
AgeCommit message (Expand)Author
2019-07-21dm verity: use message limit for data block corruption messageMilan Broz
2019-01-13dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-28dm: constify argument arraysEric Biggers
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2017-05-22dm verity: fix no salt use caseGilad Ben-Yossef
2017-04-24dm verity: switch to using asynchronous hash crypto APIGilad Ben-Yossef
2016-11-21dm verity: fix incorrect error messageEric Biggers
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer
2015-12-10dm verity: add ignore_zero_blocks featureSami Tolvanen
2015-12-10dm verity: add support for forward error correctionSami Tolvanen
2015-12-10dm verity: factor out verity_for_bv_block()Sami Tolvanen
2015-12-10dm verity: factor out structures and functions useful to separate objectSami Tolvanen
2015-12-10dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen