aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-verity.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-02dm-verity: Convert from tasklet to BH workqueueTejun Heo1-2/+3
2024-02-20dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka1-2/+2
2024-02-20dm-verity: recheck the hash after a failureMikulas Patocka1-0/+6
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka1-1/+0
2023-11-29dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka1-6/+0
2023-11-17dm-verity: don't use blocking calls from taskletsMikulas Patocka1-1/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-4/+4
2022-09-07dm: verity-loadpin: Only trust verity targets with enforcementMatthias Kaehlcke1-0/+1
2022-08-06Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+5
2022-08-04dm verity: Add optional "try_verify_in_tasklet" featureNathan Huckleberry1-1/+5
2022-07-08dm: Add verity helpers for LoadPinMatthias Kaehlcke1-0/+4
2020-07-13dm verity: add "panic_on_corruption" error handling modeJeongHyeon Lee1-1/+2
2019-08-23dm verity: add root hash pkcs#7 signature verificationJaskaran Khurana1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2018-04-03dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson1-0/+1
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka1-1/+1
2017-11-03dm: move dm-verity to generic async completionGilad Ben-Yossef1-5/+0
2017-04-24dm verity: switch to using asynchronous hash crypto APIGilad Ben-Yossef1-9/+14
2015-12-10dm verity: add ignore_zero_blocks featureSami Tolvanen1-1/+2
2015-12-10dm verity: add support for forward error correctionSami Tolvanen1-0/+10
2015-12-10dm verity: factor out verity_for_bv_block()Sami Tolvanen1-0/+6
2015-12-10dm verity: factor out structures and functions useful to separate objectSami Tolvanen1-0/+112