1. ae11b1b [SCSI] scsi_dh: attach to hardware handler from dm-mpath by Hannes Reinecke · 16 years ago
  2. b7e6f62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  3. 8a39262 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  4. d41e26b dm crypt: add merge by Milan Broz · 16 years ago
  5. 9980c63 dm table: remove merge_bvec sector restriction by Milan Broz · 16 years ago
  6. 7bc3447 dm: linear add merge by Milan Broz · 16 years ago
  7. f6fccb1 dm: introduce merge_bvec_fn by Milan Broz · 16 years ago
  8. 92e8681 dm snapshot: use per device mempools by Mikulas Patocka · 16 years ago
  9. a8d41b5 dm snapshot: fix race during exception creation by Mikulas Patocka · 16 years ago
  10. cd45daf dm snapshot: track snapshot reads by Mikulas Patocka · 16 years ago
  11. def052d dm mpath: fix test for reinstate_path by Alasdair G Kergon · 16 years ago
  12. 148acff dm mpath: return parameter error by Mikulas Patocka · 16 years ago
  13. 6ae2fa6 dm io: remove struct padding by Richard Kennedy · 16 years ago
  14. c8da2f8 dm log: make dm_dirty_log init and exit static by Adrian Bunk · 16 years ago
  15. 371b2e3 dm mpath: free path selector on invalid args by Mikulas Patocka · 16 years ago
  16. 4b80991 md: Protect access to mddev->disks list using RCU by NeilBrown · 16 years ago
  17. f2ea68c md: only count actual openers as access which prevent a 'stop' by NeilBrown · 16 years ago
  18. d6e2215 md: linear: Make array_size sector-based and rename it to array_sectors. by Andre Noll · 16 years ago
  19. f233ea5 md: Make mddev->array_size sector-based. by Andre Noll · 16 years ago
  20. 15f4a5f md: Make super_type->rdev_size_change() take sector-based sizes. by Andre Noll · 16 years ago
  21. d07bd3b md: Fix check for overlapping devices. by Andre Noll · 16 years ago
  22. d702745 md: Tidy up rdev_size_store a bit: by Neil Brown · 16 years ago
  23. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  24. fe9233f [SCSI] scsi_dh: fix kconfig related build errors by Chandra Seetharaman · 16 years ago
  25. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  26. 0f42035 md: Turn rdev->sb_offset into a sector-based quantity. by Andre Noll · 16 years ago
  27. b73df2d md: Make calc_dev_sboffset() return a sector count. by Andre Noll · 16 years ago
  28. e7debaa md: Replace calc_dev_size() by calc_num_sectors(). by Andre Noll · 16 years ago
  29. d71f9f8 md: Make update_size() take the number of sectors. by Andre Noll · 16 years ago
  30. df5b20c md: Better control of when do_md_stop is allowed to stop the array. by Neil Brown · 16 years ago
  31. 26ef379 md: get_disk_info(): Don't convert between signed and unsigned and back. by Andre Noll · 16 years ago
  32. 80fab1d md: Simplify restart_array(). by Andre Noll · 16 years ago
  33. ebc2433 md: alloc_disk_sb(): Return proper error value. by Andre Noll · 16 years ago
  34. ce0c8e0 md: Simplify sb_equal(). by Andre Noll · 16 years ago
  35. 0571046 md: Simplify uuid_equal(). by Andre Noll · 16 years ago
  36. 2283af5 Merge branch 'for-2.6.26' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  37. 7a1fc53 md: ensure all blocks are uptodate or locked when syncing by Dan Williams · 16 years ago
  38. 35020f1 md: sb_equal(): Fix misleading printk. by Andre Noll · 16 years ago
  39. 7f6ce76 md: Fix a typo in the comment to cmd_match(). by Andre Noll · 16 years ago
  40. 910d8cb md: Fix typo in array_state comment. by Andre Noll · 16 years ago
  41. 9687a60 md: sync_speed_show(): Trivial cleanups. by Andre Noll · 16 years ago
  42. 13e53df md: do_md_run(): Fix misleading error message. by Andre Noll · 16 years ago
  43. 2f9618c md: md_getgeo(): Move comment to proper position. by Andre Noll · 16 years ago
  44. bb57fc6 md: md_ioctl(): Fix misleading indentation. by Andre Noll · 16 years ago
  45. 0529613 Merge branch 'for-neil' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md into for-next by Neil Brown · 16 years ago
  46. 5b1a4bf Merge branch 'master' into for-next by Neil Brown · 16 years ago
  47. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago
  48. cefcade9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  49. c7f1b20 dm crypt: use cond_resched by Milan Broz · 16 years ago
  50. b5470dc md: resolve external metadata handling deadlock in md_allow_write by Dan Williams · 16 years ago
  51. 1fe797e md: rationalize raid5 function names by Dan Williams · 16 years ago
  52. 7b3a871 md: handle operation chaining in raid5_run_ops by Dan Williams · 16 years ago
  53. d8ee072 md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states by Dan Williams · 16 years ago
  54. 600aa10 md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states' by Dan Williams · 16 years ago
  55. 976ea8d md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN by Dan Williams · 16 years ago
  56. 83de75c md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN by Dan Williams · 16 years ago
  57. ecc65c9 md: replace STRIPE_OP_CHECK with 'check_states' by Dan Williams · 16 years ago
  58. f0e43bc md: unify raid5/6 i/o submission by Dan Williams · 16 years ago
  59. c4e5ac0 md: use stripe_head_state in ops_run_io() by Dan Williams · 16 years ago
  60. 2b7497f md: kill STRIPE_OP_IO flag by Dan Williams · 16 years ago
  61. b203886 md: kill STRIPE_OP_MOD_DMA in raid5 offload by Dan Williams · 16 years ago
  62. 0cd17fe Support changing rdev size on running arrays. by Chris Webb · 16 years ago
  63. 5266473 Make sure all changes to md/dev-XX/state are notified by Neil Brown · 16 years ago
  64. a99ac97 Make sure all changes to md/degraded are notified. by Neil Brown · 16 years ago
  65. 72a23c2 Make sure all changes to md/sync_action are notified. by Neil Brown · 16 years ago
  66. 0fd62b8 Make sure all changes to md/array_state are notified. by Neil Brown · 16 years ago
  67. c7d0c94 Don't reject HOT_REMOVE_DISK request for an array that is not yet started. by Neil Brown · 16 years ago
  68. 199050e rationalise return value for ->hot_add_disk method. by Neil Brown · 16 years ago
  69. 6c2fce2 Support adding a spare to a live md array with external metadata. by Neil Brown · 16 years ago
  70. 8ed0a52 Enable setting of 'offset' and 'size' of a hot-added spare. by Neil Brown · 16 years ago
  71. 1a0fd49 Don't try to make md arrays dirty if that is not meaningful. by Neil Brown · 16 years ago
  72. f48ed53 Close race in md_probe by Neil Brown · 16 years ago
  73. 5e96ee6 Allow setting start point for requested check/repair by Neil Brown · 16 years ago
  74. a0da84f Improve setting of "events_cleared" for write-intent bitmaps. by Neil Brown · 16 years ago
  75. 0e13fe23 use bio_endio instead of a call to bi_end_io by Neil Brown · 16 years ago
  76. 1386451 linear: correct disk numbering error check by Nikanth Karthikesan · 16 years ago
  77. 9bbbca3 Fix error paths if md_probe fails. by Neil Brown · 16 years ago
  78. efe3114 Don't acknowlege that stripe-expand is complete until it really is. by Neil Brown · 16 years ago
  79. 8c2e870 Ensure interrupted recovery completed properly (v1 metadata plus bitmap) by Neil Brown · 16 years ago
  80. c337869 md: do not compute parity unless it is on a failed drive by Dan Williams · 16 years ago
  81. a6d8113 md: fix uninitialized use of mddev->recovery_wait by Dan Williams · 16 years ago
  82. e0a115e md: fix prexor vs sync_request race by Dan Williams · 16 years ago
  83. 688864e [SCSI] scsi_dh: Remove hardware handler infrastructure from dm by Chandra Seetharaman · 16 years ago
  84. cb52022 [SCSI] scsi_dh: Remove hardware handlers from dm by Chandra Seetharaman · 16 years ago
  85. 2651f5d [SCSI] scsi_dh: Remove dm_pg_init_complete by Chandra Seetharaman · 16 years ago
  86. bab7cfc [SCSI] scsi_dh: Add a single threaded workqueue for initializing paths by Chandra Seetharaman · 16 years ago
  87. cfae5c9 [SCSI] scsi_dh: Use SCSI device handler in dm-multipath by Chandra Seetharaman · 16 years ago
  88. dfc7064 md: restart recovery cleanly after device failure. by NeilBrown · 16 years ago
  89. 90b0871 md: allow parallel resync of md-devices. by Bernd Schubert · 16 years ago
  90. 4f54b0e md: notify userspace on 'stop' events by Dan Williams · 16 years ago
  91. 09a44cc md: notify userspace on 'write-pending' changes to array_state by NeilBrown · 16 years ago
  92. 698b18c md: raid1: Fix restoration of bio between failed read and write. by NeilBrown · 16 years ago
  93. 6be9d49 md: md: raid5 rate limit error printk by Bernd Schubert · 16 years ago
  94. 6bcfd60 md: kill file_path wrapper by Christoph Hellwig · 16 years ago
  95. 84255d1 md: fix possible oops when removing a bitmap from an active array by NeilBrown · 16 years ago
  96. e7e72bf Remove blkdev warning triggered by using md by Neil Brown · 16 years ago
  97. c8894419 md: fix raid5 'repair' operations by Dan Williams · 16 years ago
  98. cb6969e misc: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  99. 6bfe0b4 md: support blocking writes to an array on device failure by Dan Williams · 16 years ago
  100. 11e2ede md: prevent duplicates in bind_rdev_to_array by Dan Williams · 16 years ago