aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver 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
2009-12-15drivers/md/md.c: use %pU to print UUIDsJoe Perches1-12/+4
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-2/+2
2009-12-14md: add 'recovery_start' per-device sysfs attributeDan Williams1-1/+40
2009-12-14md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams1-2/+6
2009-12-14md: integrate spares into array at earliest opportunity.NeilBrown1-7/+6
2009-12-14md: move compat_ioctl handling into md.cArnd Bergmann1-0/+23
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.NeilBrown1-0/+1
2009-12-14raid: improve MD/raid10 handling of correctable read errors.Robert Becker1-0/+34
2009-12-14md: support updating bitmap parameters via sysfs.NeilBrown1-1/+4
2009-12-14md: factor out parsing of fixed-point numbersNeilBrown1-22/+42
2009-12-14md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown1-2/+5
2009-12-14md: collect bitmap-specific fields into one structure.NeilBrown1-37/+42
2009-12-14md: support barrier requests on all personalities.NeilBrown1-2/+103
2009-12-14md: don't reset curr_resync_completed after an interrupted resyncNeilBrown1-1/+3