index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-verity-target.c
Age
Commit message (
Expand
)
Author
Files
Lines
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