summaryrefslogtreecommitdiff
path: root/drivers/md/dm-verity-target.c
AgeCommit message (Expand)Author
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01dm verity: use bvec_kmap_local in verity_for_bv_blockChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-12dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash
2021-08-20dm ima: update dm target attributes for ima measurementsTushar Sugandhi
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-03-26dm verity: allow only one error handling modeJeongHyeon Lee
2021-03-22dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee
2020-12-21dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-13dm verity: add "panic_on_corruption" error handling modeJeongHyeon Lee
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-03-03dm: bump version of core and various targetsMike Snitzer
2020-01-07dm verity: don't prefetch hash blocks for already-verified dataxianrong.zhou
2019-08-23dm verity: add root hash pkcs#7 signature verificationJaskaran Khurana
2019-06-25dm verity: use message limit for data block corruption messageMilan Broz
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
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