1. 9dd6956 Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 10 months ago
  2. 7bc4361 md/raid5: remove unused working_disks variable by Tom Rix · 2 years ago
  3. 7cddb05 md/raid10: don't call bio_start_io_acct twice for bio which experienced read error by Yu Kuai · 2 years ago
  4. f0ddb83 md/raid10: fix memleak of md thread by Yu Kuai · 2 years ago
  5. c9ac2ac md/raid10: fix memleak for 'conf->bio_split' by Yu Kuai · 2 years ago
  6. 26208a7 md/raid10: fix leak of 'r10bio->remaining' for recovery by Yu Kuai · 2 years ago
  7. 9fdfe6d md/raid10: don't BUG_ON() in raise_barrier() by Yu Kuai · 2 years ago
  8. 6efddf1 md: fix soft lockup in status_resync by Yu Kuai · 2 years ago
  9. c31fea2 md: add error_handlers for raid0 and linear by Mariusz Tkaczyk · 2 years ago
  10. 8745faa md: Use optimal I/O size for last bitmap page by Jon Derrick · 2 years ago
  11. 10172f2 md: Fix types in sb writer by Jon Derrick · 2 years ago
  12. 328e17d md: Move sb writer loop to its own function by Jon Derrick · 2 years ago
  13. dccb8ad md/raid10: Fix typo in comment (replacment -> replacement) by Jiangshan Yi · 2 years, 1 month ago
  14. 4d72a9d md: make kobj_type structures constant by Thomas Weißschuh · 2 years, 1 month ago
  15. a405c6f md/raid10: fix null-ptr-deref in raid10_sync_request by Li Nan · 2 years ago
  16. 72c215e md/raid10: fix task hung in raid10d by Li Nan · 2 years ago
  17. 81409e5 Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
  18. 666eed4 dm: fix __send_duplicate_bios() to always allow for splitting IO by Mike Snitzer · 1 year, 11 months ago
  19. f7b58a6 dm: fix improper splitting for abnormal bios by Mike Snitzer · 1 year, 11 months ago
  20. 433279b md: fix regression for null-ptr-deference in __md_stop() by Yu Kuai · 2 years ago
  21. 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
  22. d3aa3e0 dm stats: check for and propagate alloc_percpu failure by Jiasheng Jiang · 2 years ago
  23. 70493a63 blk-crypto: make blk_crypto_evict_key() return void by Eric Biggers · 2 years ago
  24. 23e5b93 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.3 by Jens Axboe · 2 years ago
  25. 6c0f589 md: select BLOCK_LEGACY_AUTOLOAD by NeilBrown · 2 years ago
  26. 5f27571 block: count 'ios' and 'sectors' when io is done for bio-based device by Yu Kuai · 2 years ago
  27. 3bc5729 md: avoid signed overflow in slot_store() by NeilBrown · 2 years ago
  28. 3e45352 md: Free resources in __md_stop by Xiao Ni · 2 years ago
  29. d9a02e0 dm crypt: avoid accessing uninitialized tasklet by Mike Snitzer · 2 years ago
  30. fb294b1 dm crypt: add cond_resched() to dmcrypt_write() by Mikulas Patocka · 2 years ago
  31. 9bbf5fe dm thin: fix deadlock when swapping to thin device by Coly Li · 2 years ago
  32. 472a2ab Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 2 years ago
  33. 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
  34. 36289a03b Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 2 years ago
  35. 8cc01d4 Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 2 years ago
  36. d695e44 dm: remove unnecessary (void*) conversion in event_callback() by XU pengfei · 2 years, 1 month ago
  37. a2f998a dm ioctl: remove unnecessary check when using dm_get_mdptr() by Hou Tao · 2 years, 3 months ago
  38. 69868be dm ioctl: assert _hash_lock is held in __hash_remove by Mike Snitzer · 2 years ago
  39. 76227f6 dm cache: add cond_resched() to various workqueue loops by Mike Snitzer · 2 years, 1 month ago
  40. e4f8030 dm thin: add cond_resched() to various workqueue loops by Mike Snitzer · 2 years, 1 month ago
  41. f77692d dm: add cond_resched() to dm_wq_requeue_work() by Mike Snitzer · 2 years, 1 month ago
  42. 0ca44fc dm: add cond_resched() to dm_wq_work() by Pingfan Liu · 2 years, 1 month ago
  43. b0bbd86 dm sysfs: make kobj_type structure constant by Thomas Weißschuh · 2 years, 1 month ago
  44. a7e8f7f dm: update targets using system workqueues to use a local workqueue by Tetsuo Handa · 2 years, 11 months ago
  45. 0b22ff5 dm: remove flush_scheduled_work() during local_exit() by Mike Snitzer · 2 years, 1 month ago
  46. f0ac159 dm clone: prefer kvmalloc_array() by Heinz Mauelshagen · 2 years, 1 month ago
  47. 774f13a dm: declare variables static when sensible by Heinz Mauelshagen · 2 years, 1 month ago
  48. 23fda2e dm: fix suspect indent whitespace by Heinz Mauelshagen · 2 years, 1 month ago
  49. 22a8b84 dm ioctl: prefer strscpy() instead of strlcpy() by Heinz Mauelshagen · 2 years, 1 month ago
  50. b39b732 dm: avoid void function return statements by Heinz Mauelshagen · 2 years, 1 month ago
  51. ba287d7 dm integrity: change macros min/max() -> min_t/max_t where appropriate by Heinz Mauelshagen · 2 years, 1 month ago
  52. 8d1058f dm: fix use of sizeof() macro by Heinz Mauelshagen · 2 years, 1 month ago
  53. 6cc435f dm: avoid 'do {} while(0)' loop in single statement macros by Heinz Mauelshagen · 2 years, 1 month ago
  54. dcdd467 dm log: avoid multiple line dereference by Heinz Mauelshagen · 2 years, 1 month ago
  55. fb99e87b dm log: avoid trailing semicolon in macro by Heinz Mauelshagen · 2 years, 1 month ago
  56. 5cae0aa dm ioctl: have constant on the right side of the test by Heinz Mauelshagen · 2 years, 1 month ago
  57. a6ba79c dm: don't indent labels by Heinz Mauelshagen · 2 years, 1 month ago
  58. 9bfeac5 dm: avoid inline filenames by Heinz Mauelshagen · 2 years, 1 month ago
  59. b30f160 dm: add missing blank line after declarations/fix those by Heinz Mauelshagen · 2 years, 1 month ago
  60. 1c3fe2f dm: avoid useless 'else' after 'break' or return' by Heinz Mauelshagen · 2 years, 1 month ago
  61. ae99111 dm: favour __packed versus "__attribute__ ((packed))" by Heinz Mauelshagen · 2 years, 1 month ago
  62. f8922a4 dm: favour __aligned(N) versus "__attribute__ (aligned(N))" by Heinz Mauelshagen · 2 years, 1 month ago
  63. 6a80803 dm: avoid using symbolic permissions by Heinz Mauelshagen · 2 years, 1 month ago
  64. 1c13188 dm: prefer '"%s...", __func__' by Heinz Mauelshagen · 2 years, 1 month ago
  65. aa07f9d dm: adjust EXPORT_SYMBOL() to follow functions immediately by Heinz Mauelshagen · 2 years, 1 month ago
  66. 2e84fec dm: avoid split of quoted strings where possible by Heinz Mauelshagen · 2 years, 1 month ago
  67. 2d0f25c dm: remove unnecessary braces from single statement blocks by Heinz Mauelshagen · 2 years, 1 month ago
  68. 0ef0b47 dm: add missing empty lines by Heinz Mauelshagen · 2 years, 1 month ago
  69. 02f10ba dm: add argument identifier names by Heinz Mauelshagen · 2 years, 1 month ago
  70. 8ca817c dm: avoid spaces before function arguments or in favour of tabs by Heinz Mauelshagen · 2 years, 1 month ago
  71. beecc84 dm block-manager: avoid not required parentheses by Heinz Mauelshagen · 2 years, 1 month ago
  72. ced6e47 dm crypt: correct 'foo*' to 'foo *' by Heinz Mauelshagen · 2 years, 1 month ago
  73. 03b1888 dm: fix trailing statements by Heinz Mauelshagen · 2 years, 1 month ago
  74. 43be9c7 dm: fix undue/missing spaces by Heinz Mauelshagen · 2 years, 1 month ago
  75. a4a82ce dm: correct block comments format. by Heinz Mauelshagen · 2 years, 1 month ago
  76. 255e264 dm: address indent/space issues by Heinz Mauelshagen · 2 years, 1 month ago
  77. 9642228 dm: address space issues relative to switch/while/for/... by Heinz Mauelshagen · 2 years, 1 month ago
  78. 2f06cd1 dm: avoid initializing static variables by Heinz Mauelshagen · 2 years, 1 month ago
  79. 44bc08e dm: enclose complex macros into parentheses where possible by Heinz Mauelshagen · 2 years, 1 month ago
  80. d715fa2 dm: avoid assignment in if conditions by Heinz Mauelshagen · 2 years, 1 month ago
  81. 86a3238 dm: change "unsigned" to "unsigned int" by Heinz Mauelshagen · 2 years, 1 month ago
  82. 238d991 dm: use fsleep() instead of msleep() for deterministic sleep duration by Heinz Mauelshagen · 2 years, 1 month ago
  83. 0d78954 dm: prefer kmap_local_page() instead of deprecated kmap_atomic() by Heinz Mauelshagen · 2 years, 1 month ago
  84. 3bd9400 dm: add missing SPDX-License-Indentifiers by Heinz Mauelshagen · 2 years, 1 month ago
  85. 7533afa dm: send just one event on resize, not two by Mikulas Patocka · 2 years, 1 month ago
  86. dcfe653 dm: Remove completion function scaffolding by Herbert Xu · 2 years, 1 month ago
  87. 9674722 dm: Add scaffolding to change completion function signature by Herbert Xu · 2 years, 1 month ago
  88. d1c0e15 dm table: check that a dm device doesn't reference itself by Benjamin Marzinski · 2 years, 1 month ago
  89. efdd3c3 dm raid: fix some spelling mistakes in comments by Yu Zhe · 2 years, 1 month ago
  90. 76fed01 md: account io_acct_set usage with active_io by Xiao Ni · 2 years, 1 month ago
  91. 9276cf8 drivers/md: Remove "select SRCU" by Paul E. McKenney · 2 years, 3 months ago
  92. c25da5b dm verity: stop using WQ_UNBOUND for verify_wq by Nathan Huckleberry · 2 years, 1 month ago
  93. 5cd6d1d5 dm integrity: Remove bi_sector that's only used by commented debug code by Jiapeng Chong · 2 years, 1 month ago
  94. fc77258 dm crypt: Slightly simplify crypt_set_keyring_key() by Christophe JAILLET · 2 years, 1 month ago
  95. 151d812 dm ioctl: drop always-false condition by Sergey Shtylyov · 2 years, 2 months ago
  96. aa56b9b dm flakey: fix logic when corrupting a bio by Mikulas Patocka · 2 years, 1 month ago
  97. ed821cf md: use MD_RESYNC_* whenever possible by Hou Tao · 2 years, 1 month ago
  98. 8eb29c4 dm flakey: fix a bug with 32-bit highmem systems by Mikulas Patocka · 2 years, 1 month ago
  99. f50714b dm flakey: don't corrupt the zero page by Mikulas Patocka · 2 years, 1 month ago
  100. 07dbb13 md: Free writes_pending in md_stop by Xiao Ni · 2 years, 1 month ago