1. 224cb3e dm: Call blk_abort_queue on failed paths by Mike Anderson · 16 years ago
  2. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  3. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  4. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  5. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  6. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  7. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  8. 5b99c2f block: make bi_phys_segments an unsigned int instead of short by Jens Axboe · 16 years ago
  9. 960e739 block: raid fixups for removal of bi_hw_segments by Jens Axboe · 16 years ago
  10. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  11. 7253a33 dm mpath: add missing path switching locking by Chandra Seetharaman · 16 years ago
  12. b01cd5a dm: cope with access beyond end of device in dm_merge_bvec by Mikulas Patocka · 16 years ago
  13. 5037108 dm: always allow one page in dm_merge_bvec by Mikulas Patocka · 16 years ago
  14. 9744197 md: Don't wait UNINTERRUPTIBLE for other resync to finish by NeilBrown · 16 years ago
  15. b2d2c4c Fix problem with waiting while holding rcu read lock in md/bitmap.c by NeilBrown · 16 years ago
  16. 271f5a9 Remove invalidate_partition call from do_md_stop. by NeilBrown · 16 years ago
  17. 56ac36d md: cancel check/repair requests when recovery is needed by Dan Williams · 16 years ago
  18. 0310fa2 Allow raid10 resync to happening in larger chunks. by NeilBrown · 16 years ago
  19. c89a8ee Allow faulty devices to be removed from a readonly array. by NeilBrown · 16 years ago
  20. ac4090d Don't let a blocked_rdev interfere with read request in raid5/6 by NeilBrown · 16 years ago
  21. dba034e Fail safely when trying to grow an array with a write-intent bitmap. by NeilBrown · 16 years ago
  22. 2b25000 Restore force switch of md array to readonly at reboot time. by NeilBrown · 16 years ago
  23. 19052c0 Make writes to md/safe_mode_delay immediately effective. by NeilBrown · 16 years ago
  24. 1e24b15 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  25. b17b3d4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  26. 93769f5 md: the bitmap code needs to use blk_plug_device_unlocked() by Jens Axboe · 16 years ago
  27. d5686b4 [PATCH] switch mtd and dm-table to lookup_bdev() by Al Viro · 16 years ago
  28. 388667b md: raid10: wake up frozen array by Arthur Jones · 16 years ago
  29. e542713 md: do not count blocked devices as spares by Dan Williams · 16 years ago
  30. df10cfb md: do not progress the resync process if the stripe was blocked by Dan Williams · 16 years ago
  31. ae11b1b [SCSI] scsi_dh: attach to hardware handler from dm-mpath by Hannes Reinecke · 16 years ago
  32. d8e6440 md: delay notification of 'active_idle' to the recovery thread by Dan Williams · 16 years ago
  33. 2339788 md: fix merge error by Dan Williams · 16 years ago
  34. c9f21aa md: move async_tx_issue_pending_all outside spin_lock_irq by Dan Williams · 16 years ago
  35. b7e6f62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  36. 8a39262 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  37. d41e26b dm crypt: add merge by Milan Broz · 16 years ago
  38. 9980c63 dm table: remove merge_bvec sector restriction by Milan Broz · 16 years ago
  39. 7bc3447 dm: linear add merge by Milan Broz · 16 years ago
  40. f6fccb1 dm: introduce merge_bvec_fn by Milan Broz · 16 years ago
  41. 92e8681 dm snapshot: use per device mempools by Mikulas Patocka · 16 years ago
  42. a8d41b5 dm snapshot: fix race during exception creation by Mikulas Patocka · 16 years ago
  43. cd45daf dm snapshot: track snapshot reads by Mikulas Patocka · 16 years ago
  44. def052d dm mpath: fix test for reinstate_path by Alasdair G Kergon · 16 years ago
  45. 148acff dm mpath: return parameter error by Mikulas Patocka · 16 years ago
  46. 6ae2fa6 dm io: remove struct padding by Richard Kennedy · 16 years ago
  47. c8da2f8 dm log: make dm_dirty_log init and exit static by Adrian Bunk · 16 years ago
  48. 371b2e3 dm mpath: free path selector on invalid args by Mikulas Patocka · 16 years ago
  49. 4b80991 md: Protect access to mddev->disks list using RCU by NeilBrown · 16 years ago
  50. f2ea68c md: only count actual openers as access which prevent a 'stop' by NeilBrown · 16 years ago
  51. d6e2215 md: linear: Make array_size sector-based and rename it to array_sectors. by Andre Noll · 16 years ago
  52. f233ea5 md: Make mddev->array_size sector-based. by Andre Noll · 16 years ago
  53. 15f4a5f md: Make super_type->rdev_size_change() take sector-based sizes. by Andre Noll · 16 years ago
  54. d07bd3b md: Fix check for overlapping devices. by Andre Noll · 16 years ago
  55. d702745 md: Tidy up rdev_size_store a bit: by Neil Brown · 16 years ago
  56. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  57. fe9233f [SCSI] scsi_dh: fix kconfig related build errors by Chandra Seetharaman · 16 years ago
  58. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  59. 0f42035 md: Turn rdev->sb_offset into a sector-based quantity. by Andre Noll · 16 years ago
  60. b73df2d md: Make calc_dev_sboffset() return a sector count. by Andre Noll · 16 years ago
  61. e7debaa md: Replace calc_dev_size() by calc_num_sectors(). by Andre Noll · 16 years ago
  62. d71f9f8 md: Make update_size() take the number of sectors. by Andre Noll · 16 years ago
  63. df5b20c md: Better control of when do_md_stop is allowed to stop the array. by Neil Brown · 16 years ago
  64. 26ef379 md: get_disk_info(): Don't convert between signed and unsigned and back. by Andre Noll · 16 years ago
  65. 80fab1d md: Simplify restart_array(). by Andre Noll · 16 years ago
  66. ebc2433 md: alloc_disk_sb(): Return proper error value. by Andre Noll · 16 years ago
  67. ce0c8e0 md: Simplify sb_equal(). by Andre Noll · 16 years ago
  68. 0571046 md: Simplify uuid_equal(). by Andre Noll · 16 years ago
  69. 2283af5 Merge branch 'for-2.6.26' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  70. 7a1fc53 md: ensure all blocks are uptodate or locked when syncing by Dan Williams · 16 years ago
  71. 35020f1 md: sb_equal(): Fix misleading printk. by Andre Noll · 16 years ago
  72. 7f6ce76 md: Fix a typo in the comment to cmd_match(). by Andre Noll · 16 years ago
  73. 910d8cb md: Fix typo in array_state comment. by Andre Noll · 16 years ago
  74. 9687a60 md: sync_speed_show(): Trivial cleanups. by Andre Noll · 16 years ago
  75. 13e53df md: do_md_run(): Fix misleading error message. by Andre Noll · 16 years ago
  76. 2f9618c md: md_getgeo(): Move comment to proper position. by Andre Noll · 16 years ago
  77. bb57fc6 md: md_ioctl(): Fix misleading indentation. by Andre Noll · 16 years ago
  78. 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
  79. 5b1a4bf Merge branch 'master' into for-next by Neil Brown · 16 years ago
  80. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago
  81. cefcade9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  82. c7f1b20 dm crypt: use cond_resched by Milan Broz · 16 years ago
  83. b5470dc md: resolve external metadata handling deadlock in md_allow_write by Dan Williams · 16 years ago
  84. 1fe797e md: rationalize raid5 function names by Dan Williams · 16 years ago
  85. 7b3a871 md: handle operation chaining in raid5_run_ops by Dan Williams · 16 years ago
  86. d8ee072 md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states by Dan Williams · 16 years ago
  87. 600aa10 md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states' by Dan Williams · 16 years ago
  88. 976ea8d md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN by Dan Williams · 16 years ago
  89. 83de75c md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN by Dan Williams · 16 years ago
  90. ecc65c9 md: replace STRIPE_OP_CHECK with 'check_states' by Dan Williams · 16 years ago
  91. f0e43bc md: unify raid5/6 i/o submission by Dan Williams · 16 years ago
  92. c4e5ac0 md: use stripe_head_state in ops_run_io() by Dan Williams · 16 years ago
  93. 2b7497f md: kill STRIPE_OP_IO flag by Dan Williams · 16 years ago
  94. b203886 md: kill STRIPE_OP_MOD_DMA in raid5 offload by Dan Williams · 16 years ago
  95. 0cd17fe Support changing rdev size on running arrays. by Chris Webb · 16 years ago
  96. 5266473 Make sure all changes to md/dev-XX/state are notified by Neil Brown · 16 years ago
  97. a99ac97 Make sure all changes to md/degraded are notified. by Neil Brown · 16 years ago
  98. 72a23c2 Make sure all changes to md/sync_action are notified. by Neil Brown · 16 years ago
  99. 0fd62b8 Make sure all changes to md/array_state are notified. by Neil Brown · 16 years ago
  100. c7d0c94 Don't reject HOT_REMOVE_DISK request for an array that is not yet started. by Neil Brown · 16 years ago