1. c303da6 md: give userspace control over removing failed devices when external metdata in use by NeilBrown · 16 years ago
  2. e691063 md: support 'external' metadata for md arrays by NeilBrown · 16 years ago
  3. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  4. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  5. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  6. 649316b Kobject: convert drivers/md/md.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  7. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  8. 3830c62 Kobject: change drivers/md/md.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  9. 2ad8b1e Add UNPLUG traces to all appropriate places by Alan D. Brunelle · 17 years ago
  10. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  11. d7f3d29 md: expose the degraded status of an assembled array through sysfs by Iustin Pop · 17 years ago
  12. 2b12ab6 md: 'sync_action' in sysfs returns wrong value for readonly arrays by NeilBrown · 17 years ago
  13. 4d936ec md: software Raid autodetect dev list not array by Michael J. Evans · 17 years ago
  14. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  15. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  16. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  17. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  18. 4ad1366 md: change bitmap_unplug and others to void functions by NeilBrown · 17 years ago
  19. f0d76d7 md: check that internal bitmap does not overlap other data by NeilBrown · 17 years ago
  20. 713f6ab md: improve the is_mddev_idle test fix by NeilBrown · 17 years ago
  21. df968c4 md: improve message about invalid superblock during autodetect by NeilBrown · 17 years ago
  22. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  23. 685784a xor: make 'xor_blocks' a library routine for use with async_tx by Dan Williams · 17 years ago
  24. a778b73 md: fix bug with linear hot-add and elsewhere by NeilBrown · 17 years ago
  25. 435b71b md: improve the is_mddev_idle test by NeilBrown · 17 years ago
  26. 44ce6294 Revert "md: improve partition detection in md array" by Linus Torvalds · 17 years ago
  27. 5b479c9 md: improve partition detection in md array by NeilBrown · 17 years ago
  28. 08a02ec md: allow reshape_position for md arrays to be set via sysfs by NeilBrown · 17 years ago
  29. 4d167f0 md: stop using csum_partial for checksum calculation in md by NeilBrown · 17 years ago
  30. e11e93f md: move test for whether level supports bitmap to correct place by NeilBrown · 17 years ago
  31. c3f94b40 md: cleanup: use seq_release_private() where appropriate by Martin Peschke · 17 years ago
  32. 50511da drivers/md.c: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  33. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  34. 5792a28 [PATCH] md: avoid a deadlock when removing a device from an md array via sysfs by NeilBrown · 17 years ago
  35. 5e55e2f [PATCH] md: convert compile time warnings into runtime warnings by NeilBrown · 17 years ago
  36. 041ae52 [PATCH] md: clear the congested_fn when stopping a raid5 by NeilBrown · 17 years ago
  37. b4c4c7b [PATCH] md: restart a (raid5) reshape that has been aborted due to a read/write error by NeilBrown · 17 years ago
  38. d1b5380 [PATCH] md: clean out unplug and other queue function on md shutdown by NeilBrown · 17 years ago
  39. 7dd5e7c3 [PATCH] md: move warning about creating a raid array on partitions of the one device by NeilBrown · 17 years ago
  40. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  41. ff1d28e [PATCH] sysctl: md: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  42. fa027c2 [PATCH] mark struct file_operations const 4 by Arjan van de Ven · 17 years ago
  43. 2a2275d [PATCH] md: fix potential memalloc deadlock in md by NeilBrown · 17 years ago
  44. 1031be7a [PATCH] md: make sure the events count in an md array never returns to zero by NeilBrown · 17 years ago
  45. 3f9d7b0 [PATCH] md: fix a few problems with the interface (sysfs and ioctl) to md by NeilBrown · 18 years ago
  46. 1757128 [PATCH] md: assorted md and raid1 one-liners by NeilBrown · 18 years ago
  47. fdee8ae [PATCH] MD: conditionalize some code by Jeff Garzik · 18 years ago
  48. 0d4ca60 [PATCH] md: tidy up device-change notification when an md array is stopped by NeilBrown · 18 years ago
  49. c649bb9 [PATCH] struct path: convert md by Josef Sipek · 18 years ago
  50. d63a5a7 [PATCH] lockdep: avoid lockdep warning in md by NeilBrown · 18 years ago
  51. 2e7b651 [PATCH] remove the old bd_mutex lockdep annotation by Peter Zijlstra · 18 years ago
  52. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  53. 4b438a2 [PATCH] md: do not freeze md threads for suspend by Rafael J. Wysocki · 18 years ago
  54. 2f47130 [PATCH] md: change ONLINE/OFFLINE events to a single CHANGE event by NeilBrown · 18 years ago
  55. 7870db4 [PATCH] md: send online/offline uevents when an md array starts/stops by NeilBrown · 18 years ago
  56. 01ab566 [PATCH] md: simplify checking of available size when resizing an array by NeilBrown · 18 years ago
  57. 2b6e845 [PATCH] md: fix bug where spares don't always get rebuilt properly when they become live by NeilBrown · 18 years ago
  58. 1c05b4b [PATCH] md: endian annotation for v1 superblock access by NeilBrown · 18 years ago
  59. e24650c [PATCH] md: fix /proc/mdstat refcounting by Akinobu Mita · 18 years ago
  60. 5842730 [PATCH] md: fix bug where new drives added to an md array sometimes don't sync properly by NeilBrown · 18 years ago
  61. 52e5f9d BUG_ON cleanup for drivers/md/ by Eric Sesterhenn · 18 years ago
  62. 3a0f5bb [PATCH] md: add error reporting to superblock write failure by NeilBrown · 18 years ago
  63. e8703fe [PATCH] md: remove MAX_MD_DEVS which is an arbitrary limit by NeilBrown · 18 years ago
  64. 61df9d9 [PATCH] md: make messages about resync/recovery etc more specific by NeilBrown · 18 years ago
  65. 9b1d1da [PATCH] md: new sysfs interface for setting bits in the write-intent-bitmap by Paul Clements · 18 years ago
  66. 850b2b42 [PATCH] md: replace magic numbers in sb_dirty with well defined bit flags by NeilBrown · 18 years ago
  67. fbedac0 [PATCH] md: the scheduled removal of the START_ARRAY ioctl for md by Adrian Bunk · 18 years ago
  68. 8469219 [PATCH] md: avoid backward event updates in md superblock when degraded. by NeilBrown · 18 years ago
  69. d0a0a5e [PATCH] md: fix oops in error-handling by Andrew Morton · 18 years ago
  70. 67463ac [PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfs by NeilBrown · 18 years ago
  71. 80ca3a4 [PATCH] md: unify usage of symbolic names for perms by NeilBrown · 18 years ago
  72. ff4e8d9 [PATCH] md: fix resync speed calculation for restarted resyncs by NeilBrown · 18 years ago
  73. 0b8c9de [PATCH] md: delay starting md threads until array is completely setup by NeilBrown · 18 years ago
  74. 31b65a0 [PATCH] md: set desc_nr correctly for version-1 superblocks by NeilBrown · 18 years ago
  75. 663d440 [PATCH] lockdep: annotate blkdev nesting by Ingo Molnar · 18 years ago
  76. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  77. ce7b0f46 [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  78. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  79. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  80. 1a715c5 [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  81. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  82. 0538195 [PATCH] drivers/md/md.c: make code static by Adrian Bunk · 18 years ago
  83. f655675 [PATCH] md: Allow the write_mostly flag to be set via sysfs by NeilBrown · 18 years ago
  84. a94213b [PATCH] md: Allow resync_start to be set and queried via sysfs by NeilBrown · 18 years ago
  85. d4dbd02 [PATCH] md: Allow raid 'layout' to be read and set via sysfs by NeilBrown · 18 years ago
  86. 45dc2de [PATCH] md: Allow rdev state to be set via sysfs by NeilBrown · 18 years ago
  87. 9e653b6 [PATCH] md: Set/get state of array via sysfs by NeilBrown · 18 years ago
  88. 4254376 [PATCH] md: Don't write dirty/clean update to spares - leave them alone by NeilBrown · 18 years ago
  89. 07d84d10 [PATCH] md: Allow re-add to work on array without bitmaps by NeilBrown · 18 years ago
  90. acc55e2 [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap by NeilBrown · 18 years ago
  91. d7375ab32 [PATCH] md/bitmap: fix online removal of file-backed bitmaps by NeilBrown · 18 years ago
  92. 5e56341 [PATCH] md: make md_print_devices() static by Adrian Bunk · 18 years ago
  93. 7c7546c [PATCH] md: allow a linear array to have drives added while active by NeilBrown · 18 years ago
  94. 5fd6c1d [PATCH] md: allow checkpoint of recovery with version-1 superblock by NeilBrown · 18 years ago
  95. a8a55c3 [PATCH] md: remove nuisance message at shutdown by NeilBrown · 18 years ago
  96. 16f17b3 [PATCH] md: increase the delay before marking metadata clean, and make it configurable by NeilBrown · 18 years ago
  97. 9443a1d [PATCH] md: remove useless ioctl warning by NeilBrown · 18 years ago
  98. c331eb0 [PATCH] md: Fix badness in sysfs_notify caused by md_new_event by NeilBrown · 18 years ago
  99. c71d488 [PATCH] Unlock md devices when stopping them on reboot. by Neil Brown · 18 years ago
  100. 2adc7d4 [PATCH] md: Fix inverted test for 'repair' directive. by NeilBrown · 18 years ago