1. b18ae8d dm: replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  2. 43f3952 dm raid: table line rebuild status fixes by Heinz Mauelshagen · 5 years ago
  3. 35ad035 dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layout by Nathan Chancellor · 5 years ago
  4. 53be73a dm raid: streamline rs_get_progress() and its raid_status() caller side by Heinz Mauelshagen · 5 years ago
  5. f9f3ee9 dm raid: simplify rs_setup_recovery call chain by Heinz Mauelshagen · 5 years ago
  6. 99273d9 dm raid: to ensure resynchronization, perform raid set grow in preresume by Heinz Mauelshagen · 5 years ago
  7. 22c992e dm raid: change rs_set_dev_and_array_sectors API and callers by Heinz Mauelshagen · 5 years ago
  8. c8156fc dm raid: fix updating of max_discard_sectors limit by Ming Lei · 5 years ago
  9. dc1a3e8 dm raid: add missing cleanup in raid_ctr() by Wenwen Wang · 5 years ago
  10. 6cf2a73 docs: device-mapper: move it to the admin-guide by Mauro Carvalho Chehab · 6 years ago
  11. f0ba437 docs: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  12. 61697a6 dm: eliminate 'split_discard_bios' flag from DM target interface by Mike Snitzer · 6 years ago
  13. 74694bc dm raid: fix false -EBUSY when handling check/repair message by Heinz Mauelshagen · 6 years ago
  14. d857ad7 dm raid: avoid bitmap with raid4/5/6 journal device by Heinz Mauelshagen · 6 years ago
  15. 0328ba9 dm raid: remove bogus const from decipher_sync_action() return type by Geert Uytterhoeven · 6 years ago
  16. 5380c05 dm raid: bump target version, update comments and documentation by Heinz Mauelshagen · 6 years ago
  17. 36a240a dm raid: fix RAID leg rebuild errors by Heinz Mauelshagen · 6 years ago
  18. c44a5ee dm raid: fix rebuild of specific devices by updating superblock by Heinz Mauelshagen · 6 years ago
  19. 644e253 dm raid: fix stripe adding reshape deadlock by Heinz Mauelshagen · 6 years ago
  20. 38b0bd0 dm raid: fix reshape race on small devices by Heinz Mauelshagen · 6 years ago
  21. 08b5fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  22. e64e4018 md: Avoid namespace collision with bitmap API by Andy Shevchenko · 6 years ago
  23. f2ccaa5 dm raid: don't use 'const' in function return by Arnd Bergmann · 7 years ago
  24. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  25. 13bc62d dm raid: fix parse_raid_params() variable range issue by Heinz Mauelshagen · 7 years ago
  26. 880bcce dm raid: fix nosync status by Heinz Mauelshagen · 7 years ago
  27. 1eb5fa8 dm: allow targets to return output from messages they are sent by Mike Snitzer · 7 years ago
  28. da1e148 dm raid: fix incorrect sync_ratio when degraded by Jonathan Brassow · 7 years ago
  29. 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
  30. 67ac901 dm raid: make raid_sets symbol static by Wei Yongjun · 7 years ago
  31. 552aa67 dm raid: use rs_is_raid*() by Heinz Mauelshagen · 7 years ago
  32. 7c29744 dm raid: simplify rs_get_progress() by Heinz Mauelshagen · 7 years ago
  33. dc15b943 dm raid: ensure 'a' chars during reshape by Heinz Mauelshagen · 7 years ago
  34. 11e4723 dm raid: stop keeping raid set frozen altogether by Heinz Mauelshagen · 7 years ago
  35. 53bf538 dm raid: validate current raid sets redundancy by Heinz Mauelshagen · 7 years ago
  36. d5d885f md: introduce new personality funciton start() by Song Liu · 7 years ago
  37. b84cf26 dm raid: bump target version to reflect numerous fixes by Mike Snitzer · 7 years ago
  38. 78a75d1 dm raid: small cleanup and remove unsed "struct raid_set" member by Heinz Mauelshagen · 7 years ago
  39. 4102d9d dm raid: fix rs_get_progress() synchronization state/ratio by Heinz Mauelshagen · 7 years ago
  40. 242ea5a dm raid: avoid passing array_in_sync variable to raid_status() callees by Heinz Mauelshagen · 7 years ago
  41. 6714351 dm raid: display a consistent copy of the MD status via raid_status() by Heinz Mauelshagen · 7 years ago
  42. d39f001 dm raid: fix raid_resume() to keep raid set frozen as needed by Heinz Mauelshagen · 7 years ago
  43. 188a212 dm raid: add component device size checks to avoid runtime failure by Heinz Mauelshagen · 7 years ago
  44. 61e06e2 dm raid: fix raid set size revalidation by Heinz Mauelshagen · 7 years ago
  45. 7501537 dm raid: correct resizing state relative to reshape space in ctr by Heinz Mauelshagen · 7 years ago
  46. 052b2b1 dm raid: consume sizes after md_finish_reshape() completes changing them by Heinz Mauelshagen · 7 years ago
  47. 1af2048 dm raid: fix deadlock caused by premature md_stop_writes() by Heinz Mauelshagen · 7 years ago
  48. adeba81 Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  49. 7dea378 dm: do not set 'discards_supported' in targets that do not need it by Mike Snitzer · 7 years ago
  50. 47f521b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  51. 2339784 dm raid: fix panic when attempting to force a raid to sync by Heinz Mauelshagen · 7 years ago
  52. 4d5324f md: always hold reconfig_mutex when calling mddev_suspend() by NeilBrown · 7 years ago
  53. 935fe09 md: rename some drivers/md/ files to have an "md-" prefix by Mike Snitzer · 7 years ago
  54. 076264a Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  55. 41dcf19 dm raid: fix incorrect status output at the end of a "recover" process by Jonathan Brassow · 7 years ago
  56. c4d6a1b dm-raid: fix a race condition in request handling by Shaohua Li · 7 years ago
  57. ac6a318 dm raid: bump target version by Heinz Mauelshagen · 7 years ago
  58. 0cf352e dm raid: avoid mddev->suspended access by Heinz Mauelshagen · 7 years ago
  59. f4af3f8 dm raid: fix activation check in validate_raid_redundancy() by Heinz Mauelshagen · 7 years ago
  60. bbac1e0 dm raid: remove WARN_ON() in raid10_md_layout_to_format() by Heinz Mauelshagen · 7 years ago
  61. 3a564bb Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  62. 4d49f1b dm raid: stop using BUG() in __rdev_sectors() by Heinz Mauelshagen · 8 years ago
  63. c4d097d dm raid: fix oops on upgrading to extended superblock format by Heinz Mauelshagen · 8 years ago
  64. d35a878 Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  65. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  66. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  67. 7a0c5c5 dm raid: fix NULL pointer dereference for raid1 without bitmap by Dmitry Bilunov · 8 years ago
  68. 6e53636 dm raid: add raid4/5/6 journal write-back support via journal_mode option by Heinz Mauelshagen · 8 years ago
  69. 4464e36 dm raid: fix table line argument order in status by Heinz Mauelshagen · 8 years ago
  70. 2664f3c dm raid: bump the target version by Mike Snitzer · 8 years ago
  71. d36a195 dm raid: fix data corruption on reshape request by Heinz Mauelshagen · 8 years ago
  72. ad47047 dm raid: fix raid "check" regression due to improper cleanup in raid_message() by Mike Snitzer · 8 years ago
  73. 105db59 dm raid: cleanup awkward branching in raid_message() option processing by Mike Snitzer · 8 years ago
  74. 977f1a0 dm raid: use mddev rather than rdev->mddev by Heinz Mauelshagen · 8 years ago
  75. e256846 dm raid: use read_disk_sb() throughout by Heinz Mauelshagen · 8 years ago
  76. 63c32ed dm raid: add raid4/5/6 journaling support by Heinz Mauelshagen · 8 years ago
  77. 50c4feb dm raid: be prepared to accept arbitrary '- -' tuples by Heinz Mauelshagen · 8 years ago
  78. c63ede3 dm raid: fix transient device failure processing by Heinz Mauelshagen · 8 years ago
  79. 775a2e2 Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  80. 2953079 md: separate flags for superblock changes by Shaohua Li · 8 years ago
  81. 11e2968 dm raid: fix discard support regression by Heinz Mauelshagen · 8 years ago
  82. affa9d2 dm raid: don't allow "write behind" with raid4/5/6 by Heinz Mauelshagen · 8 years ago
  83. 453c2a8 dm raid: correct error messages on old metadata validation by Heinz Mauelshagen · 8 years ago
  84. b052b07 dm raid: fix activation of existing raid4/10 devices by Heinz Mauelshagen · 8 years ago
  85. 5c33677 dm raid: fix compat_features validation by Andy Whitcroft · 8 years ago
  86. 9e7d936 dm raid: support raid0 with missing metadata devices by Heinz Mauelshagen · 8 years ago
  87. a3c06a3 dm raid: enhance attempt_restore_of_faulty_devices() to support more devices by Heinz Mauelshagen · 8 years ago
  88. 31e10a4 dm raid: fix restoring of failed devices regression by Heinz Mauelshagen · 8 years ago
  89. a442328 dm raid: fix frozen recovery regression by Heinz Mauelshagen · 8 years ago
  90. 2a034ec dm raid: fix use of wrong status char during resynchronization by Heinz Mauelshagen · 8 years ago
  91. b2a4872 dm raid: constructor fails on non-zero incompat_features by Heinz Mauelshagen · 8 years ago
  92. f15f64d dm raid: fix processing of max_recovery_rate constructor flag by Heinz Mauelshagen · 8 years ago
  93. 89d3d9a dm raid: fix random optimal_io_size for raid0 by Heinz Mauelshagen · 8 years ago
  94. 094f394 dm raid: address checkpatch.pl complaints by Heinz Mauelshagen · 8 years ago
  95. d7ccc2e dm raid: change logical functions to actually return bool by Heinz Mauelshagen · 9 years ago
  96. 3268240 dm raid: use rdev_for_each in status by Heinz Mauelshagen · 9 years ago
  97. ffeeac7 dm raid: use rs->raid_disks to avoid memory leaks on free by Heinz Mauelshagen · 9 years ago
  98. 7a7c330 dm raid: support delta_disks for raid1, fix table output by Heinz Mauelshagen · 9 years ago
  99. 469b304 dm raid: enhance reshape check and factor out reshape setup by Heinz Mauelshagen · 9 years ago
  100. 2a5556c dm raid: allow resize during recovery by Heinz Mauelshagen · 9 years ago