1. 35020f1 md: sb_equal(): Fix misleading printk. by Andre Noll · 16 years ago
  2. 7f6ce76 md: Fix a typo in the comment to cmd_match(). by Andre Noll · 16 years ago
  3. 910d8cb md: Fix typo in array_state comment. by Andre Noll · 16 years ago
  4. 9687a60 md: sync_speed_show(): Trivial cleanups. by Andre Noll · 16 years ago
  5. 13e53df md: do_md_run(): Fix misleading error message. by Andre Noll · 16 years ago
  6. 2f9618c md: md_getgeo(): Move comment to proper position. by Andre Noll · 16 years ago
  7. bb57fc6 md: md_ioctl(): Fix misleading indentation. by Andre Noll · 16 years ago
  8. b5470dc md: resolve external metadata handling deadlock in md_allow_write by Dan Williams · 16 years ago
  9. 0cd17fe Support changing rdev size on running arrays. by Chris Webb · 16 years ago
  10. 5266473 Make sure all changes to md/dev-XX/state are notified by Neil Brown · 16 years ago
  11. a99ac97 Make sure all changes to md/degraded are notified. by Neil Brown · 16 years ago
  12. 72a23c2 Make sure all changes to md/sync_action are notified. by Neil Brown · 16 years ago
  13. 0fd62b8 Make sure all changes to md/array_state are notified. by Neil Brown · 16 years ago
  14. c7d0c94 Don't reject HOT_REMOVE_DISK request for an array that is not yet started. by Neil Brown · 16 years ago
  15. 199050e rationalise return value for ->hot_add_disk method. by Neil Brown · 16 years ago
  16. 6c2fce2 Support adding a spare to a live md array with external metadata. by Neil Brown · 16 years ago
  17. 8ed0a52 Enable setting of 'offset' and 'size' of a hot-added spare. by Neil Brown · 16 years ago
  18. 1a0fd49 Don't try to make md arrays dirty if that is not meaningful. by Neil Brown · 16 years ago
  19. f48ed53 Close race in md_probe by Neil Brown · 16 years ago
  20. 5e96ee6 Allow setting start point for requested check/repair by Neil Brown · 16 years ago
  21. 9bbbca3 Fix error paths if md_probe fails. by Neil Brown · 16 years ago
  22. a6d8113 md: fix uninitialized use of mddev->recovery_wait by Dan Williams · 16 years ago
  23. dfc7064 md: restart recovery cleanly after device failure. by NeilBrown · 16 years ago
  24. 90b0871 md: allow parallel resync of md-devices. by Bernd Schubert · 16 years ago
  25. 4f54b0e md: notify userspace on 'stop' events by Dan Williams · 16 years ago
  26. 09a44cc md: notify userspace on 'write-pending' changes to array_state by NeilBrown · 16 years ago
  27. 6bcfd60 md: kill file_path wrapper by Christoph Hellwig · 16 years ago
  28. 6bfe0b4 md: support blocking writes to an array on device failure by Dan Williams · 16 years ago
  29. 11e2ede md: prevent duplicates in bind_rdev_to_array by Dan Williams · 16 years ago
  30. 242b363 md: remove a stray command from a copy and paste error in resync_start_store by Dan Williams · 16 years ago
  31. 648b629 md: fix up switching md arrays between read-only and read-write by NeilBrown · 16 years ago
  32. 31a59e3 md: fix 'safemode' handling for external metadata. by NeilBrown · 16 years ago
  33. d897dbf md: reinitialise more mddev fields in do_md_stop. by NeilBrown · 16 years ago
  34. 8377bc8 md: skip all metadata update processing when using external metadata. by NeilBrown · 16 years ago
  35. 6a51830 md: fix use after free when removing rdev via sysfs by Dan Williams · 16 years ago
  36. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  37. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  38. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  39. 9a7b2b0 md: fix integer as NULL pointer warnings in md.c by Harvey Harrison · 16 years ago
  40. fdefa4d RAID: remove trailing space from printk line by Nick Andrew · 16 years ago
  41. 0e82989 md: remove the 'super' sysfs attribute from devices in an 'md' array by NeilBrown · 16 years ago
  42. 52720ae md: fix formatting error in /proc/mdstat by NeilBrown · 16 years ago
  43. 27c529b md: lock access to rdev attributes properly by NeilBrown · 16 years ago
  44. 2515619 md: make sure a reshape is started when device switches to read-write by NeilBrown · 16 years ago
  45. d0fae18 md: clean up irregularity with raid autodetect by NeilBrown · 16 years ago
  46. a1801f8 md: guard against possible bad array geometry in v1 metadata by NeilBrown · 16 years ago
  47. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  48. 73c3443 md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDEV_PENDING. by NeilBrown · 17 years ago
  49. d089c6a md: change ITERATE_RDEV to rdev_for_each by NeilBrown · 17 years ago
  50. 29ac4aa md: change INTERATE_MDDEV to for_each_mddev by NeilBrown · 17 years ago
  51. 20a49ff md: change a few 'int' to 'size_t' in md by NeilBrown · 17 years ago
  52. 177a99b md: fix use-after-free bug when dropping an rdev from an md array by NeilBrown · 17 years ago
  53. a17184a md: allow an md array to appear with 0 drives if it has external metadata by NeilBrown · 17 years ago
  54. ca38805 md: lock address when changing attributes of component devices by NeilBrown · 17 years ago
  55. c5d79ad md: allow devices to be shared between md arrays by NeilBrown · 17 years ago
  56. 1ec4a93 md: set and test the ->persistent flag for md devices more consistently by NeilBrown · 17 years ago
  57. c620727 md: allow a maximum extent to be set for resyncing by NeilBrown · 17 years ago
  58. c303da6 md: give userspace control over removing failed devices when external metdata in use by NeilBrown · 17 years ago
  59. e691063 md: support 'external' metadata for md arrays by NeilBrown · 17 years ago
  60. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  61. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  62. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  63. 649316b Kobject: convert drivers/md/md.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  64. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  65. 3830c62 Kobject: change drivers/md/md.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  66. 2ad8b1e Add UNPLUG traces to all appropriate places by Alan D. Brunelle · 17 years ago
  67. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  68. d7f3d29 md: expose the degraded status of an assembled array through sysfs by Iustin Pop · 17 years ago
  69. 2b12ab6 md: 'sync_action' in sysfs returns wrong value for readonly arrays by NeilBrown · 17 years ago
  70. 4d936ec md: software Raid autodetect dev list not array by Michael J. Evans · 17 years ago
  71. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  72. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  73. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  74. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  75. 4ad1366 md: change bitmap_unplug and others to void functions by NeilBrown · 17 years ago
  76. f0d76d7 md: check that internal bitmap does not overlap other data by NeilBrown · 17 years ago
  77. 713f6ab md: improve the is_mddev_idle test fix by NeilBrown · 17 years ago
  78. df968c4 md: improve message about invalid superblock during autodetect by NeilBrown · 17 years ago
  79. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  80. 685784a xor: make 'xor_blocks' a library routine for use with async_tx by Dan Williams · 17 years ago
  81. a778b73 md: fix bug with linear hot-add and elsewhere by NeilBrown · 17 years ago
  82. 435b71b md: improve the is_mddev_idle test by NeilBrown · 17 years ago
  83. 44ce6294 Revert "md: improve partition detection in md array" by Linus Torvalds · 17 years ago
  84. 5b479c9 md: improve partition detection in md array by NeilBrown · 17 years ago
  85. 08a02ec md: allow reshape_position for md arrays to be set via sysfs by NeilBrown · 17 years ago
  86. 4d167f0 md: stop using csum_partial for checksum calculation in md by NeilBrown · 17 years ago
  87. e11e93f md: move test for whether level supports bitmap to correct place by NeilBrown · 17 years ago
  88. c3f94b40 md: cleanup: use seq_release_private() where appropriate by Martin Peschke · 17 years ago
  89. 50511da drivers/md.c: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  90. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  91. 5792a28 [PATCH] md: avoid a deadlock when removing a device from an md array via sysfs by NeilBrown · 17 years ago
  92. 5e55e2f [PATCH] md: convert compile time warnings into runtime warnings by NeilBrown · 17 years ago
  93. 041ae52 [PATCH] md: clear the congested_fn when stopping a raid5 by NeilBrown · 17 years ago
  94. b4c4c7b [PATCH] md: restart a (raid5) reshape that has been aborted due to a read/write error by NeilBrown · 17 years ago
  95. d1b5380 [PATCH] md: clean out unplug and other queue function on md shutdown by NeilBrown · 17 years ago
  96. 7dd5e7c3 [PATCH] md: move warning about creating a raid array on partitions of the one device by NeilBrown · 17 years ago
  97. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  98. ff1d28e [PATCH] sysctl: md: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  99. fa027c2 [PATCH] mark struct file_operations const 4 by Arjan van de Ven · 17 years ago
  100. 2a2275d [PATCH] md: fix potential memalloc deadlock in md by NeilBrown · 18 years ago