summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove 'major' from superswitch.Neil Brown2008-07-1210-50/+34
* Use text_version in map_file rather than major.minor.Neil Brown2008-07-125-21/+22
* Assorted cleanups to DDFNeil Brown2008-07-121-132/+157
* Fix write_init_super usage when hot-adding a spareNeil Brown2008-07-122-6/+4
* Always zero a struct ddf_super on allocation.Neil Brown2008-07-121-0/+1
* Always initialise a struct super_type to zeroNeil Brown2008-07-125-4/+11
* Fix freeing of updates that have been handled by monitor.Neil Brown2008-07-122-3/+5
* Always assume_clean for raid0, linear, multipath, faultyNeil Brown2008-07-111-0/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/...Neil Brown2008-06-204-7/+62
|\
| * mdmon: add debug print statements for profiling mdmonDan Williams2008-06-164-7/+62
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/...Neil Brown2008-06-195-166/+792
|\|
| * imsm: set map state depending on sync stateDan Williams2008-06-161-16/+32
| * imsm: reenable mdmonDan Williams2008-06-161-0/+2
| * imsm: write anchor lastDan Williams2008-06-161-13/+12
| * imsm: implement store_zero_imsm and init_zero_imsmDan Williams2008-06-161-3/+13
| * imsm: ->getinfo_super set raid_disk to disk.numberDan Williams2008-06-161-26/+8
| * imsm: add 'Create' supportDan Williams2008-06-161-72/+577
| * imsm: 'volume' is the proper name for imsm container membersDan Williams2008-06-132-22/+22
| * imsm: ->container_dev needs to be set in load_super_imsm_allDan Williams2008-06-131-0/+1
| * imsm: add 'mpb_size' to --examine outputDan Williams2008-06-131-3/+7
| * sysfs: helper routine to retrieve the scsi idDan Williams2008-06-132-1/+50
| * sysfs: provide a helper function for locating scsi_generic interfacesDan Williams2008-06-133-11/+69
| * ddf: fix up validate_geometry to ignore other containersDan Williams2008-06-131-3/+3
| * ddf: fix 'ddf' pointer corruptionDan Williams2008-06-131-2/+2
| * ddf: convert size paramter to sectors when calling avail_size_ddfDan Williams2008-06-131-1/+1
* | Merge branch 'master' into devel-3.0Neil Brown2008-06-1914-24/+134
|\ \ | |/ |/|
| * Fix bug in forced assemble.Chris Webb2008-06-191-1/+1
| * Fix an error when assembling arrays that are in the middle of a reshape.Neil Brown2008-06-191-1/+4
| * Release 2.6.7mdadm-2.6.7Neil Brown2008-06-067-4/+38
| * Avoid NULL reference calling free_super and elsewhere.Neil Brown2008-05-271-5/+7
| * Remove stray semicolonNeil Brown2008-05-271-1/+1
| * Fix autoassemble for stack arrays.Neil Brown2008-05-204-5/+38
| * Release 2.6.6mdadm-2.6.6Neil Brown2008-05-197-4/+37
| * Remove outdated HOWTO link and credit Jakob's contribution.David Greaves2008-05-191-5/+3
| * Include sysfs.c in mdassemble.autoNeil Brown2008-05-191-3/+5
| * "make everything" now also makes mdassemble.autoNeil Brown2008-05-192-2/+8
* | A kernel patch needed to add a spare to an active external-metadata arraydevelNeil Brown2008-06-121-0/+199
* | Add DDF code for activate_spareNeil Brown2008-06-124-12/+245
* | Support adding a spare to a degraded array.Neil Brown2008-06-124-20/+96
* | Some fixes to make failures in ddf get handled properly.Neil Brown2008-06-122-7/+7
* | Correctly set resync_start when creating an array.Neil Brown2008-06-121-0/+8
* | DDF: Update array state and disk state properly when adding to a BVDNeil Brown2008-06-121-8/+36
* | super method for updating ddf metadata.Neil Brown2008-06-121-9/+129
* | Allow passing metadata update to the monitor.Neil Brown2008-06-126-7/+80
* | Store and recover spare_assign info in DDF.Neil Brown2008-06-121-8/+24
* | Add mppe and conf_rec_len to struct super_ddfNeil Brown2008-06-121-30/+24
* | Don't ignore errors in sysfs_add_disk.Neil Brown2008-06-121-5/+6
* | Fix some stuff.Neil Brown2008-05-271-3/+9
* | Parse the 'instance' part of external:/mdXX/INST in metadata handler.Neil Brown2008-05-274-19/+24
* | Discard st->container_memberNeil Brown2008-05-274-14/+12