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