index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-verity-target.c
Age
Commit message (
Expand
)
Author
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
dm: push error reporting down to dm_register_target()
Yangtao Li
2023-04-04
dm verity: emit audit events on verification failure and more
Michael Weiß
2023-04-04
dm verity: fix error handling for check_at_most_once on FEC
Yeongjin Gil
2023-02-14
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
2023-02-14
dm: avoid using symbolic permissions
Heinz Mauelshagen
2023-02-14
dm: prefer '"%s...", __func__'
Heinz Mauelshagen
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-02
dm verity: stop using WQ_UNBOUND for verify_wq
Nathan Huckleberry
2022-10-18
dm verity: enable WQ_HIGHPRI on verify_wq
Nathan Huckleberry
2022-09-07
dm: verity-loadpin: Only trust verity targets with enforcement
Matthias Kaehlcke
2022-08-11
Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-09
dm verity: fix verity_parse_opt_args parsing
Mike Snitzer
2022-08-09
dm verity: fix DM_VERITY_OPTS_MAX value yet again
Mike Snitzer
2022-08-06
Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-04
dm verity: have verify_wq use WQ_HIGHPRI if "try_verify_in_tasklet"
Mike Snitzer
2022-08-04
dm verity: remove WQ_CPU_INTENSIVE flag since using WQ_UNBOUND
Mike Snitzer
2022-08-04
dm verity: only copy bvec_iter in verity_verify_io if in_tasklet
Mike Snitzer
2022-08-04
dm verity: optimize verity_verify_io if FEC not configured
Mike Snitzer
2022-08-04
dm verity: conditionally enable branching for "try_verify_in_tasklet"
Mike Snitzer
2022-08-04
dm verity: allow optional args to alter primary args handling
Mike Snitzer
2022-08-04
dm verity: Add optional "try_verify_in_tasklet" feature
Nathan Huckleberry
2022-08-02
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-07-28
dm bufio: Add flags argument to dm_bufio_client_create
Nathan Huckleberry
2022-07-08
dm: Add verity helpers for LoadPin
Matthias Kaehlcke
2022-07-07
dm verity: fix checkpatch close brace error
JeongHyeon Lee
2022-05-31
dm verity: set DM_TARGET_IMMUTABLE feature flag
Sarthak Kukreti
2021-11-09
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-01
dm verity: use bvec_kmap_local in verity_for_bv_block
Christoph Hellwig
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
2021-10-12
dm verity: skip redundant verity_handle_err() on I/O errors
Akilesh Kailash
2021-08-20
dm ima: update dm target attributes for ima measurements
Tushar Sugandhi
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-03-26
dm verity: allow only one error handling mode
JeongHyeon Lee
2021-03-22
dm verity: fix DM_VERITY_OPTS_MAX value
JeongHyeon Lee
2020-12-21
dm verity: skip verity work if I/O error when system is shutting down
Hyeongseok Kim
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
[next]