summaryrefslogtreecommitdiff
path: root/super-ddf.c
Commit message (Expand)AuthorAge
* DDF: cast print arguments in super-ddf.cGuy Menanteau2014-08-05
* DDF: validate metadata_update size before using it.NeilBrown2014-07-10
* mdmon: allow prepare_update to report failure.NeilBrown2014-07-10
* Make sure "make everything" builds again.NeilBrown2014-06-05
* DDF: remove "BVD xx is missing".NeilBrown2014-05-22
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-22
* DDF: remove some pointless code in validate_geometryNeilBrown2014-05-21
* DDF: remove a FIXME comment that doesn't seem to mean anything.NeilBrown2014-05-21
* DDF: remove 'FIXME' comment that doesn't need fixing.NeilBrown2014-05-21
* DDF: ensure dl->devname is freed when processing a 'delete device' update.NeilBrown2014-05-21
* DDF: remove old comment about looking for spares.NeilBrown2014-05-21
* DDF: remove an old incorrect FIXME comment.NeilBrown2014-05-21
* DDF: add data-offset information to --examine output.NeilBrown2014-05-21
* DDF: split up ddf_process_updateNeilBrown2014-05-21
* DDF: add support of --data-offset when creating array.NeilBrown2014-05-21
* DDF: factor out common code for search through extents.NeilBrown2014-05-21
* DDF: allow for unused slots when creating map list for getinfo_super_ddf.NeilBrown2014-05-21
* DDF: DDF_Missing devices should not be reported as 'working' by getinfo_super...NeilBrown2014-05-21
* DDF: remove old and wrong comment about settinig raid_disk.NeilBrown2014-05-21
* DDF: provide simple detail_super() implementation.NeilBrown2014-05-21
* DDF: support more RAID10 levels.NeilBrown2014-05-21
* DDF: explain why spare_refs are ignored.NeilBrown2014-05-21
* DDF: use array_size from metadata.NeilBrown2014-05-21
* DDF: set utime for container from timestamp is superblock.NeilBrown2014-05-21
* DDF: don't assume the anchor is fully up-to-date.NeilBrown2014-05-21
* DDF: update timestamp/seqnum for virtual disks when config changes.NeilBrown2014-05-21
* DDF: update timestamp in DDF header.NeilBrown2014-05-21
* DDF: avoid ref outside array in getinfo_super_ddf_bvdNeilBrown2014-05-21
* DDF: examine_pds to also list devices that aren't in the metadata.NeilBrown2014-05-21
* DDF: fix usage of ->used_pdesNeilBrown2014-05-21
* DDF: more guards against pdnum being negative.NeilBrown2014-05-21
* DDF: Don't fail compare_super_ddf due to re-configure changes.NeilBrown2014-04-02
* DDF: fix possible mdmon crash when updating metadata.NeilBrown2014-04-02
* DDF: guard against ->pdnum being negative.NeilBrown2014-04-02
* DDF: mark missing-on-assembly device properly.NeilBrown2014-04-01
* DDF: Fix assorted typos and do some reformatting.NeilBrown2014-04-01
* DDF: when first activating an array, record any missing devices.NeilBrown2014-03-26
* DDF: report seq counter as events.NeilBrown2014-03-26
* DDF: fix detection of failed devices during assembly.NeilBrown2014-01-20
* DDF - really ignore DDF metadata on partitions.NeilBrown2014-01-20
* DDF: add_to_super_ddf: be careful with workspace_lbamwilck@arcor.de2013-10-16
* DDF: compare_super_ddf: fix sequence number checkmwilck@arcor.de2013-10-16
* DDF: brief_examine_subarrays_ddf: print array namemwilck@arcor.de2013-09-12
* DDF: factor out array name generationmwilck@arcor.de2013-09-12
* DDF: allow for possibility that there is no secondary copy of metadata.NeilBrown2013-09-12
* Move ARRAY_SIZE macro to common include file.NeilBrown2013-09-10
* DDF: handle fake RAIDs with changing subarray UUIDsmwilck@arcor.de2013-09-10
* DDF: increase default value for safe_mode_delay to 4000msmwilck@arcor.de2013-08-28
* DDF: container_content_ddf: set safe_mode_delay > 0mwilck@arcor.de2013-08-28
* DDF: export_examine_super_ddf: print MD_DEVICESmwilck@arcor.de2013-08-28