1. fc3a08b Add raid1->raid0 takeover support by Krzysztof Wojcik · 14 years ago
  2. f21e9ff md: Remove the AllReserved flag for component devices. by NeilBrown · 14 years ago
  3. 50da084 md: don't abort checking spares as soon as one cannot be added. by NeilBrown · 14 years ago
  4. 469518a md: fix the test for finding spares in raid5_start_reshape. by NeilBrown · 14 years ago
  5. 87a8dec md: simplify some 'if' conditionals in raid5_start_reshape. by NeilBrown · 14 years ago
  6. de171cb md: revert change to raid_disks on failure. by NeilBrown · 14 years ago
  7. 49731ba block: restore multiple bd_link_disk_holder() support by Tejun Heo · 14 years ago
  8. f6bcfd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 14 years ago
  9. 509e4ae Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  10. bf2cb0d md: Fix removal of extra drives when converting RAID6 to RAID5 by NeilBrown · 14 years ago
  11. ba1b41b md: range check slot number when manually adding a spare. by NeilBrown · 14 years ago
  12. 1a940fc md/raid5: handle manually-added spares in start_reshape. by NeilBrown · 14 years ago
  13. 13ae864 md: fix sync_completed reporting for very large drives (>2TB) by Rémi Rérolle · 14 years ago
  14. 23ddff3 md: allow suspend_lo and suspend_hi to decrease as well as increase. by NeilBrown · 14 years ago
  15. 75d3da4 md: Don't let implementation detail of curr_resync leak out through sysfs. by NeilBrown · 14 years ago
  16. a6ff7e0 md: separate meta and data devs by Jonathan Brassow · 14 years ago
  17. ccebd4c md-new-param-to_sync_page_io by Jonathan Brassow · 14 years ago
  18. 57b2caa md-new-param-to-calc_dev_sboffset by Jonathan Brassow · 14 years ago
  19. 7ebc0be md: Be more careful about clearing flags bit in ->recovery by NeilBrown · 14 years ago
  20. defad61 md: md_stop_writes requires mddev_lock. by NeilBrown · 14 years ago
  21. 43c73ca md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer by Jonathan Brassow · 14 years ago
  22. 0ca6988 md: Ensure no IO request to get md device before it is properly initialised. by NeilBrown · 14 years ago
  23. 067032b md: Fix single printks with multiple KERN_<level>s by Joe Perches · 14 years ago
  24. 6c98791 md: fix regression resulting in delays in clearing bits in a bitmap by NeilBrown · 14 years ago
  25. 9d09e66 dm: raid456 basic support by NeilBrown · 14 years ago
  26. 99d03c1 dm: per target unplug callback support by NeilBrown · 14 years ago
  27. 9d357b0 dm: introduce target callbacks and congestion callback by NeilBrown · 14 years ago
  28. 4e2d19e dm mpath: delay activate_path retry on SCSI_DH_RETRY by Chandra Seetharaman · 14 years ago
  29. 052189a dm: remove superfluous irq disablement in dm_request_fn by Kiyoshi Ueda · 14 years ago
  30. dbc883f dm log: use PTR_ERR value instead of ENOMEM by Dan Carpenter · 14 years ago
  31. b83b2f2 dm snapshot: avoid storing private suspended state by Mike Snitzer · 14 years ago
  32. 239c8dd dm snapshot: persistent make metadata_wq multithreaded by Tejun Heo · 14 years ago
  33. 9c4376d dm: use non reentrant workqueues if equivalent by Tejun Heo · 14 years ago
  34. 4d4d66a dm: convert workqueues to alloc_ordered by Tejun Heo · 14 years ago
  35. f521f07 dm stripe: switch from local workqueue to system_wq by Tejun Heo · 14 years ago
  36. d5ffa38 dm: dont use flush_scheduled_work by Tejun Heo · 14 years ago
  37. fecec20 dm snapshot: remove unused dm_snapshot queued_bios_work by Tejun Heo · 14 years ago
  38. 810b492 dm ioctl: suppress needless warning messages by Milan Broz · 14 years ago
  39. 3474578 dm crypt: add loop aes iv generator by Milan Broz · 14 years ago
  40. d1f9642 dm crypt: add multi key capability by Milan Broz · 14 years ago
  41. 2dc5327 dm crypt: add post iv call to iv generator by Milan Broz · 14 years ago
  42. 20c8253 dm crypt: use io thread for reads only if mempool exhausted by Milan Broz · 14 years ago
  43. c029772 dm crypt: scale to multiple cpus by Andi Kleen · 14 years ago
  44. 7dbcd13 dm crypt: simplify compatible table output by Milan Broz · 14 years ago
  45. 86a54a48 dm log userspace: add version number to comms by Jonathan Brassow · 14 years ago
  46. 085ae06 dm log userspace: group clear and mark requests by Jonathan Brassow · 14 years ago
  47. 909cc4f dm log userspace: split flush queue by Jonathan Brassow · 14 years ago
  48. 8d35d3e dm kcopyd: delay unplugging by Mikulas Patocka · 14 years ago
  49. 4a03867 dm log userspace: trap all failed log construction errors by Jonathan Brassow · 14 years ago
  50. 69a8cfc dm crypt: set key size early by Milan Broz · 14 years ago
  51. 4a1aeb9 dm: remove dm_mutex after bkl conversion by Milan Broz · 14 years ago
  52. 5fc2ffe dm raid1: support discard by Mike Snitzer · 14 years ago
  53. 84c8955 dm ioctl: allow rename to fill empty uuid by Peter Jones · 14 years ago
  54. d9bf0b5 dm io: remove BIO_RW_SYNCIO flag from kcopyd by Mikulas Patocka · 14 years ago
  55. 09c9d4c dm mpath: disable blk_abort_queue by Mike Snitzer · 14 years ago
  56. c217649 dm: dont take i_mutex to change device size by Mike Snitzer · 14 years ago
  57. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  58. bf57254 md: fix regression with re-adding devices to arrays with no metadata by NeilBrown · 14 years ago
  59. b7908c1 block: trace event block fix unassigned field by Jeff Moyer · 14 years ago
  60. 7f8635c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  61. 72d4cd9 block: max hardware sectors limit wrapper by Mike Snitzer · 14 years ago
  62. e692cb6 block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead by Martin K. Petersen · 14 years ago
  63. 589a594 md: protect against NULL reference when waiting to start a raid10. by NeilBrown · 14 years ago
  64. 1a855a0 md: fix bug with re-adding of partially recovered device. by NeilBrown · 14 years ago
  65. a035fc3 md: fix possible deadlock in handling flush requests. by NeilBrown · 14 years ago
  66. a7a07e6 md: move code in to submit_flushes. by NeilBrown · 14 years ago
  67. 2b74e12 md: remove handling of flush_pending in md_submit_flush_data by NeilBrown · 14 years ago
  68. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 14 years ago
  69. be20e6c md: Call blk_queue_flush() to establish flush/fua support by Darrick J. Wong · 14 years ago
  70. 8f9e0ee md/raid1: really fix recovery looping when single good device fails. by NeilBrown · 14 years ago
  71. c26a44e md: fix return value of rdev_size_change() by Justin Maggard · 14 years ago
  72. d07335e block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event. by Mike Snitzer · 14 years ago
  73. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  74. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  75. e09b457 block: simplify holder symlink handling by Tejun Heo · 14 years ago
  76. 77304d2 block: read i_size with i_size_read() by Mike Snitzer · 14 years ago
  77. f3ac8bf md: tidy up device searches in read_balance. by NeilBrown · 14 years ago
  78. 046abee md/raid1: fix some typos in comments. by NeilBrown · 14 years ago
  79. 9b19553 md/raid1: discard unused variable. by NeilBrown · 14 years ago
  80. be2a265 md: unplug writes to external bitmaps. by NeilBrown · 14 years ago
  81. a167f66 md: use separate bio pool for each md device. by NeilBrown · 14 years ago
  82. 2b19336 md: change type of first arg to sync_page_io. by NeilBrown · 14 years ago
  83. 1c4588e md/raid1: perform mem allocation before disabling writes during resync. by NeilBrown · 14 years ago
  84. 6746557 md: use bio_kmalloc rather than bio_alloc when failure is acceptable. by NeilBrown · 14 years ago
  85. 4e78064 md: Fix possible deadlock with multiple mempool allocations. by NeilBrown · 14 years ago
  86. e804ac7 md: fix and update workqueue usage by Tejun Heo · 14 years ago
  87. 57dab0b md: use sector_t in bitmap_get_counter by NeilBrown · 14 years ago
  88. 4b532c9 md: remove md_mutex locking. by NeilBrown · 14 years ago
  89. d97a41d md: Fix regression with raid1 arrays without persistent metadata. by NeilBrown · 14 years ago
  90. ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago
  91. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  92. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  93. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  94. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  95. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  96. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  97. 5c04f55 md: check return code of read_sb_page by Vasiliy Kulikov · 14 years ago
  98. db8d9d3 md/raid1: minor bio initialisation improvements. by NeilBrown · 14 years ago
  99. 7571ae8 md/raid1: avoid overflow in raid1 resync when bitmap is in use. by NeilBrown · 14 years ago
  100. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago