summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-02md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown1-0/+1
2011-08-02md: check ->hot_remove_disk when removing diskNamhyung Kim1-1/+1
2011-03-31md: Fix - again - partition detection when array becomes activeNeilBrown1-1/+21
2011-03-31md: correctly handle probe of an 'mdp' device.NeilBrown1-0/+3
2011-03-31md: fix regression with re-adding devices to arrays with no metadataNeilBrown1-2/+3
2011-02-06block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-3/+0
2011-02-06md: protect against NULL reference when waiting to start a raid10.NeilBrown1-3/+2
2011-02-06md: fix bug with re-adding of partially recovered device.NeilBrown1-2/+5
2010-12-15md: fix return value of rdev_size_change()Justin Maggard1-2/+2
2010-08-14md: fix another deadlock with removing sysfs attributes.NeilBrown1-14/+17
2010-08-14md: move revalidate_disk() back outside open_mutexDan Williams1-2/+4
2010-06-24md: Don't update ->recovery_offset when reshaping an array to fewer devices.NeilBrown1-0/+2
2010-06-24md: fix handling of array level takeover that re-arranges devices.NeilBrown1-5/+30
2010-06-24Restore partition detection of newly created md arrays.NeilBrown1-0/+1
2010-05-22Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown1-6/+7
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-3/+3
2010-05-18md: don't insist on valid event count for spare devices.NeilBrown1-6/+13
2010-05-18md: simplify updating of event count to sometimes avoid updating spares.NeilBrown1-20/+6
2010-05-18md: restore ability of spare drives to spin down.NeilBrown1-2/+8
2010-05-18md: allow integers to be passed to md/levelDan Williams1-10/+14
2010-05-18md: notify mdstat waiters of level changeDan Williams1-0/+1
2010-05-18md: don't unregister the thread in mddev_suspendNeilBrown1-7/+6
2010-05-18md: factor out init code for an mddevNeilBrown1-17/+22
2010-05-18md: pass mddev to make_request functions rather than request_queueNeilBrown1-2/+2
2010-05-18md: call md_stop_writes from md_stopNeilBrown1-4/+3
2010-05-18md: split md_set_readonly out of do_md_stopNeilBrown1-39/+51
2010-05-18md: factor md_stop_writes out of do_md_stop.NeilBrown1-15/+22
2010-05-18md: start to refactor do_md_stopNeilBrown1-43/+55
2010-05-18md: factor do_md_run to separate accesses to ->gendiskNeilBrown1-8/+16
2010-05-18md: remove ->changed and related code.NeilBrown1-21/+1
2010-05-18md: don't reference gendisk in getgeoNeilBrown1-1/+1
2010-05-18md: move io accounting out of personalities into md_make_requestNeilBrown1-0/+11
2010-05-18md: notify level changes through sysfs.Maciej Trela1-0/+1
2010-05-18md: Relax checks on ->max_disks when external metadata handling is used.NeilBrown1-3/+4
2010-05-18md: Correctly handle device removal via sysfsMaciej Trela1-0/+1
2010-05-18md: Add support for Raid5->Raid0 and Raid10->Raid0 takeoverTrela, Maciej1-0/+7
2010-05-18md:Add support for Raid0->Raid5 takeoverTrela Maciej1-0/+14
2010-05-18md: discard StateChanged device flag.NeilBrown1-6/+1
2010-05-17md: manage redundancy group in sysfs when changing level.NeilBrown1-11/+32
2010-05-17md: remove unneeded sysfs files more promptlyNeilBrown1-10/+31
2010-05-12md: set mddev readonly flag on blkdev BLKROSET ioctlDan Williams1-0/+29
2010-05-07md: restore ability of spare drives to spin down.NeilBrown1-2/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2010-02-10md: fix some lockdep issues between md and sysfs.NeilBrown1-9/+5
2009-12-30md: allow a resync that is waiting for other resync to complete, to be aborted.NeilBrown1-2/+3
2009-12-30md: remove unnecessary code from do_md_runNeilBrown1-28/+0
2009-12-30md: make recovery started by do_md_run() visible via sync_actionDan Williams1-0/+1
2009-12-30md: fix small irregularity with start_ro module parameterNeilBrown1-1/+1
2009-12-30md: Fix unfortunate interaction with evmsNeilBrown1-1/+7