summaryrefslogtreecommitdiff
path: root/super-ddf.c
Commit message (Expand)AuthorAgeFilesLines
* DDF: _write_super_to_disk: fix anchor header typeMartin Wilck2015-05-131-0/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-18/+9
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-100/+78
* DDF: cast print arguments in super-ddf.cGuy Menanteau2014-08-051-2/+4
* DDF: validate metadata_update size before using it.NeilBrown2014-07-101-2/+8
* mdmon: allow prepare_update to report failure.NeilBrown2014-07-101-3/+5
* Make sure "make everything" builds again.NeilBrown2014-06-051-1/+3
* DDF: remove "BVD xx is missing".NeilBrown2014-05-221-1/+1
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-221-4/+1
* DDF: remove some pointless code in validate_geometryNeilBrown2014-05-211-9/+1
* DDF: remove a FIXME comment that doesn't seem to mean anything.NeilBrown2014-05-211-1/+0
* DDF: remove 'FIXME' comment that doesn't need fixing.NeilBrown2014-05-211-2/+3
* DDF: ensure dl->devname is freed when processing a 'delete device' update.NeilBrown2014-05-211-3/+3
* DDF: remove old comment about looking for spares.NeilBrown2014-05-211-1/+0
* DDF: remove an old incorrect FIXME comment.NeilBrown2014-05-211-1/+3
* DDF: add data-offset information to --examine output.NeilBrown2014-05-211-0/+1
* DDF: split up ddf_process_updateNeilBrown2014-05-211-264/+297
* DDF: add support of --data-offset when creating array.NeilBrown2014-05-211-12/+10
* DDF: factor out common code for search through extents.NeilBrown2014-05-211-90/+62
* DDF: allow for unused slots when creating map list for getinfo_super_ddf.NeilBrown2014-05-211-4/+8
* DDF: DDF_Missing devices should not be reported as 'working' by getinfo_super...NeilBrown2014-05-211-1/+2
* DDF: remove old and wrong comment about settinig raid_disk.NeilBrown2014-05-211-1/+1
* DDF: provide simple detail_super() implementation.NeilBrown2014-05-211-6/+8
* DDF: support more RAID10 levels.NeilBrown2014-05-211-3/+31
* DDF: explain why spare_refs are ignored.NeilBrown2014-05-211-1/+4
* DDF: use array_size from metadata.NeilBrown2014-05-211-1/+1
* DDF: set utime for container from timestamp is superblock.NeilBrown2014-05-211-2/+2
* DDF: don't assume the anchor is fully up-to-date.NeilBrown2014-05-211-1/+1
* DDF: update timestamp/seqnum for virtual disks when config changes.NeilBrown2014-05-211-20/+26
* DDF: update timestamp in DDF header.NeilBrown2014-05-211-0/+1
* DDF: avoid ref outside array in getinfo_super_ddf_bvdNeilBrown2014-05-211-4/+4
* DDF: examine_pds to also list devices that aren't in the metadata.NeilBrown2014-05-211-0/+20
* DDF: fix usage of ->used_pdesNeilBrown2014-05-211-7/+14
* DDF: more guards against pdnum being negative.NeilBrown2014-05-211-3/+3
* DDF: Don't fail compare_super_ddf due to re-configure changes.NeilBrown2014-04-021-33/+11
* DDF: fix possible mdmon crash when updating metadata.NeilBrown2014-04-021-1/+1
* DDF: guard against ->pdnum being negative.NeilBrown2014-04-021-6/+16
* DDF: mark missing-on-assembly device properly.NeilBrown2014-04-011-3/+28
* DDF: Fix assorted typos and do some reformatting.NeilBrown2014-04-011-142/+148
* DDF: when first activating an array, record any missing devices.NeilBrown2014-03-261-0/+28
* DDF: report seq counter as events.NeilBrown2014-03-261-7/+4
* DDF: fix detection of failed devices during assembly.NeilBrown2014-01-201-4/+14
* DDF - really ignore DDF metadata on partitions.NeilBrown2014-01-201-1/+1
* DDF: add_to_super_ddf: be careful with workspace_lbamwilck@arcor.de2013-10-161-1/+26
* DDF: compare_super_ddf: fix sequence number checkmwilck@arcor.de2013-10-161-4/+4
* DDF: brief_examine_subarrays_ddf: print array namemwilck@arcor.de2013-09-121-1/+5
* DDF: factor out array name generationmwilck@arcor.de2013-09-121-12/+13
* DDF: allow for possibility that there is no secondary copy of metadata.NeilBrown2013-09-121-2/+7
* Move ARRAY_SIZE macro to common include file.NeilBrown2013-09-101-2/+1
* DDF: handle fake RAIDs with changing subarray UUIDsmwilck@arcor.de2013-09-101-5/+50