index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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
2023-02-14
dm: prefer '"%s...", __func__'
Heinz Mauelshagen
1
-2
/
+2
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
1
-0
/
+4
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
1
-4
/
+2
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
1
-15
/
+15
2023-02-02
dm verity: stop using WQ_UNBOUND for verify_wq
Nathan Huckleberry
1
-5
/
+1
2022-10-19
dm verity: enable WQ_HIGHPRI on verify_wq
Nathan Huckleberry
1
-8
/
+10
2022-09-08
dm: verity-loadpin: Only trust verity targets with enforcement
Matthias Kaehlcke
1
-0
/
+16
2022-08-12
Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+12
2022-08-10
dm verity: fix verity_parse_opt_args parsing
Mike Snitzer
1
-1
/
+11
2022-08-10
dm verity: fix DM_VERITY_OPTS_MAX value yet again
Mike Snitzer
1
-1
/
+1
2022-08-06
Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-21
/
+139
2022-08-04
dm verity: have verify_wq use WQ_HIGHPRI if "try_verify_in_tasklet"
Mike Snitzer
1
-1
/
+11
2022-08-04
dm verity: remove WQ_CPU_INTENSIVE flag since using WQ_UNBOUND
Mike Snitzer
1
-1
/
+1
2022-08-04
dm verity: only copy bvec_iter in verity_verify_io if in_tasklet
Mike Snitzer
1
-9
/
+16
2022-08-04
dm verity: optimize verity_verify_io if FEC not configured
Mike Snitzer
1
-1
/
+8
2022-08-04
dm verity: conditionally enable branching for "try_verify_in_tasklet"
Mike Snitzer
1
-5
/
+14
2022-08-04
dm verity: allow optional args to alter primary args handling
Mike Snitzer
1
-8
/
+24
2022-08-04
dm verity: Add optional "try_verify_in_tasklet" feature
Nathan Huckleberry
1
-17
/
+86
2022-08-03
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+32
2022-07-29
dm bufio: Add flags argument to dm_bufio_client_create
Nathan Huckleberry
1
-1
/
+1
2022-07-08
dm: Add verity helpers for LoadPin
Matthias Kaehlcke
1
-1
/
+32
2022-07-07
dm verity: fix checkpatch close brace error
JeongHyeon Lee
1
-4
/
+3
2022-05-31
dm verity: set DM_TARGET_IMMUTABLE feature flag
Sarthak Kukreti
1
-0
/
+1
2021-11-09
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2021-11-01
dm verity: use bvec_kmap_local in verity_for_bv_block
Christoph Hellwig
1
-3
/
+3
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-2
/
+1
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
1
-0
/
+1
2021-10-12
dm verity: skip redundant verity_handle_err() on I/O errors
Akilesh Kailash
1
-3
/
+12
2021-08-20
dm ima: update dm target attributes for ima measurements
Tushar Sugandhi
1
-0
/
+2
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+41
2021-03-26
dm verity: allow only one error handling mode
JeongHyeon Lee
1
-11
/
+29
2021-03-22
dm verity: fix DM_VERITY_OPTS_MAX value
JeongHyeon Lee
1
-1
/
+1
2020-12-21
dm verity: skip verity work if I/O error when system is shutting down
Hyeongseok Kim
1
-1
/
+11
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+12
2020-07-13
dm verity: add "panic_on_corruption" error handling mode
JeongHyeon Lee
1
-1
/
+12
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-1
/
+1
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
1
-1
/
+1
2020-01-07
dm verity: don't prefetch hash blocks for already-verified data
xianrong.zhou
1
-2
/
+16
2019-08-23
dm verity: add root hash pkcs#7 signature verification
Jaskaran Khurana
1
-5
/
+38
2019-06-25
dm verity: use message limit for data block corruption message
Milan Broz
1
-2
/
+2
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
[next]