1. 27d382f dm raid: fix NULL pointer dereference for raid1 without bitmap by Dmitry Bilunov · 7 years ago
  2. 2937e22 dm raid: fix data corruption on reshape request by Heinz Mauelshagen · 7 years ago
  3. 461f272 dm raid: fix discard support regression by Heinz Mauelshagen · 7 years ago
  4. b052b07 dm raid: fix activation of existing raid4/10 devices by Heinz Mauelshagen · 8 years ago
  5. 5c33677 dm raid: fix compat_features validation by Andy Whitcroft · 8 years ago
  6. 9e7d936 dm raid: support raid0 with missing metadata devices by Heinz Mauelshagen · 8 years ago
  7. a3c06a3 dm raid: enhance attempt_restore_of_faulty_devices() to support more devices by Heinz Mauelshagen · 8 years ago
  8. 31e10a4 dm raid: fix restoring of failed devices regression by Heinz Mauelshagen · 8 years ago
  9. a442328 dm raid: fix frozen recovery regression by Heinz Mauelshagen · 8 years ago
  10. 2a034ec dm raid: fix use of wrong status char during resynchronization by Heinz Mauelshagen · 8 years ago
  11. b2a4872 dm raid: constructor fails on non-zero incompat_features by Heinz Mauelshagen · 8 years ago
  12. f15f64d dm raid: fix processing of max_recovery_rate constructor flag by Heinz Mauelshagen · 8 years ago
  13. 89d3d9a dm raid: fix random optimal_io_size for raid0 by Heinz Mauelshagen · 8 years ago
  14. 094f394 dm raid: address checkpatch.pl complaints by Heinz Mauelshagen · 8 years ago
  15. d7ccc2e dm raid: change logical functions to actually return bool by Heinz Mauelshagen · 8 years ago
  16. 3268240 dm raid: use rdev_for_each in status by Heinz Mauelshagen · 8 years ago
  17. ffeeac7 dm raid: use rs->raid_disks to avoid memory leaks on free by Heinz Mauelshagen · 8 years ago
  18. 7a7c330 dm raid: support delta_disks for raid1, fix table output by Heinz Mauelshagen · 8 years ago
  19. 469b304 dm raid: enhance reshape check and factor out reshape setup by Heinz Mauelshagen · 8 years ago
  20. 2a5556c dm raid: allow resize during recovery by Heinz Mauelshagen · 8 years ago
  21. 345a6cd dm raid: fix rs_is_recovering() to allow for lvextend by Heinz Mauelshagen · 8 years ago
  22. 37f10be dm raid: fix rebuild and catch bogus sync/resync flags by Heinz Mauelshagen · 8 years ago
  23. b1956dc dm raid: fix ctr memory leaks on error paths by Heinz Mauelshagen · 8 years ago
  24. 65359ee dm raid: fix typo in write_mostly flag by Heinz Mauelshagen · 8 years ago
  25. 4348309 dm raid: also reject size change during recovery by Heinz Mauelshagen · 8 years ago
  26. f6895fd dm raid: fix new superblock/bitmap creation on disk addition by Heinz Mauelshagen · 8 years ago
  27. 2527b56 dm raid: add comments and fix typos by Heinz Mauelshagen · 8 years ago
  28. fbe6365 dm raid: fix raid10 device size error on out-of-place reshape by Heinz Mauelshagen · 8 years ago
  29. 2d92a3c dm raid: prohibit 'nosync' on new raid6 and reject resize during reshape by Heinz Mauelshagen · 8 years ago
  30. 4dff2f1 dm raid: clarify and fix recovery by Heinz Mauelshagen · 8 years ago
  31. 0095dbc dm raid: fix rs_set_capacity on growing reshape by Heinz Mauelshagen · 8 years ago
  32. 9d9d939 dm raid: make rs_set_capacity to work on shrinking reshape by Heinz Mauelshagen · 8 years ago
  33. 6ee0bae dm raid: enhance comments in takeover checks by Heinz Mauelshagen · 8 years ago
  34. ae3c6cf dm raid: remove bogus comment and fix comment typos by Heinz Mauelshagen · 8 years ago
  35. 75dd3b9 dm raid: more restricting data_offset value checks by Heinz Mauelshagen · 8 years ago
  36. 5fa146b dm raid: reject too many write_mostly devices by Heinz Mauelshagen · 8 years ago
  37. 0a7b818 dm raid: the sync_page_io() metadata_op argument is bool by Heinz Mauelshagen · 8 years ago
  38. 0d851d1 dm raid: prohibit to pass in both sync and nosync ctr flags by Heinz Mauelshagen · 8 years ago
  39. ff4a88b dm raid: avoid superfluous memory barriers on static metadata by Heinz Mauelshagen · 8 years ago
  40. 68c1c4d dm raid: don't use 'const' in function return by Arnd Bergmann · 8 years ago
  41. 6e20902 dm raid: fix failed takeover/reshapes by keeping raid set frozen by Heinz Mauelshagen · 8 years ago
  42. 4257e08 dm raid: support to change bitmap region size by Heinz Mauelshagen · 8 years ago
  43. 9dbd1aa dm raid: add reshaping support to the target by Heinz Mauelshagen · 8 years ago
  44. 40ba37e dm raid: add prerequisite functions and definitions for reshaping by Heinz Mauelshagen · 8 years ago
  45. a30cbc0 dm raid: inverse check for flags from invalid to valid flags by Heinz Mauelshagen · 8 years ago
  46. e6ca5e1 dm raid: various code cleanups by Mike Snitzer · 8 years ago
  47. bfcee0e dm raid: rename functions that alloc and free struct raid_set by Mike Snitzer · 8 years ago
  48. 4286325 dm raid: remove all the bitops wrappers by Mike Snitzer · 8 years ago
  49. bb91a63 dm raid: rename _in_range to __within_range by Mike Snitzer · 8 years ago
  50. ef9b85a dm raid: add missing "dm-raid0" module alias by Mike Snitzer · 8 years ago
  51. 3fa6cf3 dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag by Mike Snitzer · 8 years ago
  52. 9b6e542 dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it by Mike Snitzer · 8 years ago
  53. bd83a4c dm raid: remove ti_error_* wrappers by Mike Snitzer · 8 years ago
  54. 4315784 dm raid: tabify appropriate whitespace by Mike Snitzer · 8 years ago
  55. 3a1c1ef dm raid: enhance status interface and fixup takeover/raid0 by Heinz Mauelshagen · 8 years ago
  56. ecbfb9f dm raid: add raid level takeover support by Heinz Mauelshagen · 8 years ago
  57. 7b34df7 dm raid: enhance super_sync() to support new superblock members by Heinz Mauelshagen · 8 years ago
  58. 4763e54 dm raid: add new reshaping/raid10 format table line options to parameter parser by Heinz Mauelshagen · 8 years ago
  59. 33e53f0 dm raid: introduce extended superblock and new raid types to support takeover/reshaping by Heinz Mauelshagen · 8 years ago
  60. 676fa5a dm raid: use rt_is_raid*() in all appropriate checks by Heinz Mauelshagen · 8 years ago
  61. ad51d7f dm raid: more use of flag testing wrappers by Heinz Mauelshagen · 8 years ago
  62. f090279 dm raid: check constructor arguments for invalid raid level/argument combinations by Heinz Mauelshagen · 8 years ago
  63. 702108d dm raid: cleanup / provide infrastructure by Heinz Mauelshagen · 8 years ago
  64. 92c83d7 dm raid: use dm_arg_set API in constructor by Heinz Mauelshagen · 8 years ago
  65. 73c6f23 dm raid: rename variable 'ret' to 'r' to conform to other dm code by Heinz Mauelshagen · 8 years ago
  66. 796a5cf md: use bio op accessors by Mike Christie · 8 years ago
  67. 4c9971c dm raid: make sure no feature flags are set in metadata by Heinz Mauelshagen · 8 years ago
  68. 042745e dm raid: fix round up of default region size by Mikulas Patocka · 9 years ago
  69. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  70. 0cf4503 dm raid: add support for the MD RAID0 personality by Heinz Mauelshagen · 9 years ago
  71. c76d53f dm raid: a few cleanups by Heinz Mauelshagen · 9 years ago
  72. 0f4106b dm raid: fixup documentation for discard support by Heinz Mauelshagen · 9 years ago
  73. 802ea9d Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  74. 3ca5a21a dm raid: fix a couple integer overflows by Dan Carpenter · 10 years ago
  75. 5c675f8 md: make ->congested robust against personality changes. by NeilBrown · 9 years ago
  76. d20c4b0 dm raid: fix inaccessible superblocks causing oops in configure_discard_support by Heinz Mauelshagen · 10 years ago
  77. 40d43c4 dm raid: ensure superblock's size matches device's logical block size by Heinz Mauelshagen · 10 years ago
  78. 48cf06b dm raid: add discard support for RAID levels 4, 5 and 6 by Heinz Mauelshagen · 10 years ago
  79. 75b8e04 dm raid: add discard support for RAID levels 1 and 10 by Heinz Mauelshagen · 10 years ago
  80. c4a3955 MD: Remember the last sync operation that was performed by Jonathan Brassow · 11 years ago
  81. b29bebd md: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  82. 3f6bbd3 dm-raid: silence compiler warning on rebuilds_per_group. by NeilBrown · 11 years ago
  83. a4dc163 DM RAID: Fix raid_resume not reviving failed devices in all cases by Jonathan Brassow · 11 years ago
  84. f381e71 DM RAID: Break-up untidy function by Jonathan Brassow · 11 years ago
  85. 9092c02 DM RAID: Add ability to restore transiently failed devices on resume by Jonathan Brassow · 11 years ago
  86. be83651 DM RAID: Add message/status support for changing sync action by Jonathan Brassow · 11 years ago
  87. a5e0d731 Merge tag 'md-3.9' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  88. 55a62ee dm: rename request variables to bios by Alasdair G Kergon · 11 years ago
  89. fd7c092 dm: fix truncated status strings by Mikulas Patocka · 11 years ago
  90. fe5d2f4 DM RAID: Add support for MD's RAID10 "far" and "offset" algorithms by Jonathan Brassow · 11 years ago
  91. 55ebbb5 DM-RAID: Fix RAID10's check for sufficient redundancy by Jonathan Brassow · 11 years ago
  92. 7de3ee5 dm: remove map_info by Mikulas Patocka · 11 years ago
  93. 3a0f9aa dm raid: round region_size to power of two by Jonathan Brassow · 11 years ago
  94. 761becf DM RAID: Fix for "sync" directive ineffectiveness by Jonathan Brassow · 12 years ago
  95. 7386199c DM RAID: Fix comparison of index and quantity for "rebuild" parameter by Jonathan Brassow · 12 years ago
  96. 4ec1e36 DM RAID: Add rebuild capability for RAID10 by Jonathan Brassow · 12 years ago
  97. eb64912 DM RAID: Move 'rebuild' checking code to its own function by Jonathan Brassow · 12 years ago
  98. fcff06c Merge branch 'for-next' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  99. 63f33b8d DM RAID: Add support for MD RAID10 by Jonathan Brassow · 12 years ago
  100. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago