| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-09 | dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_end | Eric Biggers | 1 | -2/+2 |
| 2026-01-14 | dm-verity: consolidate the BH and normal work structs | Eric Biggers | 1 | -1/+0 |
| 2026-01-04 | dm-verity: move dm_verity_fec_io to mempool | Eric Biggers | 1 | -0/+4 |
| 2025-10-20 | dm-verity: use 2-way interleaved SHA-256 hashing when supported | Eric Biggers | 1 | -14/+17 |
| 2025-10-20 | dm-verity: reduce scope of real and wanted digests | Eric Biggers | 1 | -0/+1 |
| 2025-10-20 | dm-verity: use SHA-256 library for SHA-256 | Eric Biggers | 1 | -5/+15 |
| 2025-07-31 | dm-verity: remove support for asynchronous hashes | Eric Biggers | 1 | -15/+7 |
| 2024-11-20 | dm-verity: remove the unused "data_start" variable | Mikulas Patocka | 1 | -1/+0 |
| 2024-11-04 | dm-verity: don't crash if panic_on_corruption is not selected | Mikulas Patocka | 1 | -0/+1 |
| 2024-10-02 | dm-verity: introduce the options restart_on_error and panic_on_error | Mikulas Patocka | 1 | -0/+1 |
| 2024-08-20 | dm-verity: expose root hash digest and signature data to LSMs | Deven Bowers | 1 | -0/+4 |
| 2024-07-03 | dm-verity: hash blocks with shash import+finup when possible | Eric Biggers | 1 | -7/+11 |
| 2024-07-03 | dm-verity: make verity_hash() take dm_verity_io instead of ahash_request | Eric Biggers | 1 | -1/+1 |
| 2024-07-03 | dm-verity: always "map" the data blocks | Eric Biggers | 1 | -8/+0 |
| 2024-07-03 | dm-verity: make real_digest and want_digest fixed-length | Eric Biggers | 1 | -10/+7 |
| 2024-03-02 | dm-verity: Convert from tasklet to BH workqueue | Tejun Heo | 1 | -2/+3 |
| 2024-02-20 | dm-verity, dm-crypt: align "struct bvec_iter" correctly | Mikulas Patocka | 1 | -2/+2 |
| 2024-02-20 | dm-verity: recheck the hash after a failure | Mikulas Patocka | 1 | -0/+6 |
| 2024-02-02 | dm-crypt, dm-verity: disable tasklets | Mikulas Patocka | 1 | -1/+0 |
| 2023-11-29 | dm-verity: align struct dm_verity_fec_io properly | Mikulas Patocka | 1 | -6/+0 |
| 2023-11-17 | dm-verity: don't use blocking calls from tasklets | Mikulas Patocka | 1 | -1/+1 |
| 2023-02-14 | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen | 1 | -4/+4 |
| 2022-09-07 | dm: verity-loadpin: Only trust verity targets with enforcement | Matthias Kaehlcke | 1 | -0/+1 |
| 2022-08-06 | Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+5 |
| 2022-08-04 | dm verity: Add optional "try_verify_in_tasklet" feature | Nathan Huckleberry | 1 | -1/+5 |
| 2022-07-08 | dm: Add verity helpers for LoadPin | Matthias Kaehlcke | 1 | -0/+4 |
| 2020-07-13 | dm verity: add "panic_on_corruption" error handling mode | JeongHyeon Lee | 1 | -1/+2 |
| 2019-08-23 | dm verity: add root hash pkcs#7 signature verification | Jaskaran Khurana | 1 | -0/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 1 | -2/+1 |
| 2018-04-03 | dm verity: add 'check_at_most_once' option to only validate hashes once | Patrik Torstensson | 1 | -0/+1 |
| 2018-04-03 | dm bufio: move dm-bufio.h to include/linux/ | Mikulas Patocka | 1 | -1/+1 |
| 2017-11-03 | dm: move dm-verity to generic async completion | Gilad Ben-Yossef | 1 | -5/+0 |
| 2017-04-24 | dm verity: switch to using asynchronous hash crypto API | Gilad Ben-Yossef | 1 | -9/+14 |
| 2015-12-10 | dm verity: add ignore_zero_blocks feature | Sami Tolvanen | 1 | -1/+2 |
| 2015-12-10 | dm verity: add support for forward error correction | Sami Tolvanen | 1 | -0/+10 |
| 2015-12-10 | dm verity: factor out verity_for_bv_block() | Sami Tolvanen | 1 | -0/+6 |
| 2015-12-10 | dm verity: factor out structures and functions useful to separate object | Sami Tolvanen | 1 | -0/+112 |