Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build...
[safe/jmp/linux-2.6] / drivers / md / md.c
2008-06-27 Neil BrownFix error paths if md_probe fails.
2008-06-06 Dan Williamsmd: fix uninitialized use of mddev->recovery_wait
2008-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-24 Bernd Schubertmd: allow parallel resync of md-devices.
2008-05-24 Dan Williamsmd: notify userspace on 'stop' events
2008-05-24 NeilBrownmd: notify userspace on 'write-pending' changes to...
2008-05-24 Christoph Hellwigmd: kill file_path wrapper
2008-04-30 Dan Williamsmd: support blocking writes to an array on device failure
2008-04-30 Dan Williamsmd: prevent duplicates in bind_rdev_to_array
2008-04-30 Dan Williamsmd: remove a stray command from a copy and paste error...
2008-04-30 NeilBrownmd: fix up switching md arrays between read-only and...
2008-04-30 NeilBrownmd: fix 'safemode' handling for external metadata.
2008-04-30 NeilBrownmd: reinitialise more mddev fields in do_md_stop.
2008-04-30 NeilBrownmd: skip all metadata update processing when using...
2008-04-30 Dan Williamsmd: fix use after free when removing rdev via sysfs
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-04-29 Denis V. Lunevdrivers: use non-racy method for proc entries creation (2)
2008-04-29 Nick Pigginblock: make queue flags non-atomic
2008-04-28 Harvey Harrisonmd: fix integer as NULL pointer warnings in md.c
2008-04-21 Nick AndrewRAID: remove trailing space from printk line
2008-03-20 NeilBrownmd: remove the 'super' sysfs attribute from devices...
2008-03-11 NeilBrownmd: fix formatting error in /proc/mdstat
2008-03-05 NeilBrownmd: lock access to rdev attributes properly
2008-03-05 NeilBrownmd: make sure a reshape is started when device switches...
2008-03-05 NeilBrownmd: clean up irregularity with raid autodetect
2008-03-05 NeilBrownmd: guard against possible bad array geometry in v1...
2008-02-15 Jan Blunckd_path: Make seq_path() use a struct path argument
2008-02-06 NeilBrownmd: change ITERATE_RDEV_GENERIC to rdev_for_each_list...
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2008-02-06 NeilBrownmd: change INTERATE_MDDEV to for_each_mddev
2008-02-06 NeilBrownmd: change a few 'int' to 'size_t' in md
2008-02-06 NeilBrownmd: fix use-after-free bug when dropping an rdev from...
2008-02-06 NeilBrownmd: allow an md array to appear with 0 drives if it...
2008-02-06 NeilBrownmd: lock address when changing attributes of component...
2008-02-06 NeilBrownmd: allow devices to be shared between md arrays
2008-02-06 NeilBrownmd: set and test the ->persistent flag for md devices...
2008-02-06 NeilBrownmd: allow a maximum extent to be set for resyncing
2008-02-06 NeilBrownmd: give userspace control over removing failed devices...
2008-02-06 NeilBrownmd: support 'external' metadata for md arrays
2008-01-25 Greg Kroah-HartmanKobject: convert drivers/* from kobject_unregister...
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_init_ng() to kobject_init()
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_add_ng() to kobject_add()
2008-01-25 Greg Kroah-HartmanKobject: convert drivers/md/md.c to use kobject_init...
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2008-01-25 Greg Kroah-HartmanKobject: change drivers/md/md.c to use kobject_init_and_add
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-17 Iustin Popmd: expose the degraded status of an assembled array...
2007-10-17 NeilBrownmd: 'sync_action' in sysfs returns wrong value for...
2007-10-17 Michael J. Evansmd: software Raid autodetect dev list not array
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-12 Greg Kroah-Hartmankobjects: fix up improper use of the kobject name field
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-17 NeilBrownmd: change bitmap_unplug and others to void functions
2007-07-17 NeilBrownmd: check that internal bitmap does not overlap other...
2007-07-17 NeilBrownmd: improve the is_mddev_idle test fix
2007-07-17 NeilBrownmd: improve message about invalid superblock during...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-13 Dan Williamsxor: make 'xor_blocks' a library routine for use with...
2007-05-24 NeilBrownmd: fix bug with linear hot-add and elsewhere
2007-05-11 NeilBrownmd: improve the is_mddev_idle test
2007-05-10 Linus TorvaldsRevert "md: improve partition detection in md array"
2007-05-09 NeilBrownmd: improve partition detection in md array
2007-05-09 NeilBrownmd: allow reshape_position for md arrays to be set...
2007-05-09 NeilBrownmd: stop using csum_partial for checksum calculation...
2007-05-09 NeilBrownmd: move test for whether level supports bitmap to...
2007-05-09 Martin Peschkemd: cleanup: use seq_release_private() where appropriate
2007-05-09 Ahmed S. Darwishdrivers/md.c: Use ARRAY_SIZE macro when appropriate
2007-05-07 Peter Zijlstramm: remove destroy_dirty_buffers from invalidate_bdev()
2007-04-05 NeilBrown[PATCH] md: avoid a deadlock when removing a device...
2007-03-27 NeilBrown[PATCH] md: convert compile time warnings into runtime...
2007-03-27 NeilBrown[PATCH] md: clear the congested_fn when stopping a...
2007-03-01 NeilBrown[PATCH] md: restart a (raid5) reshape that has been...
2007-03-01 NeilBrown[PATCH] md: clean out unplug and other queue function...
2007-03-01 NeilBrown[PATCH] md: move warning about creating a raid array...
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: md: remove unnecessary insert_at_head...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 4
2007-01-26 NeilBrown[PATCH] md: fix potential memalloc deadlock in md
2007-01-26 NeilBrown[PATCH] md: make sure the events count in an md array...
2006-12-22 NeilBrown[PATCH] md: fix a few problems with the interface ...
2006-12-10 NeilBrown[PATCH] md: assorted md and raid1 one-liners
2006-12-10 Jeff Garzik[PATCH] MD: conditionalize some code
2006-12-10 NeilBrown[PATCH] md: tidy up device-change notification when...
2006-12-08 Josef Sipek[PATCH] struct path: convert md
2006-12-08 NeilBrown[PATCH] lockdep: avoid lockdep warning in md
2006-12-08 Peter Zijlstra[PATCH] remove the old bd_mutex lockdep annotation
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-11-09 Rafael J. Wysocki[PATCH] md: do not freeze md threads for suspend
2006-11-09 NeilBrown[PATCH] md: change ONLINE/OFFLINE events to a single...
2006-11-03 NeilBrown[PATCH] md: send online/offline uevents when an md...
2006-10-28 NeilBrown[PATCH] md: simplify checking of available size when...
2006-10-28 NeilBrown[PATCH] md: fix bug where spares don't always get rebui...
2006-10-21 NeilBrown[PATCH] md: endian annotation for v1 superblock access
2006-10-17 Akinobu Mita[PATCH] md: fix /proc/mdstat refcounting
2006-10-06 NeilBrown[PATCH] md: fix bug where new drives added to an md...
2006-10-03 Eric SesterhennBUG_ON cleanup for drivers/md/
2006-10-03 NeilBrown[PATCH] md: add error reporting to superblock write...
2006-10-03 NeilBrown[PATCH] md: remove MAX_MD_DEVS which is an arbitrary...
next