1. 63dcd69 Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 10 months ago
  2. df7b59b dm verity: fix FEC for RS roots unaligned to block size by Milan Broz · 3 years, 11 months ago
  3. a14e5ec dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size by Mikulas Patocka · 3 years, 11 months ago
  4. 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  5. 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
  6. 325b764 Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 11 months ago
  7. 9820b4d Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  8. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  9. a666e5c dm: fix deadlock when swapping to encrypted device by Mikulas Patocka · 3 years, 11 months ago
  10. e3290b9 dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED by Mike Snitzer · 3 years, 11 months ago
  11. 3db564b dm: set DM_TARGET_PASSES_CRYPTO feature for some targets by Satya Tangirala · 4 years ago
  12. 9355a9e dm: support key eviction from keyslot managers of underlying devices by Satya Tangirala · 4 years ago
  13. aa6ce87 dm: add support for passing through inline crypto support by Satya Tangirala · 4 years ago
  14. cca2c6a dm era: only resize metadata in preresume by Nikos Tsironis · 3 years, 11 months ago
  15. 64f2d15 dm era: Use correct value size in equality function of writeset tree by Nikos Tsironis · 4 years ago
  16. 904e6b2 dm era: Fix bitset memory leaks by Nikos Tsironis · 4 years ago
  17. c8e846f dm era: Verify the data block size hasn't changed by Nikos Tsironis · 4 years ago
  18. 2524933 dm era: Reinitialize bitset cache before digesting a new writeset by Nikos Tsironis · 4 years ago
  19. 2099b145 dm era: Update in-core bitset after committing the metadata by Nikos Tsironis · 4 years ago
  20. de89afc dm era: Recover committed writeset after crash by Nikos Tsironis · 4 years ago
  21. 6751c1e bcache: Avoid comma separated statements by Joe Perches · 3 years, 11 months ago
  22. afe78ab bcache: Move journal work to new flush wq by Kai Krakow · 3 years, 11 months ago
  23. d797bd9 bcache: Give btree_io_wq correct semantics again by Kai Krakow · 3 years, 11 months ago
  24. 9f233ff Revert "bcache: Kill btree_io_wq" by Kai Krakow · 3 years, 11 months ago
  25. d7fae7b bcache: Fix register_device_aync typo by Kai Krakow · 3 years, 11 months ago
  26. 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 3 years, 11 months ago
  27. d9928ac dm writecache: use bdev_nr_sectors() instead of open-coded equivalent by Mike Snitzer · 3 years, 11 months ago
  28. 4134455 dm writecache: fix writing beyond end of underlying device when shrinking by Mikulas Patocka · 3 years, 11 months ago
  29. cccb493 dm table: remove needless request_queue NULL pointer checks by Jeffle Xu · 4 years ago
  30. 24f6b60 dm table: fix zoned iterate_devices based device capability checks by Jeffle Xu · 4 years ago
  31. 5b0fab5 dm table: fix DAX iterate_devices based device capability checks by Jeffle Xu · 4 years ago
  32. a4c8dd9 dm table: fix iterate_devices based device capability checks by Jeffle Xu · 4 years ago
  33. 054bee1 dm writecache: return the exact table values that were set by Mikulas Patocka · 4 years ago
  34. 72b0436 md/raid10: remove dead code in reshape_request by Christoph Hellwig · 4 years ago
  35. c5eec74 md/raid5: cast chunk_sectors to sector_t value by Guoqing Jiang · 4 years, 1 month ago
  36. 363880c dm crypt: support using trusted keys by Ahmad Fatoum · 4 years ago
  37. 831475c dm crypt: replaced #if defined with IS_ENABLED by Ahmad Fatoum · 4 years ago
  38. 21ec672 dm writecache: fix unnecessary NULL check warnings by Tian Tao · 4 years ago
  39. cb72848 dm writecache: fix performance degradation in ssd mode by Mikulas Patocka · 4 years ago
  40. 09d85f8 dm integrity: introduce the "fix_hmac" argument by Mikulas Patocka · 4 years ago
  41. 4c9e988 dm persistent data: fix return type of shadow_root() by Jinoh Kang · 4 years ago
  42. 62f2631 dm: cleanup of front padding calculation by Jeffle Xu · 4 years ago
  43. 23c4ecb dm integrity: fix spelling mistake "flusing" -> "flushing" by Colin Ian King · 4 years ago
  44. 74d1da3 dm crypt: Spelling s/cihper/cipher/ by Geert Uytterhoeven · 4 years, 1 month ago
  45. 892c7a77f dm dust: remove h from printk format specifier by Tom Rix · 4 years, 1 month ago
  46. a42e0d7 md: use rdev_read_only in restart_array by Christoph Hellwig · 4 years ago
  47. d7a4783 md: check for NULL ->meta_bdev before calling bdev_read_only by Christoph Hellwig · 4 years ago
  48. 2ba1c4d Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  49. 0df28ca bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURES by Coly Li · 4 years ago
  50. e82ed3a md/raid6: refactor raid5_read_one_chunk by Christoph Hellwig · 4 years ago
  51. 6a59656 md: remove md_bio_alloc_sync by Christoph Hellwig · 4 years ago
  52. 3263738 md: simplify sync_page_io by Christoph Hellwig · 4 years ago
  53. a78f18d md: remove bio_alloc_mddev by Christoph Hellwig · 4 years ago
  54. a587daa dm-clone: use blkdev_issue_flush in commit_metadata by Christoph Hellwig · 4 years ago
  55. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
  56. f65b95f bcache: use bio_set_dev to assign ->bi_bdev by Christoph Hellwig · 4 years ago
  57. faa8e2c4 bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set' by Ming Lei · 4 years ago
  58. 99dfc43 block: use ->bi_bdev for bio based I/O accounting by Christoph Hellwig · 4 years ago
  59. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  60. 1e0dcca dm: use bdev_read_only to check if a device is read-only by Christoph Hellwig · 4 years ago
  61. a692a61 Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  62. 809b1e4 dm: avoid filesystem lookup in dm_get_dev_t() by Hannes Reinecke · 4 years ago
  63. 004b8ae dm crypt: fix copy and paste bug in crypt_alloc_req_aead by Ignat Korchagin · 4 years ago
  64. 5c02406 dm integrity: conditionally disable "recalculate" feature by Mikulas Patocka · 4 years ago
  65. 2d06dfe dm integrity: fix a crash if "recalculate" used without "internal_hash" by Mikulas Patocka · 4 years ago
  66. dc5d17a3 md: Set prev_flush_start and flush_bio in an atomic way by Xiao Ni · 4 years, 1 month ago
  67. 1d94330 Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years ago
  68. c87a95d dm crypt: defer decryption to a tasklet if interrupts disabled by Ignat Korchagin · 4 years ago
  69. 17ffc19 dm integrity: fix the maximum number of arguments by Mikulas Patocka · 4 years ago
  70. 8e14f61 dm crypt: do not call bio_endio() from the dm-crypt tasklet by Ignat Korchagin · 4 years ago
  71. ed41fd0 Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  72. 5342fd4 bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET by Coly Li · 4 years ago
  73. b16671e bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket by Coly Li · 4 years ago
  74. 1dfc068 bcache: check unsupported feature sets for bcache register by Coly Li · 4 years ago
  75. f7b4943d bcache: fix typo from SUUP to SUPP in features.h by Coly Li · 4 years ago
  76. e809270 bcache: set pdev_set_uuid before scond loop iteration by Yi Li · 4 years ago
  77. 9b59482 dm integrity: fix flush with external metadata device by Mikulas Patocka · 4 years ago
  78. 0378c62 dm: eliminate potential source of excessive kernel log noise by Mike Snitzer · 4 years ago
  79. fcc4233 dm snapshot: flush merged data before committing metadata by Akilesh Kailash · 4 years ago
  80. d68b295 dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq by Ignat Korchagin · 4 years ago
  81. 8abec36 dm crypt: do not wait for backlogged crypto request completion in softirq by Ignat Korchagin · 4 years ago
  82. b690bd5 dm zoned: select CONFIG_CRC32 by Arnd Bergmann · 4 years ago
  83. f7b347a dm integrity: select CRYPTO_SKCIPHER by Anthony Iliopoulos · 4 years, 1 month ago
  84. cc07d72 dm raid: fix discard limits for raid1 by Mike Snitzer · 4 years, 3 months ago
  85. dea8dcf Merge tag 'for-5.11/dm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years ago
  86. 48b0777 Revert "dm crypt: export sysfs of kcryptd workqueue" by Mike Snitzer · 4 years ago
  87. 771e7e4 Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  88. 4692612 md/bcache: convert comma to semicolon by Zheng Yongjun · 4 years ago
  89. 117ae25 bcache:remove a superfluous check in register_bcache by Yi Li · 4 years ago
  90. d8355e7 Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years ago
  91. b777092 dm cache: simplify the return expression of load_mapping() by Zheng Yongjun · 4 years, 1 month ago
  92. 52252ad dm ebs: avoid double unlikely() notation when using IS_ERR() by Antonio Quartulli · 4 years, 1 month ago
  93. 252bd12 dm verity: skip verity work if I/O error when system is shutting down by Hyeongseok Kim · 4 years, 1 month ago
  94. 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  95. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  96. 0941e3b Revert "dm raid: fix discard limits for raid1 and raid10" by Mike Snitzer · 4 years, 1 month ago
  97. 77a6869 Revert "md: change mddev 'chunk_sectors' from int to unsigned" by Mike Snitzer · 4 years, 1 month ago
  98. d2360a3 Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  99. 6ffeb1c md: change mddev 'chunk_sectors' from int to unsigned by Mike Snitzer · 4 years, 1 month ago
  100. 57a0f3a Revert "md: add md_submit_discard_bio() for submitting discard bio" by Song Liu · 4 years, 1 month ago