aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-verity-target.c
AgeCommit message (Expand)Author
2018-12-18dm verity: log the hash algorithm implementationEric Biggers
2018-09-04dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-04dm verity: make verity_for_io_block staticweiyongjun (A)
2018-04-03dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-03dm: move dm-verity to generic async completionGilad Ben-Yossef
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
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