1. 131670c dm integrity: use kzalloc() instead of kmalloc() + memset() by Fuqian Huang · 6 years ago
  2. 5f1c56b dm integrity: always set version on superblock update by Milan Broz · 6 years ago
  3. 311f712 Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  4. 05d6909 dm integrity: whitespace, coding style and dead code cleanup by Mike Snitzer · 6 years ago
  5. 4827149 dm integrity: implement synchronous mode for reboot handling by Mikulas Patocka · 6 years ago
  6. 1f5a775 dm integrity: handle machine reboot in bitmap mode by Mikulas Patocka · 6 years ago
  7. 468dfca dm integrity: add a bitmap mode by Mikulas Patocka · 6 years ago
  8. 8b3bbd4 dm integrity: introduce a function add_new_range_and_wait() by Mikulas Patocka · 6 years ago
  9. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  10. 4f43446 dm integrity: allow large ranges to be described by Mikulas Patocka · 6 years ago
  11. d5027e0 dm ingerity: pass size to dm_integrity_alloc_page_list() by Mikulas Patocka · 6 years ago
  12. 981e8a9 dm integrity: introduce rw_journal_sectors() by Mikulas Patocka · 6 years ago
  13. 88ad5d1 dm integrity: update documentation by Mikulas Patocka · 6 years ago
  14. 893e3c3 dm integrity: don't report unused options by Mikulas Patocka · 6 years ago
  15. 97abfde dm integrity: don't check null pointer before kvfree and vfree by Mikulas Patocka · 6 years ago
  16. 30bba43 dm integrity: correctly calculate the size of metadata area by Mikulas Patocka · 6 years ago
  17. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  18. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  19. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
  20. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  21. 4ed319c dm integrity: fix deadlock with overlapping I/O by Mikulas Patocka · 6 years ago
  22. 5efedc9 dm integrity: make dm_integrity_init and dm_integrity_exit static by YueHaibing · 6 years ago
  23. 0d74e6a dm integrity: change memcmp to strncmp in dm_integrity_ctr by Mikulas Patocka · 6 years ago
  24. 2255574 dm integrity: limit the rate of error messages by Mikulas Patocka · 6 years ago
  25. 5e3d0e3 dm integrity: remove redundant unlikely annotation by Chengguang Xu · 6 years ago
  26. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  27. 4ed7bdc Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  28. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  29. e8c2566 dm integrity: fix spelling mistake in workqueue name by Colin Ian King · 6 years ago
  30. 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
  31. 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  32. 834d3cd Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Greg Kroah-Hartman · 6 years ago
  33. 329e098 treewide: Replace more open-coded allocation size multiplications by Kees Cook · 6 years ago
  34. 6d39a12 dm: Remove VLA usage from hashes by Kees Cook · 6 years ago
  35. 432061b dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlock by Mikulas Patocka · 6 years ago
  36. a3fcf72 dm integrity: recalculate checksums on creation by Mikulas Patocka · 7 years ago
  37. 747829a dm integrity: flush journal on suspend when using separate metadata device by Mikulas Patocka · 7 years ago
  38. 1f9fc0b dm integrity: use version 2 for separate metadata by Mikulas Patocka · 7 years ago
  39. 356d9d5 dm integrity: allow separate metadata device by Mikulas Patocka · 7 years ago
  40. 71e9ddb dm integrity: add ic->start in get_data_sector() by Mikulas Patocka · 7 years ago
  41. f84fd2c dm integrity: report provided data sectors in the status by Mikulas Patocka · 7 years ago
  42. 724376a dm integrity: implement fair range locks by Mikulas Patocka · 7 years ago
  43. 518748b dm integrity: decouple common code in dm_integrity_map_continue() by Mikulas Patocka · 7 years ago
  44. c21b163 dm integrity: change 'suspending' variable from bool to int by Mikulas Patocka · 7 years ago
  45. 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 7 years ago
  46. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  47. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  48. 6f1c819 dm: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  49. fc8cec1 dm integrity: use kvfree for kvmalloc'd memory by Mikulas Patocka · 7 years ago
  50. afa53df dm bufio: move dm-bufio.h to include/linux/ by Mikulas Patocka · 7 years ago
  51. e16b4f9 dm integrity: fail early if required HMAC key is not available by Milan Broz · 7 years ago
  52. 717f4b1 dm integrity: don't store cipher request on the stack by Mikulas Patocka · 7 years ago
  53. 8376d3c md: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  54. b91593f Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  55. 95b1369 dm integrity: allow unaligned bv_offset by Mikulas Patocka · 7 years ago
  56. d3e632f locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  57. 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
  58. b5e8ad9 dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACK by Arnd Bergmann · 7 years ago
  59. 7c373d66 dm integrity: make blk_integrity_profile structure const by Bhumika Goyal · 7 years ago
  60. b7e326f dm integrity: do not check integrity for failed read operations by Hyunchul Lee · 7 years ago
  61. 5916a22 dm: constify argument arrays by Eric Biggers · 8 years ago
  62. 3f2e539 dm integrity: count and display checksum failures by Mikulas Patocka · 8 years ago
  63. 1e3b21c dm integrity: optimize writing dm-bufio buffers that are partially changed by Mikulas Patocka · 8 years ago
  64. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  65. bc86a41 dm integrity: test for corrupted disk format during table load by Mikulas Patocka · 8 years ago
  66. aa03a91 dm integrity: WARN_ON if variables representing journal usage get out of sync by Mikulas Patocka · 8 years ago
  67. a7c3e62b dm integrity: use plugging when writing the journal by Mikulas Patocka · 8 years ago
  68. 9dd5972 dm integrity: fix inefficient allocation of journal space by Mikulas Patocka · 8 years ago
  69. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  70. 7def52b dm integrity: fix to not disable/enable interrupts from interrupt context by Mike Snitzer · 8 years ago
  71. 2ad5060 dm integrity: reject mappings too large for device by Ondrej Mosnáček · 8 years ago
  72. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  73. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  74. 846785e dm: don't return errnos from ->map by Christoph Hellwig · 8 years ago
  75. ff0361b dm: make flush bios explicitly sync by Jan Kara · 8 years ago
  76. 702a620 dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc() by Mikulas Patocka · 8 years ago
  77. 84ff1bc dm integrity: use previously calculated log2 of sectors_per_block by Mikulas Patocka · 8 years ago
  78. 6625d90 dm integrity: use hex2bin instead of open-coded variant by Mikulas Patocka · 8 years ago
  79. 9d609f8 dm integrity: support larger block sizes by Mikulas Patocka · 8 years ago
  80. 56b67a4 dm integrity: various small changes and cleanups by Mikulas Patocka · 8 years ago
  81. c2bcb2b dm integrity: add recovery mode by Mikulas Patocka · 8 years ago
  82. 1aa0efd dm integrity: factor out create_journal() from dm_integrity_ctr() by Mike Snitzer · 8 years ago
  83. 7eada90 dm: add integrity target by Mikulas Patocka · 8 years ago