Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / md / md.c
2010-05-07 NeilBrownmd: restore ability of spare drives to spin down.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-02-10 NeilBrownmd: fix some lockdep issues between md and sysfs.
2009-12-30 NeilBrownmd: allow a resync that is waiting for other resync...
2009-12-30 NeilBrownmd: remove unnecessary code from do_md_run
2009-12-30 Dan Williamsmd: make recovery started by do_md_run() visible via...
2009-12-30 NeilBrownmd: fix small irregularity with start_ro module parameter
2009-12-30 NeilBrownmd: Fix unfortunate interaction with evms
2009-12-15 Joe Perchesdrivers/md/md.c: use %pU to print UUIDs
2009-12-15 André Goddard Rosatree-wide: convert open calls to remove spaces to skip_...
2009-12-14 Dan Williamsmd: add 'recovery_start' per-device sysfs attribute
2009-12-14 Dan Williamsmd: rcu_read_lock() walk of mddev->disks in md_do_sync()
2009-12-14 NeilBrownmd: integrate spares into array at earliest opportunity.
2009-12-14 Arnd Bergmannmd: move compat_ioctl handling into md.c
2009-12-14 NeilBrownmd: add MODULE_DESCRIPTION for all md related modules.
2009-12-14 Robert Beckerraid: improve MD/raid10 handling of correctable read...
2009-12-14 NeilBrownmd: support updating bitmap parameters via sysfs.
2009-12-14 NeilBrownmd: factor out parsing of fixed-point numbers
2009-12-14 NeilBrownmd: move offset, daemon_sleep and chunksize out of...
2009-12-14 NeilBrownmd: collect bitmap-specific fields into one structure.
2009-12-14 NeilBrownmd: support barrier requests on all personalities.
2009-12-14 NeilBrownmd: don't reset curr_resync_completed after an interrup...
2009-12-14 NeilBrownmd: adjust resync_min usefully when resync aborts.
2009-12-14 NeilBrownmd/bitmap: protect against bitmap removal while being...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-17 Eric W. BiedermanMerge commit 'v2.6.32-rc7'
2009-11-13 NeilBrownmd: allow v0.91 metadata to record devices as being...
2009-11-12 Eric W. Biedermansysctl drivers: Remove dead binary sysctl support
2009-11-12 NeilBrownmd: factor out updating of 'recovery_offset'.
2009-11-06 NeilBrownmd: don't clear endpoint for resync when resync is...
2009-10-16 NeilBrownmd: Fix handling of raid5 array which is being reshaped...
2009-09-23 NeilBrownmd: report device as congested when suspended
2009-09-23 NeilBrownmd: Improve name of threads created by md_register_thread
2009-09-23 NeilBrownmd: remove sparse waring "symbol xxx shadows an earlier...
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-08-18 NeilBrownFix new incorrect error return from do_md_stop.
2009-08-13 NeilBrownmd: allow upper limit for resync/reshape to be set...
2009-08-12 NeilBrownmd: never advance 'events' counter by more than 1.
2009-08-10 NeilBrownRemove deadlock potential in md_open
2009-08-03 NeilBrownmd: Use revalidate_disk to effect changes in size of...
2009-08-03 NeilBrownmd: Handle growth of v1.x metadata correctly.
2009-08-03 NeilBrownmd: avoid array overflow with bad v1.x metadata
2009-08-03 NeilBrownmd: when a level change reduces the number of devices...
2009-08-03 Andre Nollmd: Push down data integrity code to personalities.
2009-07-08 Joe PerchesRemove multiple KERN_ prefixes from printk formats
2009-07-01 NeilBrownmd: use interruptible wait when duration is controlled...
2009-07-01 NeilBrownmd: tidy up error paths in md_alloc
2009-07-01 NeilBrownmd: fix error path when duplicate name is found on...
2009-07-01 NeilBrownmd: avoid dereferencing NULL pointer when accessing...
2009-06-17 Andre Nollmd: Move check for bitmap presence to personality code.
2009-06-17 NeilBrownmd: remove chunksize rounding from common code.
2009-06-17 NeilBrownmd: move assignment of ->utime so that it never gets...
2009-06-17 Andre Nollmd: Push down reconstruction log message to personality...
2009-06-17 NeilBrownmd: merge reconfig and check_reshape methods.
2009-06-17 NeilBrownmd: remove unnecessary arguments from ->reconfig method.
2009-06-17 Andre Nollmd: Convert mddev->new_chunk to sectors.
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 raz ben yehudamd: prepare for non-power-of-two chunk sizes
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-05-26 NeilBrownmd: don't use locked_ioctl.
2009-05-26 NeilBrownmd: don't update curr_resync_completed without also...
2009-05-25 NeilBrownmd: export 'frozen' resync state through sysfs
2009-05-25 NeilBrownmd: improve errno return when setting array_size
2009-05-25 NeilBrownmd: always update level / chunk_size / layout when...
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-07 NeilBrownmd: remove rd%d links immediately after stopping an...
2009-05-07 NeilBrownmd: remove ability to explicit set an inactive array...
2009-05-07 Jan Engelhardtmd: constify VFTs
2009-05-07 NeilBrownmd: tidy up status_resync to handle large arrays.
2009-04-17 NeilBrownmd: update sync_completed and reshape_position even...
2009-04-14 NeilBrownmd: improve usefulness and accuracy of sysfs file md...
2009-04-14 NeilBrownmd: allow setting newly added device to 'in_sync' via...
2009-04-08 Dan WilliamsMerge branch 'dmaengine' into async-tx-raid6
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-03-31 NeilBrownmd: don't display meaningless values in sysfs files...
2009-03-31 NeilBrownmd: add explicit method to signal the end of a reshape.
2009-03-31 Dan Williamsmd: 'array_size' sysfs attribute
2009-03-31 Dan Williamsmd: centralize ->array_sectors modifications
2009-03-31 NeilBrownmd/raid5: allow layout/chunksize to be changed on an...
2009-03-31 NeilBrownmd: add ->takeover method to support changing the perso...
2009-03-31 NeilBrownmd: enable suspend/resume of md devices.
2009-03-31 NeilBrownmd: md_unregister_thread should cope with being passed...
2009-03-31 NeilBrownmd: make sure new_level, new_chunksize, new_layout...
2009-03-31 Andre Nollmd: Represent raid device size in sectors.
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
2009-03-31 NeilBrownmd: be more consistent about setting WriteMostly flag...
2009-03-31 NeilBrownmd: occasionally checkpoint drive recovery to reduce...
2009-03-31 NeilBrownmd: move md_k.h from include/linux/raid/ to drivers/md/
2009-03-31 NeilBrownmd: move lots of #include lines out of .h files and...
2009-03-31 NeilBrownmd: move LEVEL_* definition from md_k.h to md_u.h
2009-03-31 Christoph Hellwigmd: move headers out of include/linux/raid/
2009-03-31 Christoph Hellwigmd: stop defining MAJOR_NR
2009-03-31 Martin K. PetersenMD data integrity support
2009-03-31 NeilBrownmd: Fix is_mddev_idle test (again).
2009-03-04 Dan Williamsmd: fix deadlock when stopping arrays
2009-02-18 Jens Axboeblock: fix bad definition of BIO_RW_SYNC
2009-02-06 NeilBrownmd: Ensure an md array never has too many devices.
2009-01-08 NeilBrownmd: don't retry recovery of raid1 that fails due to...
next