index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-verity-target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-01-21
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-19
dm-verity: add dm-verity keyring
Christian Brauner
1
-1
/
+25
2026-01-14
dm-verity: fix up various workqueue-related comments
Eric Biggers
1
-10
/
+10
2026-01-14
dm-verity: switch to bio_advance_iter_single()
Eric Biggers
1
-1
/
+1
2026-01-14
dm-verity: consolidate the BH and normal work structs
Eric Biggers
1
-4
/
+4
2026-01-14
dm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+3
2026-01-04
dm-verity: remove unnecessary ifdef around verity_fec_decode()
Eric Biggers
1
-2
/
+0
2026-01-04
dm-verity: remove unnecessary condition for verity_fec_finish_io()
Eric Biggers
1
-2
/
+1
2025-12-10
dm-verity: disable recursive forward error correction
Mikulas Patocka
1
-1
/
+1
2025-11-18
dm verity fec: Expose corrected block count via status
Shubhankar Mishra
1
-0
/
+4
2025-10-20
dm-verity: use 2-way interleaved SHA-256 hashing when supported
Eric Biggers
1
-27
/
+86
2025-10-20
dm-verity: reduce scope of real and wanted digests
Eric Biggers
1
-18
/
+20
2025-10-20
dm-verity: use SHA-256 library for SHA-256
Eric Biggers
1
-13
/
+48
2025-10-20
dm-verity: remove log message with shash driver name
Eric Biggers
1
-1
/
+0
2025-07-31
dm-verity: remove support for asynchronous hashes
Eric Biggers
1
-156
/
+29
2025-06-03
dm-verity: fix a memory leak if some arguments are specified multiple times
Mikulas Patocka
1
-1
/
+7
2025-05-04
dm: Allow .prepare_ioctl to handle ioctls directly
Kevin Wolf
1
-1
/
+3
2025-05-04
dm-verity: use softirq context only when !need_resched()
Eric Biggers
1
-1
/
+2
2025-03-28
dm-verity: fix prefetch-vs-suspend race
Mikulas Patocka
1
-0
/
+8
2025-03-28
dm-verity: support block number limits for different ioprio classes
LongPing Wei
1
-3
/
+26
2025-02-24
dm-verity: do forward error correction on metadata I/O errors
Mikulas Patocka
1
-4
/
+21
2024-12-23
block: Delete bio_prio()
John Garry
1
-2
/
+2
2024-11-20
dm-verity: remove the unused "data_start" variable
Mikulas Patocka
1
-3
/
+3
2024-11-04
dm-verity: don't crash if panic_on_corruption is not selected
Mikulas Patocka
1
-3
/
+6
2024-10-02
dm-verity: introduce the options restart_on_error and panic_on_error
Mikulas Patocka
1
-1
/
+82
2024-10-02
Revert: "dm-verity: restart or panic on an I/O error"
Mikulas Patocka
1
-21
/
+2
2024-09-27
Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+21
2024-09-26
dm-verity: restart or panic on an I/O error
Mikulas Patocka
1
-2
/
+21
2024-08-20
dm-verity: expose root hash digest and signature data to LSMs
Deven Bowers
1
-0
/
+118
2024-07-10
dm-verity: fix dm_is_verity_target() when dm-verity is builtin
Eric Biggers
1
-8
/
+8
2024-07-10
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
1
-1
/
+1
2024-07-03
dm-verity: hash blocks with shash import+finup when possible
Eric Biggers
1
-50
/
+119
2024-07-03
dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
Eric Biggers
1
-11
/
+10
2024-07-03
dm-verity: always "map" the data blocks
Eric Biggers
1
-145
/
+37
2024-07-03
dm-verity: provide dma_alignment limit in io_hints
Eric Biggers
1
-0
/
+8
2024-07-03
dm-verity: make real_digest and want_digest fixed-length
Eric Biggers
1
-2
/
+1
2024-07-03
dm-verity: move data hash mismatch handling into its own function
Eric Biggers
1
-28
/
+36
2024-07-02
dm-verity: move hash algorithm setup into its own function
Eric Biggers
1
-31
/
+39
2024-03-13
Merge tag 'for-6.9/dm-bh-wq' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-22
/
+42
2024-03-13
Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+15
2024-03-02
dm-verity: Convert from tasklet to BH workqueue
Tejun Heo
1
-22
/
+42
2024-02-24
dm-integrity, dm-verity: reduce stack usage for recheck
Arnd Bergmann
1
-2
/
+2
2024-02-20
dm verity: set DM_TARGET_SINGLETON feature flag
Fan Wu
1
-1
/
+1
2024-02-20
dm verity: Fix IO priority lost when reading FEC and hash
Hongyu Jin
1
-6
/
+13
2024-02-20
dm io: Support IO priority
Hongyu Jin
1
-1
/
+1
2024-02-20
dm-crypt, dm-integrity, dm-verity: bump target version
Mike Snitzer
1
-1
/
+1
2024-02-20
dm-verity: recheck the hash after a failure
Mikulas Patocka
1
-6
/
+80
[next]