index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
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
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
1
-2
/
+1
2018-12-18
dm verity: log the hash algorithm implementation
Eric Biggers
1
-0
/
+9
2018-09-04
dm verity: fix crash on bufio buffer that was allocated with vmalloc
Mikulas Patocka
1
-4
/
+20
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
1
-2
/
+3
2018-04-04
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
1
-2
/
+1
2018-04-04
dm verity: make verity_for_io_block static
weiyongjun (A)
1
-2
/
+2
2018-04-03
dm verity: add 'check_at_most_once' option to only validate hashes once
Patrik Torstensson
1
-5
/
+59
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-61
/
+20
2017-11-03
dm: move dm-verity to generic async completion
Gilad Ben-Yossef
1
-61
/
+20
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2017-08-28
dm: constify argument arrays
Eric Biggers
1
-1
/
+1
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-2
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-5
/
+5
2017-06-09
dm: don't return errnos from ->map
Christoph Hellwig
1
-3
/
+3
2017-05-22
dm verity: fix no salt use case
Gilad Ben-Yossef
1
-2
/
+2
2017-04-24
dm verity: switch to using asynchronous hash crypto API
Gilad Ben-Yossef
1
-60
/
+141
2016-11-21
dm verity: fix incorrect error message
Eric Biggers
1
-1
/
+1
2016-02-22
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
1
-6
/
+6
2015-12-10
dm verity: add ignore_zero_blocks feature
Sami Tolvanen
1
-8
/
+79
2015-12-10
dm verity: add support for forward error correction
Sami Tolvanen
1
-7
/
+48
2015-12-10
dm verity: factor out verity_for_bv_block()
Sami Tolvanen
1
-23
/
+49
2015-12-10
dm verity: factor out structures and functions useful to separate object
Sami Tolvanen
1
-100
/
+16
2015-12-10
dm verity: move dm-verity.c to dm-verity-target.c
Sami Tolvanen
1
-0
/
+1039