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. a5217c1 dm crypt: Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 2 months ago
  3. 58d0f18 dm crypt: log aead integrity violations to audit subsystem by Michael Weiß · 3 years, 4 months ago
  4. fe45e63 block: move integrity handling out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 3 months ago
  5. d3703ef dm crypt: use in_hardirq() instead of deprecated in_irq() by Changbin Du · 3 years, 5 months ago
  6. 528b16b dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc() by Arne Welzel · 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. f34ee1d dm crypt: Fix zoned block device support by Damien Le Moal · 3 years, 7 months ago
  9. 912e887 dm: Introduce dm_report_zones() by Damien Le Moal · 3 years, 7 months ago
  10. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  11. a666e5c dm: fix deadlock when swapping to encrypted device by Mikulas Patocka · 3 years, 11 months ago
  12. e3290b9 dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED by Mike Snitzer · 3 years, 11 months ago
  13. 363880c dm crypt: support using trusted keys by Ahmad Fatoum · 4 years ago
  14. 831475c dm crypt: replaced #if defined with IS_ENABLED by Ahmad Fatoum · 4 years ago
  15. 74d1da3 dm crypt: Spelling s/cihper/cipher/ by Geert Uytterhoeven · 4 years, 1 month ago
  16. 004b8ae dm crypt: fix copy and paste bug in crypt_alloc_req_aead by Ignat Korchagin · 4 years ago
  17. c87a95d dm crypt: defer decryption to a tasklet if interrupts disabled by Ignat Korchagin · 4 years ago
  18. 8e14f61 dm crypt: do not call bio_endio() from the dm-crypt tasklet by Ignat Korchagin · 4 years ago
  19. d68b295 dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq by Ignat Korchagin · 4 years ago
  20. 8abec36 dm crypt: do not wait for backlogged crypto request completion in softirq by Ignat Korchagin · 4 years ago
  21. 48b0777 Revert "dm crypt: export sysfs of kcryptd workqueue" by Mike Snitzer · 4 years ago
  22. a2b8b2d dm crypt: export sysfs of kcryptd workqueue by Jeffle Xu · 4 years, 1 month ago
  23. e8dc79d dm crypt: Constify static crypt_iv_operations by Rikard Falkeborn · 4 years, 1 month ago
  24. cd74693 dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 6 months ago
  25. 7785a9e dm crypt: Initialize crypto wait structures by Damien Le Moal · 4 years, 4 months ago
  26. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  27. 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
  28. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  29. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
  30. 8e225f0 dm crypt: Enable zoned block device support by Damien Le Moal · 4 years, 6 months ago
  31. 39d42fa dm crypt: add flags to optionally bypass kcryptd workqueues by Ignat Korchagin · 4 years, 6 months ago
  32. 6f3bc22 Replace HTTP links with HTTPS ones: LVM by Alexander A. Klimov · 4 years, 6 months ago
  33. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 6 months ago
  34. 64611a15 dm crypt: avoid truncating the logical block size by Eric Biggers · 4 years, 7 months ago
  35. b18ae8d dm: replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  36. 27f5411 dm crypt: support using encrypted keys by Dmitry Baryshkov · 4 years, 9 months ago
  37. 3fd5353 dm crypt: use crypt_integrity_aead() helper by Yang Yingliang · 4 years, 11 months ago
  38. 4ea9471 dm crypt: fix benbi IV constructor crash if used in authenticated mode by Milan Broz · 5 years ago
  39. bbb1658 dm crypt: Implement Elephant diffuser for Bitlocker compatibility by Milan Broz · 5 years ago
  40. 9402e95 dm crypt: fix GFP flags passed to skcipher_request_alloc() by Mikulas Patocka · 5 years ago
  41. f612b21 Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" by Mike Snitzer · 5 years ago
  42. b1d1e29 dm crypt: omit parsing of the encapsulated cipher by Ard Biesheuvel · 5 years ago
  43. a1a262b dm crypt: switch to ESSIV crypto API template by Ard Biesheuvel · 5 years ago
  44. 39d13a1 dm crypt: reuse eboiv skcipher for IV generation by Ard Biesheuvel · 5 years ago
  45. b9411d7 dm crypt: implement eboiv - encrypted byte-offset initialization vector by Milan Broz · 5 years ago
  46. 6028a7a dm crypt: remove obsolete comment about plumb IV by Milan Broz · 5 years ago
  47. 4a52ffc dm crypt: wipe private IV struct after key invalid flag is set by Milan Broz · 5 years ago
  48. 9c81c99 dm crypt: use struct_size() when allocating encryption context by Zhengyuan Liu · 6 years ago
  49. 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
  50. f710126 dm crypt: print device name in integrity error message by Milan Broz · 6 years ago
  51. 7a1cd72 dm crypt: move detailed message into debug level by Milan Broz · 6 years ago
  52. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  53. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  54. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  55. c13b548 dm crypt: fix endianness annotations around org_sector_of_dmreq by Christoph Hellwig · 6 years ago
  56. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  57. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  58. ff0c129 dm crypt: don't overallocate the integrity tag space by Mikulas Patocka · 6 years ago
  59. 1856b9f dm crypt: fix parsing of extended IV arguments by Milan Broz · 6 years ago
  60. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  61. 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
  62. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  63. af331eb dm crypt: log the encryption algorithm implementation by Eric Biggers · 6 years ago
  64. ef87bfc dm: Check for device sector overflow if CONFIG_LBDAF is not set by Milan Broz · 6 years ago
  65. 8d683dc dm crypt: use u64 instead of sector_t to store iv_offset by AliOS system security · 6 years ago
  66. 1ad0f16 crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations by Eric Biggers · 6 years ago
  67. ed0302e dm crypt: make workqueue names device-specific by Michał Mirosław · 6 years ago
  68. 432061b dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlock by Mikulas Patocka · 6 years ago
  69. bc9e9cf dm crypt: don't decrease device limits by Mikulas Patocka · 6 years ago
  70. c07c88f dm crypt: convert essiv from ahash to shash by Kees Cook · 6 years ago
  71. c7329ef dm crypt: use wake_up_process() instead of a wait queue by Mikulas Patocka · 6 years ago
  72. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  73. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  74. 72d711c dm: adjust structure members to improve alignment by Mike Snitzer · 7 years ago
  75. d00a11d dm-crypt: fix warning in shutdown path by Kent Overstreet · 7 years ago
  76. 6f1c819 dm: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  77. 5059353 dm crypt: limit the number of allocated pages by Mikulas Patocka · 7 years ago
  78. 1eb5fa8 dm: allow targets to return output from messages they are sent by Mike Snitzer · 7 years ago
  79. 0be600a Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  80. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  81. d5ffebd dm: backfill missing calls to mutex_destroy() by Mike Snitzer · 7 years ago
  82. 3cc2e57 dm crypt: fix error return code in crypt_ctr() by Wei Yongjun · 7 years ago
  83. dc94902 dm crypt: wipe kernel key copy after IV initialization by Ondrej Kozina · 7 years ago
  84. 27c7003 dm crypt: fix crash by adding missing check for auth key size by Milan Broz · 7 years ago
  85. 92681ec dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages() by Ming Lei · 7 years ago
  86. 80cd175 dm crypt: remove BIOSET_NEED_RESCUER flag by NeilBrown · 7 years ago
  87. 0440d5c dm crypt: allow unaligned bv_offset by Mikulas Patocka · 7 years ago
  88. 783874b dm crypt: reject sector_size feature if device length is not aligned to it by Milan Broz · 7 years ago
  89. bd86e32 dm crypt: fix memory leak in crypt_ctr_cipher_old() by Jeffy Chen · 7 years ago
  90. 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
  91. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  92. 5916a22 dm: constify argument arrays by Eric Biggers · 8 years ago
  93. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  94. 62d20aa dm-crypt: don't mess with BIP_BLOCK_INTEGRITY by Christoph Hellwig · 7 years ago
  95. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  96. 7e3fd85 dm crypt: add big-endian variant of plain64 IV by Milan Broz · 8 years ago
  97. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 8 years ago
  98. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  99. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  100. 846785e dm: don't return errnos from ->map by Christoph Hellwig · 8 years ago