aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAge
...
* | md: start to refactor do_md_stopNeilBrown2010-05-18
* | md: factor do_md_run to separate accesses to ->gendiskNeilBrown2010-05-18
* | md: remove ->changed and related code.NeilBrown2010-05-18
* | md: don't reference gendisk in getgeoNeilBrown2010-05-18
* | md: move io accounting out of personalities into md_make_requestNeilBrown2010-05-18
* | md: notify level changes through sysfs.Maciej Trela2010-05-18
* | md: Relax checks on ->max_disks when external metadata handling is used.NeilBrown2010-05-18
* | md: Correctly handle device removal via sysfsMaciej Trela2010-05-18
* | md: Add support for Raid5->Raid0 and Raid10->Raid0 takeoverTrela, Maciej2010-05-18
* | md:Add support for Raid0->Raid5 takeoverTrela Maciej2010-05-18
* | md: discard StateChanged device flag.NeilBrown2010-05-18
* | md: manage redundancy group in sysfs when changing level.NeilBrown2010-05-17
* | md: remove unneeded sysfs files more promptlyNeilBrown2010-05-17
* | md: set mddev readonly flag on blkdev BLKROSET ioctlDan Williams2010-05-11
|/
* md: fix some lockdep issues between md and sysfs.NeilBrown2010-02-09
* md: allow a resync that is waiting for other resync to complete, to be aborted.NeilBrown2009-12-29
* md: remove unnecessary code from do_md_runNeilBrown2009-12-29
* md: make recovery started by do_md_run() visible via sync_actionDan Williams2009-12-29
* md: fix small irregularity with start_ro module parameterNeilBrown2009-12-29
* md: Fix unfortunate interaction with evmsNeilBrown2009-12-29
* drivers/md/md.c: use %pU to print UUIDsJoe Perches2009-12-15
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-15
* md: add 'recovery_start' per-device sysfs attributeDan Williams2009-12-13
* md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams2009-12-13
* md: integrate spares into array at earliest opportunity.NeilBrown2009-12-13
* md: move compat_ioctl handling into md.cArnd Bergmann2009-12-13
* md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-13
* raid: improve MD/raid10 handling of correctable read errors.Robert Becker2009-12-13
* md: support updating bitmap parameters via sysfs.NeilBrown2009-12-13
* md: factor out parsing of fixed-point numbersNeilBrown2009-12-13
* md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown2009-12-13
* md: collect bitmap-specific fields into one structure.NeilBrown2009-12-13
* md: support barrier requests on all personalities.NeilBrown2009-12-13
* md: don't reset curr_resync_completed after an interrupted resyncNeilBrown2009-12-13
* md: adjust resync_min usefully when resync aborts.NeilBrown2009-12-13
* md/bitmap: protect against bitmap removal while being updated.NeilBrown2009-12-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-08
|\
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
| * Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-17
| |\
| * | sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-12
* | | md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown2009-11-13
* | | md: factor out updating of 'recovery_offset'.NeilBrown2009-11-11
| |/ |/|
* | md: don't clear endpoint for resync when resync is interrupted.NeilBrown2009-11-05
|/
* md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2009-10-16
* md: report device as congested when suspendedNeilBrown2009-09-23
* md: Improve name of threads created by md_register_threadNeilBrown2009-09-23
* md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown2009-09-23
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* Fix new incorrect error return from do_md_stop.NeilBrown2009-08-17
* md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown2009-08-12