index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-verity-target.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm verity: enable WQ_HIGHPRI on verify_wq
Nathan Huckleberry
2022-10-18
1
-8
/
+10
*
dm: verity-loadpin: Only trust verity targets with enforcement
Matthias Kaehlcke
2022-09-08
1
-0
/
+16
*
Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-12
1
-2
/
+12
|
\
|
*
dm verity: fix verity_parse_opt_args parsing
Mike Snitzer
2022-08-10
1
-1
/
+11
|
*
dm verity: fix DM_VERITY_OPTS_MAX value yet again
Mike Snitzer
2022-08-10
1
-1
/
+1
*
|
Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-21
/
+139
|
\
|
|
*
dm verity: have verify_wq use WQ_HIGHPRI if "try_verify_in_tasklet"
Mike Snitzer
2022-08-04
1
-1
/
+11
|
*
dm verity: remove WQ_CPU_INTENSIVE flag since using WQ_UNBOUND
Mike Snitzer
2022-08-04
1
-1
/
+1
|
*
dm verity: only copy bvec_iter in verity_verify_io if in_tasklet
Mike Snitzer
2022-08-04
1
-9
/
+16
|
*
dm verity: optimize verity_verify_io if FEC not configured
Mike Snitzer
2022-08-04
1
-1
/
+8
|
*
dm verity: conditionally enable branching for "try_verify_in_tasklet"
Mike Snitzer
2022-08-04
1
-5
/
+14
|
*
dm verity: allow optional args to alter primary args handling
Mike Snitzer
2022-08-04
1
-8
/
+24
|
*
dm verity: Add optional "try_verify_in_tasklet" feature
Nathan Huckleberry
2022-08-04
1
-17
/
+86
|
*
dm bufio: Add flags argument to dm_bufio_client_create
Nathan Huckleberry
2022-07-28
1
-1
/
+1
*
|
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-08-02
1
-1
/
+32
|
\
\
|
|
/
|
/
|
|
*
dm: Add verity helpers for LoadPin
Matthias Kaehlcke
2022-07-08
1
-1
/
+32
*
|
dm verity: fix checkpatch close brace error
JeongHyeon Lee
2022-07-07
1
-4
/
+3
|
/
*
dm verity: set DM_TARGET_IMMUTABLE feature flag
Sarthak Kukreti
2022-05-31
1
-0
/
+1
*
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-09
1
-3
/
+3
|
\
|
*
dm verity: use bvec_kmap_local in verity_for_bv_block
Christoph Hellwig
2021-11-01
1
-3
/
+3
*
|
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
1
-2
/
+1
*
|
block: move struct request to blk-mq.h
Christoph Hellwig
2021-10-18
1
-0
/
+1
|
/
*
dm verity: skip redundant verity_handle_err() on I/O errors
Akilesh Kailash
2021-10-12
1
-3
/
+12
*
dm ima: update dm target attributes for ima measurements
Tushar Sugandhi
2021-08-20
1
-0
/
+2
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+41
*
dm verity: allow only one error handling mode
JeongHyeon Lee
2021-03-26
1
-11
/
+29
*
dm verity: fix DM_VERITY_OPTS_MAX value
JeongHyeon Lee
2021-03-22
1
-1
/
+1
*
dm verity: skip verity work if I/O error when system is shutting down
Hyeongseok Kim
2020-12-21
1
-1
/
+11
*
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-07
1
-1
/
+12
|
\
|
*
dm verity: add "panic_on_corruption" error handling mode
JeongHyeon Lee
2020-07-13
1
-1
/
+12
*
|
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-1
/
+1
|
/
*
dm: bump version of core and various targets
Mike Snitzer
2020-03-03
1
-1
/
+1
*
dm verity: don't prefetch hash blocks for already-verified data
xianrong.zhou
2020-01-07
1
-2
/
+16
*
dm verity: add root hash pkcs#7 signature verification
Jaskaran Khurana
2019-08-23
1
-5
/
+38
*
dm verity: use message limit for data block corruption message
Milan Broz
2019-06-25
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
2019-06-05
1
-2
/
+1
*
dm verity: log the hash algorithm implementation
Eric Biggers
2018-12-18
1
-0
/
+9
*
dm verity: fix crash on bufio buffer that was allocated with vmalloc
Mikulas Patocka
2018-09-04
1
-4
/
+20
*
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-13
1
-2
/
+3
*
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
2018-04-04
1
-2
/
+1
*
dm verity: make verity_for_io_block static
weiyongjun (A)
2018-04-04
1
-2
/
+2
*
dm verity: add 'check_at_most_once' option to only validate hashes once
Patrik Torstensson
2018-04-03
1
-5
/
+59
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-11-14
1
-61
/
+20
|
\
|
*
dm: move dm-verity to generic async completion
Gilad Ben-Yossef
2017-11-03
1
-61
/
+20
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
|
/
*
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-14
1
-1
/
+1
|
\
|
*
dm: constify argument arrays
Eric Biggers
2017-08-28
1
-1
/
+1
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-1
/
+1
|
/
*
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-2
/
+2
|
\
|
*
dm verity: fix no salt use case
Gilad Ben-Yossef
2017-05-22
1
-2
/
+2
[next]