Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |