Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / md / md.c
2010-05-21 NeilBrownMerge commit '3ff195b011d7decf501a4d55aeed312731094796...
2010-05-21 Eric W. Biedermansysfs: Implement sysfs tagged directory support.
2010-05-18 NeilBrownmd: don't insist on valid event count for spare devices.
2010-05-18 NeilBrownmd: simplify updating of event count to sometimes avoid...
2010-05-18 NeilBrownmd: restore ability of spare drives to spin down.
2010-05-18 Dan Williamsmd: allow integers to be passed to md/level
2010-05-18 Dan Williamsmd: notify mdstat waiters of level change
2010-05-18 NeilBrownmd: don't unregister the thread in mddev_suspend
2010-05-18 NeilBrownmd: factor out init code for an mddev
2010-05-18 NeilBrownmd: pass mddev to make_request functions rather than...
2010-05-18 NeilBrownmd: call md_stop_writes from md_stop
2010-05-18 NeilBrownmd: split md_set_readonly out of do_md_stop
2010-05-18 NeilBrownmd: factor md_stop_writes out of do_md_stop.
2010-05-18 NeilBrownmd: start to refactor do_md_stop
2010-05-18 NeilBrownmd: factor do_md_run to separate accesses to ->gendisk
2010-05-18 NeilBrownmd: remove ->changed and related code.
2010-05-18 NeilBrownmd: don't reference gendisk in getgeo
2010-05-18 NeilBrownmd: move io accounting out of personalities into md_mak...
2010-05-18 Maciej Trelamd: notify level changes through sysfs.
2010-05-18 NeilBrownmd: Relax checks on ->max_disks when external metadata...
2010-05-18 Maciej Trelamd: Correctly handle device removal via sysfs
2010-05-18 Trela, Maciejmd: Add support for Raid5->Raid0 and Raid10->Raid0...
2010-05-18 Trela Maciejmd:Add support for Raid0->Raid5 takeover
2010-05-18 NeilBrownmd: discard StateChanged device flag.
2010-05-17 NeilBrownmd: manage redundancy group in sysfs when changing...
2010-05-17 NeilBrownmd: remove unneeded sysfs files more promptly
2010-05-11 Dan Williamsmd: set mddev readonly flag on blkdev BLKROSET ioctl
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...
next