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