index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
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
2024-02-02
dm-crypt, dm-verity: disable tasklets
Mikulas Patocka
1
-24
/
+2
2023-11-29
dm verity: don't perform FEC for failed readahead IO
Wu Bo
1
-1
/
+3
2023-11-29
dm verity: initialize fec io before freeing it
Wu Bo
1
-1
/
+2
2023-11-17
dm-verity: don't use blocking calls from tasklets
Mikulas Patocka
1
-11
/
+12
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-3
/
+3
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
1
-13
/
+1
2023-04-11
dm: push error reporting down to dm_register_target()
Yangtao Li
1
-7
/
+1
2023-04-04
dm verity: emit audit events on verification failure and more
Michael Weiß
1
-2
/
+18
2023-04-04
dm verity: fix error handling for check_at_most_once on FEC
Yeongjin Gil
1
-1
/
+1
2023-02-14
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
1
-16
/
+17
2023-02-14
dm: avoid using symbolic permissions
Heinz Mauelshagen
1
-1
/
+1
[next]