1. c183e17 Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 2 months ago
  2. 30495e6 dm verity: use bvec_kmap_local in verity_for_bv_block by Christoph Hellwig · 3 years, 3 months ago
  3. 6dcbb52 dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them by Christoph Hellwig · 3 years, 3 months ago
  4. 24b83de block: move struct request to blk-mq.h by Christoph Hellwig · 3 years, 4 months ago
  5. 2c0468e dm verity: skip redundant verity_handle_err() on I/O errors by Akilesh Kailash · 3 years, 4 months ago
  6. 33ace4c dm ima: update dm target attributes for ima measurements by Tushar Sugandhi · 3 years, 5 months ago
  7. 8ec4566 dm: update target status functions to support IMA measurement by Tushar Sugandhi · 3 years, 6 months ago
  8. 219a9b5 dm verity: allow only one error handling mode by JeongHyeon Lee · 3 years, 10 months ago
  9. 160f99d dm verity: fix DM_VERITY_OPTS_MAX value by JeongHyeon Lee · 3 years, 10 months ago
  10. 252bd12 dm verity: skip verity work if I/O error when system is shutting down by Hyeongseok Kim · 4 years, 1 month ago
  11. 2f12d44 Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 5 months ago
  12. e1fef0b dm verity: add "panic_on_corruption" error handling mode by JeongHyeon Lee · 4 years, 7 months ago
  13. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
  14. 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 11 months ago
  15. 0a531c5 dm verity: don't prefetch hash blocks for already-verified data by xianrong.zhou · 5 years ago
  16. 88cd3e6 dm verity: add root hash pkcs#7 signature verification by Jaskaran Khurana · 6 years ago
  17. 2eba4e6 dm verity: use message limit for data block corruption message by Milan Broz · 6 years ago
  18. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  19. bbf6a56 dm verity: log the hash algorithm implementation by Eric Biggers · 6 years ago
  20. e4b069e dm verity: fix crash on bufio buffer that was allocated with vmalloc by Mikulas Patocka · 6 years ago
  21. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  22. 5bd5e8d dm: remove fmode_t argument from .prepare_ioctl hook by Mike Snitzer · 7 years ago
  23. d4b1aaf dm verity: make verity_for_io_block static by weiyongjun (A) · 7 years ago
  24. 843f38d dm verity: add 'check_at_most_once' option to only validate hashes once by Patrik Torstensson · 7 years ago
  25. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  26. 12f1ffc dm: move dm-verity to generic async completion by Gilad Ben-Yossef · 7 years ago
  27. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  28. dff4d1f Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  29. 5916a22 dm: constify argument arrays by Eric Biggers · 8 years ago
  30. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  31. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  32. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  33. 846785e dm: don't return errnos from ->map by Christoph Hellwig · 8 years ago
  34. f52236e dm verity: fix no salt use case by Gilad Ben-Yossef · 8 years ago
  35. d1ac3ff dm verity: switch to using asynchronous hash crypto API by Gilad Ben-Yossef · 8 years ago
  36. 21ffe55 dm verity: fix incorrect error message by Eric Biggers · 8 years ago
  37. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 9 years ago
  38. 0cc37c2 dm verity: add ignore_zero_blocks feature by Sami Tolvanen · 9 years ago
  39. a739ff3 dm verity: add support for forward error correction by Sami Tolvanen · 9 years ago
  40. bb4d73a dm verity: factor out verity_for_bv_block() by Sami Tolvanen · 9 years ago
  41. ffa3938 dm verity: factor out structures and functions useful to separate object by Sami Tolvanen · 9 years ago
  42. 03045cb dm verity: move dm-verity.c to dm-verity-target.c by Sami Tolvanen · 9 years ago[Renamed from drivers/md/dm-verity.c]
  43. 753c1fd dm verity: separate function for parsing opt args by Sami Tolvanen · 9 years ago
  44. 6dbeda3 dm verity: clean up duplicate hashing code by Sami Tolvanen · 9 years ago
  45. fe3265b dm: don't save and restore bi_private by Mikulas Patocka · 9 years ago
  46. e56f81e dm: refactor ioctl handling by Christoph Hellwig · 9 years ago
  47. 1e1a4e8 Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  48. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  49. fc0a446 dm: remove unlikely() before IS_ERR() by viresh kumar · 9 years ago
  50. 4fb9aa5 dm verity: remove unused mempool by Sami Tolvanen · 10 years ago
  51. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  52. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 10 years ago
  53. 65ff5b7 dm verity: add error handling modes for corrupted blocks by Sami Tolvanen · 10 years ago
  54. 3a77452 dm verity: fix biovecs hash calculation regression by Milan Broz · 11 years ago
  55. 196d38bc block: Generic bio chaining by Kent Overstreet · 11 years ago
  56. 003b5c5 block: Convert drivers to immutable biovecs by Kent Overstreet · 11 years ago
  57. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  58. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  59. 553d8fe dm verity: use __ffs and __fls by Mikulas Patocka · 12 years ago
  60. 5d8be84 dm verity: remove pointless comparison by Mikulas Patocka · 12 years ago
  61. b1bf2de dm verity: fix inability to use a few specific devices sizes by Mikulas Patocka · 12 years ago
  62. 64f8de4 Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core by Jens Axboe · 12 years ago
  63. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  64. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  65. 3b6b781 dm verity: avoid deadlock by Mikulas Patocka · 12 years ago
  66. fd7c092 dm: fix truncated status strings by Mikulas Patocka · 12 years ago
  67. 7de3ee5 dm: remove map_info by Mikulas Patocka · 12 years ago
  68. e42c3f9 dm verity: use per_bio_data by Mikulas Patocka · 12 years ago
  69. fe5fe90 dm: use ACCESS_ONCE for sysfs values by Mikulas Patocka · 12 years ago
  70. 1d55f6b dm verity: fix overflow check by Mikulas Patocka · 12 years ago
  71. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
  72. a4ffc15 dm: add verity target by Mikulas Patocka · 13 years ago