summaryrefslogtreecommitdiff
path: root/drivers/md/dm-verity-target.c
AgeCommit message (Expand)Author
2025-06-03dm-verity: fix a memory leak if some arguments are specified multiple timesMikulas Patocka
2025-05-04dm: Allow .prepare_ioctl to handle ioctls directlyKevin Wolf
2025-05-04dm-verity: use softirq context only when !need_resched()Eric Biggers
2025-03-28dm-verity: fix prefetch-vs-suspend raceMikulas Patocka
2025-03-28dm-verity: support block number limits for different ioprio classesLongPing Wei
2025-02-24dm-verity: do forward error correction on metadata I/O errorsMikulas Patocka
2024-12-23block: Delete bio_prio()John Garry
2024-11-20dm-verity: remove the unused "data_start" variableMikulas Patocka
2024-11-04dm-verity: don't crash if panic_on_corruption is not selectedMikulas Patocka
2024-10-02dm-verity: introduce the options restart_on_error and panic_on_errorMikulas Patocka
2024-10-02Revert: "dm-verity: restart or panic on an I/O error"Mikulas Patocka
2024-09-27Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-26dm-verity: restart or panic on an I/O errorMikulas Patocka
2024-08-20dm-verity: expose root hash digest and signature data to LSMsDeven Bowers
2024-07-10dm-verity: fix dm_is_verity_target() when dm-verity is builtinEric Biggers
2024-07-10dm: stop using blk_limits_io_{min,opt}Christoph Hellwig
2024-07-03dm-verity: hash blocks with shash import+finup when possibleEric Biggers
2024-07-03dm-verity: make verity_hash() take dm_verity_io instead of ahash_requestEric Biggers
2024-07-03dm-verity: always "map" the data blocksEric Biggers
2024-07-03dm-verity: provide dma_alignment limit in io_hintsEric Biggers
2024-07-03dm-verity: make real_digest and want_digest fixed-lengthEric Biggers
2024-07-03dm-verity: move data hash mismatch handling into its own functionEric Biggers
2024-07-02dm-verity: move hash algorithm setup into its own functionEric Biggers
2024-03-13Merge tag 'for-6.9/dm-bh-wq' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-02dm-verity: Convert from tasklet to BH workqueueTejun Heo
2024-02-24dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann
2024-02-20dm verity: set DM_TARGET_SINGLETON feature flagFan Wu
2024-02-20dm verity: Fix IO priority lost when reading FEC and hashHongyu Jin
2024-02-20dm io: Support IO priorityHongyu Jin
2024-02-20dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer
2024-02-20dm-verity: recheck the hash after a failureMikulas Patocka
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka
2023-11-29dm verity: don't perform FEC for failed readahead IOWu Bo
2023-11-29dm verity: initialize fec io before freeing itWu Bo
2023-11-17dm-verity: don't use blocking calls from taskletsMikulas Patocka
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li
2023-04-04dm verity: emit audit events on verification failure and moreMichael Weiß
2023-04-04dm verity: fix error handling for check_at_most_once on FECYeongjin Gil
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-02dm verity: stop using WQ_UNBOUND for verify_wqNathan Huckleberry
2022-10-18dm verity: enable WQ_HIGHPRI on verify_wqNathan Huckleberry
2022-09-07dm: verity-loadpin: Only trust verity targets with enforcementMatthias Kaehlcke