1. fca745e FROMLIST: dm-verity: skip verity_handle_error on I/O errors by Akilesh Kailash · 3 years, 4 months ago
  2. ea2cf4b Revert "ANDROID: AVB error handler to invalidate vbmeta partition." by Alistair Delva · 3 years, 9 months ago
  3. b9a61f9 Merge 5.10.27 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
  4. d8b36c4 dm verity: fix DM_VERITY_OPTS_MAX value by JeongHyeon Lee · 3 years, 10 months ago
  5. 9cf2cea Merge 5.10.5 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
  6. aff18aa dm verity: skip verity work if I/O error when system is shutting down by Hyeongseok Kim · 4 years, 1 month ago
  7. a17a563 Merge 449dc8c97089 ("Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
  8. 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
  9. 98777a7 Merge commit 382625d0d432 ("Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block") into android-mainline by Eric Biggers · 4 years, 5 months ago
  10. e1fef0b dm verity: add "panic_on_corruption" error handling mode by JeongHyeon Lee · 4 years, 7 months ago
  11. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
  12. ab9ed60 Merge 5.6-rc5 into android-mainline by Greg Kroah-Hartman · 4 years, 10 months ago
  13. 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 11 months ago
  14. 2fa0ed8 Merge e9f8ca0ae7b7 ("Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm") into android-mainline by Greg Kroah-Hartman · 5 years ago
  15. 0a531c5 dm verity: don't prefetch hash blocks for already-verified data by xianrong.zhou · 5 years ago
  16. 896be8f4 Merge 5.4-rc1-prereleae into android-mainline by Greg Kroah-Hartman · 5 years ago
  17. 88cd3e6 dm verity: add root hash pkcs#7 signature verification by Jaskaran Khurana · 6 years ago
  18. 96e821b Merge 5.2-rc7 into android-mainline by Greg Kroah-Hartman · 6 years ago
  19. 2eba4e6 dm verity: use message limit for data block corruption message by Milan Broz · 6 years ago
  20. 62f5ae536 Merge 5.2-rc4 into android-mainline by Greg Kroah-Hartman · 6 years ago
  21. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  22. 0f2cb7c Merge branch 'linux-mainline' into android-mainline-tmp by Todd Kjos · 6 years ago
  23. 6115619 ANDROID: AVB error handler to invalidate vbmeta partition. by David Zeuthen · 8 years ago
  24. bbf6a56 dm verity: log the hash algorithm implementation by Eric Biggers · 6 years ago
  25. e4b069e dm verity: fix crash on bufio buffer that was allocated with vmalloc by Mikulas Patocka · 6 years ago
  26. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  27. 5bd5e8d dm: remove fmode_t argument from .prepare_ioctl hook by Mike Snitzer · 7 years ago
  28. d4b1aaf dm verity: make verity_for_io_block static by weiyongjun (A) · 7 years ago
  29. 843f38d dm verity: add 'check_at_most_once' option to only validate hashes once by Patrik Torstensson · 7 years ago
  30. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  31. 12f1ffc dm: move dm-verity to generic async completion by Gilad Ben-Yossef · 7 years ago
  32. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  33. 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
  34. 5916a22 dm: constify argument arrays by Eric Biggers · 8 years ago
  35. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  36. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  37. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  38. 846785e dm: don't return errnos from ->map by Christoph Hellwig · 8 years ago
  39. f52236e dm verity: fix no salt use case by Gilad Ben-Yossef · 8 years ago
  40. d1ac3ff dm verity: switch to using asynchronous hash crypto API by Gilad Ben-Yossef · 8 years ago
  41. 21ffe55 dm verity: fix incorrect error message by Eric Biggers · 8 years ago
  42. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 9 years ago
  43. 0cc37c2 dm verity: add ignore_zero_blocks feature by Sami Tolvanen · 9 years ago
  44. a739ff3 dm verity: add support for forward error correction by Sami Tolvanen · 9 years ago
  45. bb4d73a dm verity: factor out verity_for_bv_block() by Sami Tolvanen · 9 years ago
  46. ffa3938 dm verity: factor out structures and functions useful to separate object by Sami Tolvanen · 9 years ago
  47. 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]
  48. 753c1fd dm verity: separate function for parsing opt args by Sami Tolvanen · 9 years ago
  49. 6dbeda3 dm verity: clean up duplicate hashing code by Sami Tolvanen · 9 years ago
  50. fe3265b dm: don't save and restore bi_private by Mikulas Patocka · 9 years ago
  51. e56f81e dm: refactor ioctl handling by Christoph Hellwig · 9 years ago
  52. 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
  53. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  54. fc0a446 dm: remove unlikely() before IS_ERR() by viresh kumar · 9 years ago
  55. 4fb9aa5 dm verity: remove unused mempool by Sami Tolvanen · 10 years ago
  56. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  57. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 10 years ago
  58. 65ff5b7 dm verity: add error handling modes for corrupted blocks by Sami Tolvanen · 10 years ago
  59. 3a77452 dm verity: fix biovecs hash calculation regression by Milan Broz · 11 years ago
  60. 196d38bc block: Generic bio chaining by Kent Overstreet · 11 years ago
  61. 003b5c5 block: Convert drivers to immutable biovecs by Kent Overstreet · 11 years ago
  62. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  63. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  64. 553d8fe dm verity: use __ffs and __fls by Mikulas Patocka · 12 years ago
  65. 5d8be84 dm verity: remove pointless comparison by Mikulas Patocka · 12 years ago
  66. b1bf2de dm verity: fix inability to use a few specific devices sizes by Mikulas Patocka · 12 years ago
  67. 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
  68. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  69. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  70. 3b6b781 dm verity: avoid deadlock by Mikulas Patocka · 12 years ago
  71. fd7c092 dm: fix truncated status strings by Mikulas Patocka · 12 years ago
  72. 7de3ee5 dm: remove map_info by Mikulas Patocka · 12 years ago
  73. e42c3f9 dm verity: use per_bio_data by Mikulas Patocka · 12 years ago
  74. fe5fe90 dm: use ACCESS_ONCE for sysfs values by Mikulas Patocka · 12 years ago
  75. 1d55f6b dm verity: fix overflow check by Mikulas Patocka · 12 years ago
  76. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
  77. a4ffc15 dm: add verity target by Mikulas Patocka · 13 years ago