summaryrefslogtreecommitdiff
path: root/drivers/md/dm-verity-target.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-19dm-verity: add dm-verity keyringChristian Brauner
2026-01-14dm-verity: fix up various workqueue-related commentsEric Biggers
2026-01-14dm-verity: switch to bio_advance_iter_single()Eric Biggers
2026-01-14dm-verity: consolidate the BH and normal work structsEric Biggers
2026-01-14dm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-01-04dm-verity: remove unnecessary ifdef around verity_fec_decode()Eric Biggers
2026-01-04dm-verity: remove unnecessary condition for verity_fec_finish_io()Eric Biggers
2025-12-10dm-verity: disable recursive forward error correctionMikulas Patocka
2025-11-18dm verity fec: Expose corrected block count via statusShubhankar Mishra
2025-10-20dm-verity: use 2-way interleaved SHA-256 hashing when supportedEric Biggers
2025-10-20dm-verity: reduce scope of real and wanted digestsEric Biggers
2025-10-20dm-verity: use SHA-256 library for SHA-256Eric Biggers
2025-10-20dm-verity: remove log message with shash driver nameEric Biggers
2025-07-31dm-verity: remove support for asynchronous hashesEric Biggers
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