1. 80814b8e bio-integrity: update the payload size in bio_integrity_add_page() by Jinyoung Choi · 1 year, 7 months ago
  2. 5d95ff8 Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 8 months ago
  3. 6cdbb09 Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 1 year, 8 months ago
  4. 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 8 months ago
  5. 7bc7571 dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN by Catalin Marinas · 1 year, 9 months ago
  6. 2a32897 dm crypt: fix crypt_ctr_cipher_new return value on invalid AEAD cipher by Mikulas Patocka · 1 year, 9 months ago
  7. 5054e77 dm crypt: allocate compound pages if possible by Mikulas Patocka · 1 year, 10 months ago
  8. e302309 dm crypt: Avoid using MAX_CIPHER_BLOCKSIZE by Herbert Xu · 1 year, 9 months ago
  9. 2c55051 dm-crypt: use __bio_add_page to add single page to clone bio by Johannes Thumshirn · 1 year, 9 months ago
  10. 3664ff8 dm: add helper macro for simple DM target module init and exit by Yangtao Li · 1 year, 11 months ago
  11. b362c73 dm: push error reporting down to dm_register_target() by Yangtao Li · 2 years ago
  12. 5ad4fe9 Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 2 years ago
  13. d9a02e0 dm crypt: avoid accessing uninitialized tasklet by Mike Snitzer · 2 years ago
  14. fb294b1 dm crypt: add cond_resched() to dmcrypt_write() by Mikulas Patocka · 2 years ago
  15. f0b2769 Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 2 years ago
  16. 2e84fec dm: avoid split of quoted strings where possible by Heinz Mauelshagen · 2 years, 1 month ago
  17. 0ef0b47 dm: add missing empty lines by Heinz Mauelshagen · 2 years, 1 month ago
  18. ced6e47 dm crypt: correct 'foo*' to 'foo *' by Heinz Mauelshagen · 2 years, 1 month ago
  19. a4a82ce dm: correct block comments format. by Heinz Mauelshagen · 2 years, 1 month ago
  20. 255e264 dm: address indent/space issues by Heinz Mauelshagen · 2 years, 1 month ago
  21. 2f06cd1 dm: avoid initializing static variables by Heinz Mauelshagen · 2 years, 1 month ago
  22. d715fa2 dm: avoid assignment in if conditions by Heinz Mauelshagen · 2 years, 1 month ago
  23. 86a3238 dm: change "unsigned" to "unsigned int" by Heinz Mauelshagen · 2 years, 1 month ago
  24. 0d78954 dm: prefer kmap_local_page() instead of deprecated kmap_atomic() by Heinz Mauelshagen · 2 years, 1 month ago
  25. 3bd9400 dm: add missing SPDX-License-Indentifiers by Heinz Mauelshagen · 2 years, 1 month ago
  26. dcfe653 dm: Remove completion function scaffolding by Herbert Xu · 2 years, 1 month ago
  27. 9674722 dm: Add scaffolding to change completion function signature by Herbert Xu · 2 years, 1 month ago
  28. fc77258 dm crypt: Slightly simplify crypt_set_keyring_key() by Christophe JAILLET · 2 years, 1 month ago
  29. 86e4d3e dm-crypt: provide dma_alignment limit in io_hints by Keith Busch · 2 years, 4 months ago
  30. 567dd8f dm crypt: make printing of the key constant-time by Mikulas Patocka · 2 years, 10 months ago
  31. 6f2689a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years ago
  32. b1f8ccd Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years ago
  33. b7f8dff0 dm: simplify dm_sumbit_bio_remap interface by Mike Snitzer · 3 years ago
  34. 6667171 dm-crypt: stop using bio_devname by Christoph Hellwig · 3 years ago
  35. a773187 scsi: dm: Remove WRITE_SAME support by Christoph Hellwig · 3 years, 1 month ago
  36. 6fc5150 dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS by Aashish Sharma · 3 years, 1 month ago
  37. e5524e1 dm crypt: use dm_submit_bio_remap by Mike Snitzer · 3 years ago
  38. abfc426 block: pass a block_device to bio_clone_fast by Christoph Hellwig · 3 years, 1 month ago
  39. 609be10 block: pass a block_device and opf to bio_alloc_bioset by Christoph Hellwig · 3 years, 1 month ago
  40. 3f868c0 dm-crypt: remove clone_init by Christoph Hellwig · 3 years, 1 month ago
  41. 53db984 dm: bio_alloc can't fail if it is allowed to sleep by Christoph Hellwig · 3 years, 1 month ago
  42. 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, 4 months ago
  43. a5217c1 dm crypt: Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 4 months ago
  44. 58d0f18 dm crypt: log aead integrity violations to audit subsystem by Michael Weiß · 3 years, 6 months ago
  45. fe45e63 block: move integrity handling out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 5 months ago
  46. d3703ef dm crypt: use in_hardirq() instead of deprecated in_irq() by Changbin Du · 3 years, 7 months ago
  47. 528b16b dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc() by Arne Welzel · 3 years, 7 months ago
  48. 8ec4566 dm: update target status functions to support IMA measurement by Tushar Sugandhi · 3 years, 8 months ago
  49. f34ee1d dm crypt: Fix zoned block device support by Damien Le Moal · 3 years, 9 months ago
  50. 912e887 dm: Introduce dm_report_zones() by Damien Le Moal · 3 years, 9 months ago
  51. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 4 years ago
  52. a666e5c dm: fix deadlock when swapping to encrypted device by Mikulas Patocka · 4 years, 1 month ago
  53. e3290b9 dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED by Mike Snitzer · 4 years, 1 month ago
  54. 363880c dm crypt: support using trusted keys by Ahmad Fatoum · 4 years, 1 month ago
  55. 831475c dm crypt: replaced #if defined with IS_ENABLED by Ahmad Fatoum · 4 years, 1 month ago
  56. 74d1da3 dm crypt: Spelling s/cihper/cipher/ by Geert Uytterhoeven · 4 years, 3 months ago
  57. 004b8ae dm crypt: fix copy and paste bug in crypt_alloc_req_aead by Ignat Korchagin · 4 years, 1 month ago
  58. c87a95d dm crypt: defer decryption to a tasklet if interrupts disabled by Ignat Korchagin · 4 years, 2 months ago
  59. 8e14f61 dm crypt: do not call bio_endio() from the dm-crypt tasklet by Ignat Korchagin · 4 years, 2 months ago
  60. d68b295 dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq by Ignat Korchagin · 4 years, 2 months ago
  61. 8abec36 dm crypt: do not wait for backlogged crypto request completion in softirq by Ignat Korchagin · 4 years, 2 months ago
  62. 48b0777 Revert "dm crypt: export sysfs of kcryptd workqueue" by Mike Snitzer · 4 years, 2 months ago
  63. a2b8b2d dm crypt: export sysfs of kcryptd workqueue by Jeffle Xu · 4 years, 3 months ago
  64. e8dc79d dm crypt: Constify static crypt_iv_operations by Rikard Falkeborn · 4 years, 3 months ago
  65. cd74693 dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 8 months ago
  66. 7785a9e dm crypt: Initialize crypto wait structures by Damien Le Moal · 4 years, 6 months ago
  67. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  68. 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, 7 months ago
  69. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
  70. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  71. 8e225f0 dm crypt: Enable zoned block device support by Damien Le Moal · 4 years, 8 months ago
  72. 39d42fa dm crypt: add flags to optionally bypass kcryptd workqueues by Ignat Korchagin · 4 years, 8 months ago
  73. 6f3bc22 Replace HTTP links with HTTPS ones: LVM by Alexander A. Klimov · 4 years, 8 months ago
  74. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 8 months ago
  75. 64611a15 dm crypt: avoid truncating the logical block size by Eric Biggers · 4 years, 9 months ago
  76. b18ae8d dm: replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  77. 27f5411 dm crypt: support using encrypted keys by Dmitry Baryshkov · 4 years, 11 months ago
  78. 3fd5353 dm crypt: use crypt_integrity_aead() helper by Yang Yingliang · 5 years ago
  79. 4ea9471 dm crypt: fix benbi IV constructor crash if used in authenticated mode by Milan Broz · 5 years ago
  80. bbb1658 dm crypt: Implement Elephant diffuser for Bitlocker compatibility by Milan Broz · 5 years ago
  81. 9402e95 dm crypt: fix GFP flags passed to skcipher_request_alloc() by Mikulas Patocka · 5 years ago
  82. f612b21 Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" by Mike Snitzer · 5 years ago
  83. b1d1e29 dm crypt: omit parsing of the encapsulated cipher by Ard Biesheuvel · 6 years ago
  84. a1a262b dm crypt: switch to ESSIV crypto API template by Ard Biesheuvel · 6 years ago
  85. 39d13a1 dm crypt: reuse eboiv skcipher for IV generation by Ard Biesheuvel · 6 years ago
  86. b9411d7 dm crypt: implement eboiv - encrypted byte-offset initialization vector by Milan Broz · 6 years ago
  87. 6028a7a dm crypt: remove obsolete comment about plumb IV by Milan Broz · 6 years ago
  88. 4a52ffc dm crypt: wipe private IV struct after key invalid flag is set by Milan Broz · 6 years ago
  89. 9c81c99 dm crypt: use struct_size() when allocating encryption context by Zhengyuan Liu · 6 years ago
  90. 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
  91. f710126 dm crypt: print device name in integrity error message by Milan Broz · 6 years ago
  92. 7a1cd72 dm crypt: move detailed message into debug level by Milan Broz · 6 years ago
  93. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  94. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  95. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  96. c13b548 dm crypt: fix endianness annotations around org_sector_of_dmreq by Christoph Hellwig · 6 years ago
  97. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  98. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  99. ff0c129 dm crypt: don't overallocate the integrity tag space by Mikulas Patocka · 6 years ago
  100. 1856b9f dm crypt: fix parsing of extended IV arguments by Milan Broz · 6 years ago