index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-verity-target.c
Age
Commit message (
Expand
)
Author
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-07-13
dm verity: add "panic_on_corruption" error handling mode
JeongHyeon Lee
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
2020-01-07
dm verity: don't prefetch hash blocks for already-verified data
xianrong.zhou
2019-08-23
dm verity: add root hash pkcs#7 signature verification
Jaskaran Khurana
2019-06-25
dm verity: use message limit for data block corruption message
Milan Broz
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
2018-12-18
dm verity: log the hash algorithm implementation
Eric Biggers
2018-09-04
dm verity: fix crash on bufio buffer that was allocated with vmalloc
Mikulas Patocka
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-04-04
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
2018-04-04
dm verity: make verity_for_io_block static
weiyongjun (A)
2018-04-03
dm verity: add 'check_at_most_once' option to only validate hashes once
Patrik Torstensson
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-11-03
dm: move dm-verity to generic async completion
Gilad Ben-Yossef
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-08-28
dm: constify argument arrays
Eric Biggers
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
dm: don't return errnos from ->map
Christoph Hellwig
2017-05-22
dm verity: fix no salt use case
Gilad Ben-Yossef
2017-04-24
dm verity: switch to using asynchronous hash crypto API
Gilad Ben-Yossef
2016-11-21
dm verity: fix incorrect error message
Eric Biggers
2016-02-22
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
2015-12-10
dm verity: add ignore_zero_blocks feature
Sami Tolvanen
2015-12-10
dm verity: add support for forward error correction
Sami Tolvanen
2015-12-10
dm verity: factor out verity_for_bv_block()
Sami Tolvanen
2015-12-10
dm verity: factor out structures and functions useful to separate object
Sami Tolvanen
2015-12-10
dm verity: move dm-verity.c to dm-verity-target.c
Sami Tolvanen