summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Create arrays via metadata-updateNeil Brown2008-07-121-3/+43
* Remove the multiple super_switchs for ddf.Neil Brown2008-07-121-152/+78
* Remove silly convention that major='-1' means 'zero superblock'.Neil Brown2008-07-121-10/+6
* Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-121-55/+47
* External metadata shouldn't set array.*_versionNeil Brown2008-07-121-9/+0
* Add subarray field to supertype.Neil Brown2008-07-121-0/+12
* Hide subordinate superswitch structures.Neil Brown2008-07-121-4/+4
* Remove 'major' from superswitch.Neil Brown2008-07-121-4/+0
* Assorted cleanups to DDFNeil Brown2008-07-121-132/+157
* Always zero a struct ddf_super on allocation.Neil Brown2008-07-121-0/+1
* Always initialise a struct super_type to zeroNeil Brown2008-07-121-0/+3
* Fix freeing of updates that have been handled by monitor.Neil Brown2008-07-121-2/+2
* 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
* Add DDF code for activate_spareNeil Brown2008-06-121-2/+231
* Some fixes to make failures in ddf get handled properly.Neil Brown2008-06-121-2/+2
* 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-121-2/+2
* 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
* Fix some stuff.Neil Brown2008-05-271-3/+9
* Parse the 'instance' part of external:/mdXX/INST in metadata handler.Neil Brown2008-05-271-10/+16
* Discard st->container_memberNeil Brown2008-05-271-3/+3
* Remove st->text_version in favour of info->text_versionNeil Brown2008-05-271-4/+6