summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-verity-target.c
Commit message (Expand)AuthorAge
* dm verity: add root hash pkcs#7 signature verificationJaskaran Khurana2019-08-23
* dm verity: use message limit for data block corruption messageMilan Broz2019-06-25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-05
* dm verity: log the hash algorithm implementationEric Biggers2018-12-18
* dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka2018-09-04
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-12
* dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer2018-04-04
* dm verity: make verity_for_io_block staticweiyongjun (A)2018-04-04
* dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson2018-04-03
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * dm: move dm-verity to generic async completionGilad Ben-Yossef2017-11-03
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-14
|\
| * dm: constify argument arraysEric Biggers2017-08-28
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
|/
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\
| * dm verity: fix no salt use caseGilad Ben-Yossef2017-05-22
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* | dm: don't return errnos from ->mapChristoph Hellwig2017-06-09
|/
* dm verity: switch to using asynchronous hash crypto APIGilad Ben-Yossef2017-04-24
* dm verity: fix incorrect error messageEric Biggers2016-11-21
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-22
* dm verity: add ignore_zero_blocks featureSami Tolvanen2015-12-10
* dm verity: add support for forward error correctionSami Tolvanen2015-12-10
* dm verity: factor out verity_for_bv_block()Sami Tolvanen2015-12-10
* dm verity: factor out structures and functions useful to separate objectSami Tolvanen2015-12-10
* dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen2015-12-10