| Commit message (Expand) | Author | Age | Files | Lines |
* | dm verity: add root hash pkcs#7 signature verification | Jaskaran Khurana | 2019-08-23 | 1 | -5/+38 |
* | dm verity: use message limit for data block corruption message | Milan Broz | 2019-06-25 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 2019-06-05 | 1 | -2/+1 |
* | dm verity: log the hash algorithm implementation | Eric Biggers | 2018-12-18 | 1 | -0/+9 |
* | dm verity: fix crash on bufio buffer that was allocated with vmalloc | Mikulas Patocka | 2018-09-04 | 1 | -4/+20 |
* | treewide: kvzalloc() -> kvcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+3 |
* | dm: remove fmode_t argument from .prepare_ioctl hook | Mike Snitzer | 2018-04-04 | 1 | -2/+1 |
* | dm verity: make verity_for_io_block static | weiyongjun (A) | 2018-04-04 | 1 | -2/+2 |
* | dm verity: add 'check_at_most_once' option to only validate hashes once | Patrik Torstensson | 2018-04-03 | 1 | -5/+59 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 1 | -61/+20 |
|\ |
|
| * | dm: move dm-verity to generic async completion | Gilad Ben-Yossef | 2017-11-03 | 1 | -61/+20 |
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-14 | 1 | -1/+1 |
|\ |
|
| * | dm: constify argument arrays | Eric Biggers | 2017-08-28 | 1 | -1/+1 |
* | | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 2017-08-23 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'v4.12-rc5' into for-4.13/block | Jens Axboe | 2017-06-12 | 1 | -2/+2 |
|\ |
|
| * | dm verity: fix no salt use case | Gilad Ben-Yossef | 2017-05-22 | 1 | -2/+2 |
* | | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 1 | -5/+5 |
* | | dm: don't return errnos from ->map | Christoph Hellwig | 2017-06-09 | 1 | -3/+3 |
|/ |
|
* | dm verity: switch to using asynchronous hash crypto API | Gilad Ben-Yossef | 2017-04-24 | 1 | -60/+141 |
* | dm verity: fix incorrect error message | Eric Biggers | 2016-11-21 | 1 | -1/+1 |
* | dm: rename target's per_bio_data_size to per_io_data_size | Mike Snitzer | 2016-02-22 | 1 | -6/+6 |
* | dm verity: add ignore_zero_blocks feature | Sami Tolvanen | 2015-12-10 | 1 | -8/+79 |
* | dm verity: add support for forward error correction | Sami Tolvanen | 2015-12-10 | 1 | -7/+48 |
* | dm verity: factor out verity_for_bv_block() | Sami Tolvanen | 2015-12-10 | 1 | -23/+49 |
* | dm verity: factor out structures and functions useful to separate object | Sami Tolvanen | 2015-12-10 | 1 | -100/+16 |
* | dm verity: move dm-verity.c to dm-verity-target.c | Sami Tolvanen | 2015-12-10 | 1 | -0/+1039 |