1. c80ddb5 Merge tag 'md-3.5' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  2. 1dff2b8 md/bitmap: record the space available for the bitmap in the superblock. by NeilBrown · 12 years ago
  3. 63aced6 md/raid10: Remove extras after reshape to smaller number of devices. by NeilBrown · 12 years ago
  4. da7613b md/raid5: improve removal of extra devices after reshape. by NeilBrown · 12 years ago
  5. 0c09822 md: check the return of mddev_find() by Yuanhan Liu · 12 years ago
  6. 4f0a5e0 MD RAID1: Further conditionalize 'fullsync' by Jonathan Brassow · 12 years ago
  7. c32fb9e DM RAID: Use md_error() in place of simply setting Faulty bit by Jonathan Brassow · 12 years ago
  8. 81f382f DM RAID: Record and handle missing devices by Jonathan Brassow · 12 years ago
  9. 47525e5 DM RAID: Set recovery flags on resume by Jonathan Brassow · 12 years ago
  10. 30b6764 md/raid5: Allow reshape while a bitmap is present. by NeilBrown · 12 years ago
  11. bb63a70 md/raid10: resize bitmap when required during reshape. by NeilBrown · 12 years ago
  12. a4a6125 md: allow array to be resized while bitmap is present. by NeilBrown · 12 years ago
  13. b81a040 md/bitmap: make sure reshape request are reflected in superblock. by NeilBrown · 12 years ago
  14. d60b479 md/bitmap: add bitmap_resize function to allow bitmap resizing. by NeilBrown · 12 years ago
  15. 15702d7 md/bitmap: use DIV_ROUND_UP instead of open-code by NeilBrown · 12 years ago
  16. 40cffcc md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap' by NeilBrown · 12 years ago
  17. 63c6826 md/bitmap: make bitmap bitops atomic. by NeilBrown · 12 years ago
  18. bdfd114 md/bitmap: make _page_attr bitops atomic. by NeilBrown · 12 years ago
  19. fae7d32 md/bitmap: merge bitmap_file_unmap and bitmap_file_put. by NeilBrown · 12 years ago
  20. 62f82fa md/bitmap: remove async freeing of bitmap file. by NeilBrown · 12 years ago
  21. 7466712 md/bitmap: convert some spin_lock_irqsave to spin_lock_irq by NeilBrown · 12 years ago
  22. b405fe9 md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags. by NeilBrown · 12 years ago
  23. 84e9234 md/bitmap: remove single-bit manipulation on sb->state by NeilBrown · 12 years ago
  24. edbb79d md/bitmap: remove bitmap_mask_state by NeilBrown · 12 years ago
  25. bc9891a md/bitmap: move storage allocation from bitmap_load to bitmap_create. by NeilBrown · 12 years ago
  26. d1244cb md/bitmap: separate bitmap file allocation to its own function. by NeilBrown · 12 years ago
  27. 9b1215c md/bitmap: store bytes in file rather than just in last page. by NeilBrown · 12 years ago
  28. 1ec885c md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct. by NeilBrown · 12 years ago
  29. d189122 md/bitmap: change *_page_attr() to take a page number, not a page. by NeilBrown · 12 years ago
  30. 27581e5 md/bitmap: centralise allocation of bitmap file pages. by NeilBrown · 12 years ago
  31. ef99bf4 md/bitmap: allow a bitmap with no backing storage. by NeilBrown · 12 years ago
  32. 6409bb0 md/bitmap: add new 'space' attribute for bitmaps. by NeilBrown · 12 years ago
  33. bf07bb7 md/bitmap: disentangle two different 'pending' flags. by NeilBrown · 12 years ago
  34. bc0934f raid5: support sync request by Shaohua Li · 12 years ago
  35. cceeca4 raid5: remove unused variables by Shaohua Li · 12 years ago
  36. 5fdd2cf md/raid10: Fix memleak in r10buf_pool_alloc by majianpeng · 12 years ago
  37. da8840a md/raid1: allow fix_read_error to read from recovering device. by majianpeng · 12 years ago
  38. 4fa2f32 md: move freeing of badblocks.page into md_rdev_clear by NeilBrown · 12 years ago
  39. 545c879 md: dm-raid should call helper function to clear rdev. by NeilBrown · 12 years ago
  40. 3ea7daa md/raid10: add reshape support by NeilBrown · 12 years ago
  41. deb200d md/raid10: split out interpretation of layout to separate function. by NeilBrown · 12 years ago
  42. f8c9e74 md/raid10: Introduce 'prev' geometry to support reshape. by NeilBrown · 12 years ago
  43. c804cde md: use resync_max_sectors for reshape as well as resync. by NeilBrown · 12 years ago
  44. 1fdd6fc9 md: teach sync_page_io about new_data_offset. by NeilBrown · 12 years ago
  45. 5cf00fc md/raid10: collect some geometry fields into a dedicated structure. by NeilBrown · 12 years ago
  46. b5254dd md/raid5: allow for change in data_offset while managing a reshape. by NeilBrown · 12 years ago
  47. 05616be md/raid5: Use correct data_offset for all IO. by NeilBrown · 12 years ago
  48. c6563a8 md: add possibility to change data-offset for devices. by NeilBrown · 12 years ago
  49. 2c810cd md: allow a reshape operation to be reversed. by NeilBrown · 12 years ago
  50. b5e1b8c md: using GFP_NOIO to allocate bio for flush request by Shaohua Li · 12 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 · 12 years ago
  52. f402693 dm thin: fix table output when pool target disables discard passdown internally by Mike Snitzer · 12 years ago
  53. 2f05af8 Merge tag 'md-3.4-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  54. b0d634d md/raid10: fix transcription error in calc_sectors conversion. by NeilBrown · 12 years ago
  55. 36a1987 Merge tag 'md-3.4-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  56. 0d9f4f1 MD: Add del_timer_sync to mddev_suspend (fix nasty panic) by Jonathan Brassow · 12 years ago
  57. 6508fdb md/raid10: set dev_sectors properly when resizing devices in array. by NeilBrown · 12 years ago
  58. 4a873f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  59. 510193a dm mpath: check if scsi_dh module already loaded before trying to load by Mike Snitzer · 12 years ago
  60. 7cab8bf dm thin: correct module description by Alasdair G Kergon · 12 years ago
  61. c3a0ce2 dm thin: fix unprotected use of prepared_discards list by Mike Snitzer · 12 years ago
  62. 03aaae7 dm thin: reinstate missing mempool_free in cell_release_singleton by Mike Snitzer · 12 years ago
  63. 38bf195 connector/userns: replace netlink uses of cap_raised() with capable() by Eric W. Biederman · 12 years ago
  64. b16b1b6c md/bitmap: fix calculation of 'chunks' - missing shift. by NeilBrown · 12 years ago
  65. 30b8aa9 md: fix possible corruption of array metadata on shutdown. by NeilBrown · 12 years ago
  66. ed20958 md: don't call ->add_disk unless there is good reason. by NeilBrown · 12 years ago
  67. a9ad852 DM RAID: Use safe version of rdev_for_each by Jonathan Brassow · 12 years ago
  68. afbaa90 md/bitmap: prevent bitmap_daemon_work running while initialising bitmap by NeilBrown · 12 years ago
  69. f4380a9 md/raid1,raid10: Fix calculation of 'vcnt' when processing error recovery. by majianpeng · 12 years ago
  70. 9e41dd3 MD: Bitmap version cleanup. by Andrei Warkentin · 12 years ago
  71. 5020ad7 md/raid1,raid10: don't compare excess byte during consistency check. by NeilBrown · 12 years ago
  72. c6d2e08 md/raid5: Fix a bug about judging if the operation is syncing or replacing by majianpeng · 12 years ago
  73. a42f9d8 md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev). by majianpeng · 12 years ago
  74. 24b961f md: Avoid OOPS when reshaping raid1 to raid0 by Jes Sorensen · 12 years ago
  75. 18b9837 md/raid5: fix handling of bad blocks during recovery. by NeilBrown · 12 years ago
  76. 5220ea1 md/raid1: If md_integrity_register() failed,run() must free the mem by majianpeng · 12 years ago
  77. 0366ef8 md/raid0: If md_integrity_register() fails, raid0_run() must free the mem. by majianpeng · 12 years ago
  78. 98d5561 md/linear: If md_integrity_register() fails, linear_run() must free the mem. by majianpeng · 12 years ago
  79. a4ffc15 dm: add verity target by Mikulas Patocka · 12 years ago
  80. a66cc28 dm bufio: prefetch by Mikulas Patocka · 12 years ago
  81. 67e2e2b dm thin: add pool target flags to control discard by Joe Thornber · 12 years ago
  82. 104655f dm thin: support discards by Joe Thornber · 12 years ago
  83. eb2aa48 dm thin: prepare to support discard by Joe Thornber · 12 years ago
  84. 6efd6e8 dm thin: use dm_target_offset by Alasdair G Kergon · 12 years ago
  85. 2dd9c25 dm thin: support read only external snapshot origins by Joe Thornber · 12 years ago
  86. c4a69ec dm thin: relax hard limit on the maximum size of a metadata device by Mike Snitzer · 12 years ago
  87. 71fd5ae dm persistent data: remove space map ref_count entries if redundant by Joe Thornber · 12 years ago
  88. 905e51b dm thin: commit outstanding data every second by Joe Thornber · 12 years ago
  89. 31998ef dm: reject trailing characters in sccanf input by Mikulas Patocka · 12 years ago
  90. 0447568 dm raid: handle failed devices during start up by Jonathan E Brassow · 12 years ago
  91. fef838c dm thin metadata: pass correct space map to dm_sm_root_size by Joe Thornber · 12 years ago
  92. a3aefb3 dm persistent data: remove redundant value_size arg from value_ptr by Joe Thornber · 12 years ago
  93. 466891f dm mpath: detect invalid map_context by Jun'ichi Nomura · 12 years ago
  94. 4d7b38b dm: clear bi_end_io on remapping failure by Hannes Reinecke · 12 years ago
  95. 574ce07 dm table: simplify call to free_devices by Hannes Reinecke · 12 years ago
  96. fe878f3 dm thin: correct comments by Joe Thornber · 12 years ago
  97. 035220b dm raid: no longer experimental by Alasdair G Kergon · 12 years ago
  98. e0b215d dm uevent: no longer experimental by Alasdair G Kergon · 12 years ago
  99. b098890 dm persistent data: fix btree rebalancing after remove by Joe Thornber · 12 years ago
  100. 6f94a4c dm thin: fix stacked bi_next usage by Joe Thornber · 12 years ago