1. 268417a md: Fix skipping recovery for read-only arrays. by Lukasz Dorau · 13 years ago
  2. df6516a dm snapshot: fix data corruption by Mikulas Patocka · 13 years ago
  3. 182410b dm-snapshot: fix performance degradation due to small hash size by Mikulas Patocka · 13 years ago
  4. 594eaa1 dm snapshot: workaround for a false positive lockdep warning by Mikulas Patocka · 13 years ago
  5. 1b9203b md/raid1,raid10: use freeze_array in place of raise_barrier in various places. by NeilBrown · 13 years ago
  6. aa2f8ab md/raid10: remove use-after-free bug. by NeilBrown · 13 years ago
  7. 0761d07 md/raid5: fix interaction of 'replace' and 'recovery'. by NeilBrown · 13 years ago
  8. 0990072 dm verity: fix inability to use a few specific devices sizes by Mikulas Patocka · 13 years ago
  9. 0938e13 md/raid1: consider WRITE as successful only if at least one non-Faulty and non-rebuilding drive completed it. by Alex Lyakas · 13 years ago
  10. 22f9c13 dm thin: do not set discard_zeroes_data by Mike Snitzer · 14 years ago
  11. c89f6c7 dm snapshot: fix error return code in snapshot_ctr by Wei Yongjun · 13 years ago
  12. 6cd670f md: bad block list should default to disabled. by NeilBrown · 13 years ago
  13. fbad807 md: raid0: fix error return from create_stripe_zones. by NeilBrown · 13 years ago
  14. c443082 md: fix two bugs when attempting to resize RAID0 array. by NeilBrown · 13 years ago
  15. 517557f md: protect against crash upon fsync on ro array by Sebastian Riemer · 13 years ago
  16. 61652b1 dm ioctl: prevent unsafe change to dm_ioctl data_size by Alasdair G Kergon · 14 years ago
  17. 38d6758 dm persistent data: rename node to btree_node by Mikulas Patocka · 14 years ago
  18. f392171 md/raid10: close race that lose writes lost when replacement completes. by NeilBrown · 14 years ago
  19. f42513b dm: fix deadlock with request based dm and queue request_fn recursion by Jens Axboe · 14 years ago
  20. ecf049c md/raid10: decrement correct pending counter when writing to replacement. by NeilBrown · 14 years ago
  21. 8c98fba md: Avoid write invalid address if read_seqretry returned true. by majianpeng · 14 years ago
  22. 45bc5c6 md: Reassigned the parameters if read_seqretry returned true in func md_is_badblock. by majianpeng · 14 years ago
  23. 32f25ea md/raid1: Fix assembling of arrays containing Replacements. by NeilBrown · 14 years ago
  24. 9b38cc4 md/raid10: use correct limit variable by Dan Carpenter · 14 years ago
  25. c0b50b2 dm verity: fix overflow check by Mikulas Patocka · 14 years ago
  26. 7d77f47 dm table: clear add_random unless all devices have it set by Milan Broz · 14 years ago
  27. f9954ca dm: handle requests beyond end of device instead of using BUG_ON by Mike Snitzer · 14 years ago
  28. 956b165 md/raid10: fix problem with on-stack allocation of r10bio structure. by NeilBrown · 14 years ago
  29. 9fd0132 md/raid5: fix calculate of 'degraded' when a replacement becomes active. by NeilBrown · 14 years ago
  30. d765682 md: make sure metadata is updated when spares are activated or removed. by NeilBrown · 14 years ago
  31. 1c55a12 md: Don't truncate size at 4TB for RAID0 and Linear by NeilBrown · 14 years ago
  32. fb060f3d md/raid1: don't abort a resync on the first badblock. by NeilBrown · 14 years ago
  33. e73b09d dm thin: fix memory leak in process_prepared_mapping error paths by Joe Thornber · 14 years ago
  34. b4ce163 dm thin: reduce endio_hook pool size by Alasdair G Kergon · 14 years ago
  35. 5a4db9e dm raid1: set discard_zeroes_data_unsupported by Mikulas Patocka · 14 years ago
  36. 91aafba dm raid1: fix crash with mirror recovery and discard by Mikulas Patocka · 14 years ago
  37. 5b8bbc3 dm thin: do not send discards to shared blocks by Mikulas Patocka · 14 years ago
  38. d8ae4bb md/raid1: close some possible races on write errors during resync by NeilBrown · 14 years ago
  39. 2ac8a0f md: avoid crash when stopping md array races with closing other open fds. by NeilBrown · 14 years ago
  40. e301f7b md/raid1: fix use-after-free bug in RAID1 data-check code. by NeilBrown · 14 years ago
  41. d3f9402 md/raid5: Do not add data_offset before call to is_badblock by majianpeng · 14 years ago
  42. 5bbbd74 raid5: delayed stripe fix by Shaohua Li · 14 years ago
  43. 6d442d8 dm persistent data: fix allocation failure in space map checker init by Mike Snitzer · 14 years ago
  44. 7723bfa dm persistent data: handle space map checker creation failure by Mike Snitzer · 14 years ago
  45. 672c657 dm persistent data: fix shadow_info_leak on dm_tm_destroy by Mike Snitzer · 14 years ago
  46. 8d93698 md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdev by majianpeng · 14 years ago
  47. 65c3f18 md/raid10: fix failure when trying to repair a read error. by NeilBrown · 14 years ago
  48. 04e0f69 md/raid10: Don't try to recovery unmatched (and unused) chunks. by NeilBrown · 14 years ago
  49. 584b886 md: raid1/raid10: fix problem with merge_bvec_fn by NeilBrown · 14 years ago
  50. 51c75d3 md: using GFP_NOIO to allocate bio for flush request by Shaohua Li · 14 years ago
  51. b1dab2f Merge tag 'dm-3.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 14 years ago
  52. f402693 dm thin: fix table output when pool target disables discard passdown internally by Mike Snitzer · 14 years ago
  53. 2f05af8 Merge tag 'md-3.4-fixes' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  54. b0d634d md/raid10: fix transcription error in calc_sectors conversion. by NeilBrown · 14 years ago
  55. 36a1987 Merge tag 'md-3.4-fixes' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  56. 0d9f4f1 MD: Add del_timer_sync to mddev_suspend (fix nasty panic) by Jonathan Brassow · 14 years ago
  57. 6508fdb md/raid10: set dev_sectors properly when resizing devices in array. by NeilBrown · 14 years ago
  58. 4a873f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 14 years ago
  59. 510193a dm mpath: check if scsi_dh module already loaded before trying to load by Mike Snitzer · 14 years ago
  60. 7cab8bf dm thin: correct module description by Alasdair G Kergon · 14 years ago
  61. c3a0ce2 dm thin: fix unprotected use of prepared_discards list by Mike Snitzer · 14 years ago
  62. 03aaae7 dm thin: reinstate missing mempool_free in cell_release_singleton by Mike Snitzer · 14 years ago
  63. 38bf195 connector/userns: replace netlink uses of cap_raised() with capable() by Eric W. Biederman · 14 years ago
  64. b16b1b6 md/bitmap: fix calculation of 'chunks' - missing shift. by NeilBrown · 14 years ago
  65. 30b8aa9 md: fix possible corruption of array metadata on shutdown. by NeilBrown · 14 years ago
  66. ed20958 md: don't call ->add_disk unless there is good reason. by NeilBrown · 14 years ago
  67. a9ad852 DM RAID: Use safe version of rdev_for_each by Jonathan Brassow · 14 years ago
  68. afbaa90 md/bitmap: prevent bitmap_daemon_work running while initialising bitmap by NeilBrown · 14 years ago
  69. f4380a9 md/raid1,raid10: Fix calculation of 'vcnt' when processing error recovery. by majianpeng · 14 years ago
  70. 9e41dd3 MD: Bitmap version cleanup. by Andrei Warkentin · 14 years ago
  71. 5020ad7 md/raid1,raid10: don't compare excess byte during consistency check. by NeilBrown · 14 years ago
  72. c6d2e08 md/raid5: Fix a bug about judging if the operation is syncing or replacing by majianpeng · 14 years ago
  73. a42f9d8 md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev). by majianpeng · 14 years ago
  74. 24b961f md: Avoid OOPS when reshaping raid1 to raid0 by Jes Sorensen · 14 years ago
  75. 18b9837 md/raid5: fix handling of bad blocks during recovery. by NeilBrown · 14 years ago
  76. 5220ea1 md/raid1: If md_integrity_register() failed,run() must free the mem by majianpeng · 14 years ago
  77. 0366ef8 md/raid0: If md_integrity_register() fails, raid0_run() must free the mem. by majianpeng · 14 years ago
  78. 98d5561 md/linear: If md_integrity_register() fails, linear_run() must free the mem. by majianpeng · 14 years ago
  79. a4ffc15 dm: add verity target by Mikulas Patocka · 14 years ago
  80. a66cc28 dm bufio: prefetch by Mikulas Patocka · 14 years ago
  81. 67e2e2b dm thin: add pool target flags to control discard by Joe Thornber · 14 years ago
  82. 104655f dm thin: support discards by Joe Thornber · 14 years ago
  83. eb2aa48 dm thin: prepare to support discard by Joe Thornber · 14 years ago
  84. 6efd6e8 dm thin: use dm_target_offset by Alasdair G Kergon · 14 years ago
  85. 2dd9c25 dm thin: support read only external snapshot origins by Joe Thornber · 14 years ago
  86. c4a69ec dm thin: relax hard limit on the maximum size of a metadata device by Mike Snitzer · 14 years ago
  87. 71fd5ae dm persistent data: remove space map ref_count entries if redundant by Joe Thornber · 14 years ago
  88. 905e51b dm thin: commit outstanding data every second by Joe Thornber · 14 years ago
  89. 31998ef dm: reject trailing characters in sccanf input by Mikulas Patocka · 14 years ago
  90. 0447568 dm raid: handle failed devices during start up by Jonathan E Brassow · 14 years ago
  91. fef838c dm thin metadata: pass correct space map to dm_sm_root_size by Joe Thornber · 14 years ago
  92. a3aefb3 dm persistent data: remove redundant value_size arg from value_ptr by Joe Thornber · 14 years ago
  93. 466891f dm mpath: detect invalid map_context by Jun'ichi Nomura · 14 years ago
  94. 4d7b38b dm: clear bi_end_io on remapping failure by Hannes Reinecke · 14 years ago
  95. 574ce07 dm table: simplify call to free_devices by Hannes Reinecke · 14 years ago
  96. fe878f3 dm thin: correct comments by Joe Thornber · 14 years ago
  97. 035220b dm raid: no longer experimental by Alasdair G Kergon · 14 years ago
  98. e0b215d dm uevent: no longer experimental by Alasdair G Kergon · 14 years ago
  99. b098890 dm persistent data: fix btree rebalancing after remove by Joe Thornber · 14 years ago
  100. 6f94a4c dm thin: fix stacked bi_next usage by Joe Thornber · 14 years ago