summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-1/+1
* Make --brief even briefer.NeilBrown2009-05-111-1/+1
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-141-0/+1
|\
| * imsm: set array size at Create/AssembleDan Williams2009-04-121-0/+1
* | super-ddf: fix compile warnings on ppc64Doug Ledford2009-04-081-3/+4
* | ddf: fixed 'working_disks' reported by container_content.NeilBrown2009-04-071-2/+2
* | ddf: improve print out of physical devices.NeilBrown2009-04-071-4/+4
* | ddf: fix variable name overloadNeilBrown2009-04-071-4/+5
* | ddf: make sure Create fails if devices are too small.NeilBrown2009-04-021-0/+2
* | ddf: fix bug with error returns.NeilBrown2009-04-021-6/+4
|/
* mdmon: allow incremental assembly of containers.NeilBrown2009-03-101-0/+1
* DDF: fix up container_contentNeilBrown2009-03-101-3/+4
* ddf: use better random number generation.NeilBrown2009-03-101-8/+15
* Examine: add examine_export for ddf and avoid crashes.NeilBrown2009-03-091-0/+13
* ddf: fix memory corruption bug.NeilBrown2009-03-091-1/+1
* DDF: minor formatting improvementNeilBrown2009-03-091-1/+1
* Support new raid6 layouts needed for DDFNeilBrown2009-03-091-8/+31
* sysfs: allow sysfs_read to detect and drop removed disksDan Williams2009-02-241-1/+7
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md...NeilBrown2008-12-181-0/+1
|\
| * introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+1
* | DDF: improve --examine outputNeilBrown2008-12-041-19/+38
* | Create: support autolayout when creating in a DDFNeilBrown2008-12-041-16/+140
|/
* allow add_to_super to return errorsDan Williams2008-11-271-3/+5
* ddf: store homehost information to allow smooth assembly.NeilBrown2008-11-041-0/+2
* DDF: report member arrays in examine_brief.NeilBrown2008-11-041-10/+26
* DDF: fix irregularities with retrieval of 'name' from metadata.NeilBrown2008-11-041-3/+12
* Don't give array name in --examine --brief output if it is doubtful.NeilBrown2008-11-041-1/+1
* ddf: get endian-ness of CRC correct.NeilBrown2008-10-271-1/+4
* non-trivial warn_unused_result fix, prepare_updateDan Williams2008-10-151-2/+5
* non-trivial warn_unused_result fixes, activate_spareDan Williams2008-10-151-1/+16
* non-trivial warn_unused_result fixes, write_init_super_ddfDan Williams2008-10-151-14/+34
* trivial warn_unused_result squashingDan Williams2008-10-151-21/+70
* monitor: protect against CONFIG_LBD=nDan Williams2008-10-151-2/+2
* Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-10/+13
* Add uuid support for super-intel.NeilBrown2008-09-181-2/+5
* Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-181-15/+21
* Handle incremental assembly of containers.NeilBrown2008-09-181-0/+2
* Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-0/+6
* Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-6/+12
* Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-151-0/+2
* Fix bug with ddf if devices have different sizes.NeilBrown2008-08-191-0/+1
* Provide ddf support for adding a device to an active container.NeilBrown2008-08-191-6/+53
* Extra option for set_array_state: you choose dirty or clean.NeilBrown2008-08-191-1/+8
* Make sure resync_start is initialised properly and maintained properlyNeil Brown2008-07-181-0/+2
* ddf: endian fixes.Neil Brown2008-07-181-2/+2
* Pass 'verbose' flag to validate_geometryNeil Brown2008-07-121-52/+71
* Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-44/+62
* ddf: Set container_member from subarray in getinfo_super.Neil Brown2008-07-121-2/+3
* Reduce the number of metadata updates done by ddf.Neil Brown2008-07-121-7/+43
* Remove some noisy printfs.Neil Brown2008-07-121-7/+7