summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2010-05-18md: allow integers to be passed to md/levelDan Williams
2010-05-18md: notify mdstat waiters of level changeDan Williams
2010-05-18md: don't unregister the thread in mddev_suspendNeilBrown
2010-05-18md: factor out init code for an mddevNeilBrown
2010-05-18md: pass mddev to make_request functions rather than request_queueNeilBrown
2010-05-18md: call md_stop_writes from md_stopNeilBrown
2010-05-18md: split md_set_readonly out of do_md_stopNeilBrown
2010-05-18md: factor md_stop_writes out of do_md_stop.NeilBrown
2010-05-18md: start to refactor do_md_stopNeilBrown
2010-05-18md: factor do_md_run to separate accesses to ->gendiskNeilBrown
2010-05-18md: remove ->changed and related code.NeilBrown
2010-05-18md: don't reference gendisk in getgeoNeilBrown
2010-05-18md: move io accounting out of personalities into md_make_requestNeilBrown
2010-05-18md: notify level changes through sysfs.Maciej Trela
2010-05-18md: Relax checks on ->max_disks when external metadata handling is used.NeilBrown
2010-05-18md: Correctly handle device removal via sysfsMaciej Trela
2010-05-18md: Add support for Raid5->Raid0 and Raid10->Raid0 takeoverTrela, Maciej
2010-05-18md:Add support for Raid0->Raid5 takeoverTrela Maciej
2010-05-18md: discard StateChanged device flag.NeilBrown
2010-05-17md: manage redundancy group in sysfs when changing level.NeilBrown
2010-05-17md: remove unneeded sysfs files more promptlyNeilBrown
2010-05-12md: set mddev readonly flag on blkdev BLKROSET ioctlDan Williams
2010-02-10md: fix some lockdep issues between md and sysfs.NeilBrown
2009-12-30md: allow a resync that is waiting for other resync to complete, to be aborted.NeilBrown
2009-12-30md: remove unnecessary code from do_md_runNeilBrown
2009-12-30md: make recovery started by do_md_run() visible via sync_actionDan Williams
2009-12-30md: fix small irregularity with start_ro module parameterNeilBrown
2009-12-30md: Fix unfortunate interaction with evmsNeilBrown
2009-12-15drivers/md/md.c: use %pU to print UUIDsJoe Perches
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-14md: add 'recovery_start' per-device sysfs attributeDan Williams
2009-12-14md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams
2009-12-14md: integrate spares into array at earliest opportunity.NeilBrown
2009-12-14md: move compat_ioctl handling into md.cArnd Bergmann
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.NeilBrown
2009-12-14raid: improve MD/raid10 handling of correctable read errors.Robert Becker
2009-12-14md: support updating bitmap parameters via sysfs.NeilBrown
2009-12-14md: factor out parsing of fixed-point numbersNeilBrown
2009-12-14md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown
2009-12-14md: collect bitmap-specific fields into one structure.NeilBrown
2009-12-14md: support barrier requests on all personalities.NeilBrown
2009-12-14md: don't reset curr_resync_completed after an interrupted resyncNeilBrown
2009-12-14md: adjust resync_min usefully when resync aborts.NeilBrown
2009-12-14md/bitmap: protect against bitmap removal while being updated.NeilBrown
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman
2009-11-13md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-11-12md: factor out updating of 'recovery_offset'.NeilBrown