1. b0af205 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  2. 0c2322e dm: detect lost queue by Alasdair G Kergon · 16 years ago
  3. 5416090 dm: publish dm_vcalloc by Mikulas Patocka · 16 years ago
  4. ea0ec64 dm: publish dm_table_unplug_all by Mikulas Patocka · 16 years ago
  5. 89343da dm: publish dm_get_mapinfo by Mikulas Patocka · 16 years ago
  6. 82b1519 dm: export struct dm_dev by Mikulas Patocka · 16 years ago
  7. 933f01d dm crypt: avoid unnecessary wait when splitting bio by Milan Broz · 16 years ago
  8. c808161 dm crypt: tidy ctx pending by Milan Broz · 16 years ago
  9. 4e59409 dm crypt: fix async inc_pending by Milan Broz · 16 years ago
  10. 6c031f4 dm crypt: move dec_pending on error into write_io_submit by Milan Broz · 16 years ago
  11. 1e37bb8 dm crypt: remove inc_pending from write_io_submit by Alasdair G Kergon · 16 years ago
  12. fc5a5e9 dm crypt: tidy write loop pending by Milan Broz · 16 years ago
  13. dc440d1e dm crypt: tidy crypt alloc by Milan Broz · 16 years ago
  14. 3e1a8bd dm crypt: tidy inc pending by Milan Broz · 16 years ago
  15. fd14acf dm exception store: use chunk_t for_areas by Mikulas Patocka · 16 years ago
  16. a481db7 dm exception store: introduce area_location function by Mikulas Patocka · 16 years ago
  17. f7c83e2 dm raid1: kcopyd should stop on error if errors handled by Jonathan Brassow · 16 years ago
  18. 6680073 dm mpath: remove is_active from struct dm_path by Kiyoshi Ueda · 16 years ago
  19. 01460f3 dm mpath: use more error codes by Benjamin Marzinski · 16 years ago
  20. 6feef53 block: mark bio_split_pool static by Denis ChengRq · 16 years ago
  21. 224cb3e dm: Call blk_abort_queue on failed paths by Mike Anderson · 16 years ago
  22. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  23. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  24. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  25. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  26. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  27. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  28. 5b99c2f block: make bi_phys_segments an unsigned int instead of short by Jens Axboe · 16 years ago
  29. 960e739 block: raid fixups for removal of bi_hw_segments by Jens Axboe · 16 years ago
  30. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  31. 7253a33 dm mpath: add missing path switching locking by Chandra Seetharaman · 16 years ago
  32. b01cd5a dm: cope with access beyond end of device in dm_merge_bvec by Mikulas Patocka · 16 years ago
  33. 5037108 dm: always allow one page in dm_merge_bvec by Mikulas Patocka · 16 years ago
  34. 9744197 md: Don't wait UNINTERRUPTIBLE for other resync to finish by NeilBrown · 16 years ago
  35. b2d2c4c Fix problem with waiting while holding rcu read lock in md/bitmap.c by NeilBrown · 16 years ago
  36. 271f5a9 Remove invalidate_partition call from do_md_stop. by NeilBrown · 16 years ago
  37. 56ac36d md: cancel check/repair requests when recovery is needed by Dan Williams · 16 years ago
  38. 0310fa2 Allow raid10 resync to happening in larger chunks. by NeilBrown · 16 years ago
  39. c89a8ee Allow faulty devices to be removed from a readonly array. by NeilBrown · 16 years ago
  40. ac4090d Don't let a blocked_rdev interfere with read request in raid5/6 by NeilBrown · 16 years ago
  41. dba034e Fail safely when trying to grow an array with a write-intent bitmap. by NeilBrown · 16 years ago
  42. 2b25000 Restore force switch of md array to readonly at reboot time. by NeilBrown · 16 years ago
  43. 19052c0 Make writes to md/safe_mode_delay immediately effective. by NeilBrown · 16 years ago
  44. 1e24b15 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  45. b17b3d4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  46. 93769f5 md: the bitmap code needs to use blk_plug_device_unlocked() by Jens Axboe · 16 years ago
  47. d5686b4 [PATCH] switch mtd and dm-table to lookup_bdev() by Al Viro · 16 years ago
  48. 388667b md: raid10: wake up frozen array by Arthur Jones · 16 years ago
  49. e542713 md: do not count blocked devices as spares by Dan Williams · 16 years ago
  50. df10cfb md: do not progress the resync process if the stripe was blocked by Dan Williams · 16 years ago
  51. ae11b1b [SCSI] scsi_dh: attach to hardware handler from dm-mpath by Hannes Reinecke · 16 years ago
  52. d8e6440 md: delay notification of 'active_idle' to the recovery thread by Dan Williams · 16 years ago
  53. 2339788 md: fix merge error by Dan Williams · 16 years ago
  54. c9f21aa md: move async_tx_issue_pending_all outside spin_lock_irq by Dan Williams · 16 years ago
  55. b7e6f62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  56. 8a39262 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  57. d41e26b dm crypt: add merge by Milan Broz · 16 years ago
  58. 9980c63 dm table: remove merge_bvec sector restriction by Milan Broz · 16 years ago
  59. 7bc3447 dm: linear add merge by Milan Broz · 16 years ago
  60. f6fccb1 dm: introduce merge_bvec_fn by Milan Broz · 16 years ago
  61. 92e8681 dm snapshot: use per device mempools by Mikulas Patocka · 16 years ago
  62. a8d41b5 dm snapshot: fix race during exception creation by Mikulas Patocka · 16 years ago
  63. cd45daf dm snapshot: track snapshot reads by Mikulas Patocka · 16 years ago
  64. def052d dm mpath: fix test for reinstate_path by Alasdair G Kergon · 16 years ago
  65. 148acff dm mpath: return parameter error by Mikulas Patocka · 16 years ago
  66. 6ae2fa6 dm io: remove struct padding by Richard Kennedy · 16 years ago
  67. c8da2f8 dm log: make dm_dirty_log init and exit static by Adrian Bunk · 16 years ago
  68. 371b2e3 dm mpath: free path selector on invalid args by Mikulas Patocka · 16 years ago
  69. 4b80991 md: Protect access to mddev->disks list using RCU by NeilBrown · 16 years ago
  70. f2ea68c md: only count actual openers as access which prevent a 'stop' by NeilBrown · 16 years ago
  71. d6e2215 md: linear: Make array_size sector-based and rename it to array_sectors. by Andre Noll · 16 years ago
  72. f233ea5 md: Make mddev->array_size sector-based. by Andre Noll · 16 years ago
  73. 15f4a5f md: Make super_type->rdev_size_change() take sector-based sizes. by Andre Noll · 16 years ago
  74. d07bd3b md: Fix check for overlapping devices. by Andre Noll · 16 years ago
  75. d702745 md: Tidy up rdev_size_store a bit: by Neil Brown · 16 years ago
  76. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  77. fe9233f [SCSI] scsi_dh: fix kconfig related build errors by Chandra Seetharaman · 16 years ago
  78. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  79. 0f42035 md: Turn rdev->sb_offset into a sector-based quantity. by Andre Noll · 16 years ago
  80. b73df2d md: Make calc_dev_sboffset() return a sector count. by Andre Noll · 16 years ago
  81. e7debaa md: Replace calc_dev_size() by calc_num_sectors(). by Andre Noll · 16 years ago
  82. d71f9f8 md: Make update_size() take the number of sectors. by Andre Noll · 16 years ago
  83. df5b20c md: Better control of when do_md_stop is allowed to stop the array. by Neil Brown · 16 years ago
  84. 26ef379 md: get_disk_info(): Don't convert between signed and unsigned and back. by Andre Noll · 16 years ago
  85. 80fab1d md: Simplify restart_array(). by Andre Noll · 16 years ago
  86. ebc2433 md: alloc_disk_sb(): Return proper error value. by Andre Noll · 16 years ago
  87. ce0c8e0 md: Simplify sb_equal(). by Andre Noll · 16 years ago
  88. 0571046 md: Simplify uuid_equal(). by Andre Noll · 16 years ago
  89. 2283af5 Merge branch 'for-2.6.26' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  90. 7a1fc53 md: ensure all blocks are uptodate or locked when syncing by Dan Williams · 16 years ago
  91. 35020f1 md: sb_equal(): Fix misleading printk. by Andre Noll · 16 years ago
  92. 7f6ce76 md: Fix a typo in the comment to cmd_match(). by Andre Noll · 16 years ago
  93. 910d8cb md: Fix typo in array_state comment. by Andre Noll · 16 years ago
  94. 9687a60 md: sync_speed_show(): Trivial cleanups. by Andre Noll · 16 years ago
  95. 13e53df md: do_md_run(): Fix misleading error message. by Andre Noll · 16 years ago
  96. 2f9618c md: md_getgeo(): Move comment to proper position. by Andre Noll · 16 years ago
  97. bb57fc6 md: md_ioctl(): Fix misleading indentation. by Andre Noll · 16 years ago
  98. 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
  99. 5b1a4bf Merge branch 'master' into for-next by Neil Brown · 16 years ago
  100. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago