]> git.ipfire.org Git - thirdparty/mdadm.git/history - super-ddf.c
Consistently print program Name and __func__ in debug messages.
[thirdparty/mdadm.git] / super-ddf.c
2015-02-12  NeilBrownConsistently print program Name and __func__ in debug...
2014-08-04  Guy MenanteauDDF: cast print arguments in super-ddf.c
2014-07-10  NeilBrownDDF: validate metadata_update size before using it.
2014-07-10  NeilBrownmdmon: allow prepare_update to report failure.
2014-06-05  NeilBrownMake sure "make everything" builds again.
2014-05-22  NeilBrownDDF: remove "BVD xx is missing".
2014-05-22  Cristian Rodríguezmdadm: Do not reimplment offsetof
2014-05-21  NeilBrownDDF: remove some pointless code in validate_geometry
2014-05-21  NeilBrownDDF: remove a FIXME comment that doesn't seem to mean...
2014-05-21  NeilBrownDDF: remove 'FIXME' comment that doesn't need fixing.
2014-05-21  NeilBrownDDF: ensure dl->devname is freed when processing a...
2014-05-21  NeilBrownDDF: remove old comment about looking for spares.
2014-05-21  NeilBrownDDF: remove an old incorrect FIXME comment.
2014-05-21  NeilBrownDDF: add data-offset information to --examine output.
2014-05-21  NeilBrownDDF: split up ddf_process_update
2014-05-21  NeilBrownDDF: add support of --data-offset when creating array.
2014-05-21  NeilBrownDDF: factor out common code for search through extents.
2014-05-21  NeilBrownDDF: allow for unused slots when creating map list...
2014-05-21  NeilBrownDDF: DDF_Missing devices should not be reported as...
2014-05-21  NeilBrownDDF: remove old and wrong comment about settinig raid_disk.
2014-05-21  NeilBrownDDF: provide simple detail_super() implementation.
2014-05-21  NeilBrownDDF: support more RAID10 levels.
2014-05-21  NeilBrownDDF: explain why spare_refs are ignored.
2014-05-21  NeilBrownDDF: use array_size from metadata.
2014-05-21  NeilBrownDDF: set utime for container from timestamp is superblock.
2014-05-21  NeilBrownDDF: don't assume the anchor is fully up-to-date.
2014-05-21  NeilBrownDDF: update timestamp/seqnum for virtual disks when...
2014-05-21  NeilBrownDDF: update timestamp in DDF header.
2014-05-21  NeilBrownDDF: avoid ref outside array in getinfo_super_ddf_bvd
2014-05-21  NeilBrownDDF: examine_pds to also list devices that aren't in...
2014-05-21  NeilBrownDDF: fix usage of ->used_pdes
2014-05-21  NeilBrownDDF: more guards against pdnum being negative.
2014-04-02  NeilBrownDDF: Don't fail compare_super_ddf due to re-configure...
2014-04-02  NeilBrownDDF: fix possible mdmon crash when updating metadata.
2014-04-02  NeilBrownDDF: guard against ->pdnum being negative.
2014-04-01  NeilBrownDDF: mark missing-on-assembly device properly.
2014-04-01  NeilBrownDDF: Fix assorted typos and do some reformatting.
2014-03-26  NeilBrownDDF: when first activating an array, record any missing...
2014-03-26  NeilBrownDDF: report seq counter as events.
2014-01-20  NeilBrownDDF: fix detection of failed devices during assembly.
2014-01-20  NeilBrownDDF - really ignore DDF metadata on partitions.
2013-10-16  mwilck@arcor.deDDF: add_to_super_ddf: be careful with workspace_lba
2013-10-16  mwilck@arcor.deDDF: compare_super_ddf: fix sequence number check
2013-09-12  mwilck@arcor.deDDF: brief_examine_subarrays_ddf: print array name
2013-09-12  mwilck@arcor.deDDF: factor out array name generation
2013-09-12  NeilBrownDDF: allow for possibility that there is no secondary...
2013-09-09  NeilBrownMove ARRAY_SIZE macro to common include file.
2013-09-09  mwilck@arcor.deDDF: handle fake RAIDs with changing subarray UUIDs
2013-08-28  mwilck@arcor.deDDF: increase default value for safe_mode_delay to...
2013-08-28  mwilck@arcor.deDDF: container_content_ddf: set safe_mode_delay > 0
2013-08-28  mwilck@arcor.deDDF: export_examine_super_ddf: print MD_DEVICES
2013-08-28  NeilBrownDDF: ddf_activate_spare: fix gcc -O2 uninitialized...
2013-08-08  mwilck@arcor.deDDF: ddf_open_new: check device status for new subarray
2013-08-07  NeilBrownDDF: Write new conf entries with a single write.
2013-08-05  mwilck@arcor.deDDF: get_extents: don't allocate space on failed disks
2013-08-05  NeilBrownDDF: fix removal of failed devices.
2013-08-05  NeilBrownDDF: fix writing metadata updates.
2013-08-05  mwilck@arcor.deDDF: no need for GET_LAYOUT any more
2013-08-01  NeilBrownDDF: differentiate between new metadata and metadata...
2013-08-01  NeilBrownDDF: use some #defines instead of bare constants.
2013-07-31  Martin WilckDDF: ddf_set_disk: add some debug messages
2013-07-31  Martin WilckDDF: load_ddf_header: more error logging
2013-07-31  Martin WilckDDF: ddf_process_update: log offsets for conf changes
2013-07-31  Martin WilckDDF: log disk status changes more nicely
2013-07-31  Martin WilckDDF: ddf_activate_spare: bugfix for 62ff3c40
2013-07-30  NeilBrownManage: remove call to validate_geometry.
2013-07-30  mwilck@arcor.deDDF: ddf_activate_spare: fix metadata update for SVDs
2013-07-30  mwilck@arcor.deDDF: ddf_activate_spare: only activate good drives
2013-07-30  mwilck@arcor.deDDF: ddf_activate_spare: Add RAID10 code
2013-07-30  mwilck@arcor.deDDF: find_vdcr: fix minor bug in debug message
2013-07-23  NeilBrownsuper-ddf: allow mdassemble to compile.
2013-07-23  mwilck@arcor.deDDF: convert big-endian __u16 to be16 type
2013-07-23  mwilck@arcor.deDDF: convert big-endian __u64 to be64 type
2013-07-23  mwilck@arcor.deDDF: convert big endian to be32 type
2013-07-23  mwilck@arcor.deDDF: add endian-safe typedefs
2013-07-22  mwilck@arcor.deDDF: getinfo_super_ddf_bvd: fix offset calculation...
2013-07-22  mwilck@arcor.deDDF: kill_subarray_ddf: fix case without mdmon running
2013-07-22  mwilck@arcor.deDDF: err_bad_md_layout: fix return value
2013-07-22  mwilck@arcor.deDDF: factor out writing super block to single disk
2013-07-22  mwilck@arcor.deDDF: make "null_aligned" a static buffer
2013-07-22  mwilck@arcor.deDDF: increase seq number in ddf_set_updates_pending
2013-07-10  NeilBrownDDF load headers: if primary is invalid, don't check...
2013-07-10  mwilck@arcor.deDDF: ddf_process_update: Fix updates for SVDs
2013-07-10  mwilck@arcor.deDDF: ddf_process_update: some more debug messages
2013-07-10  mwilck@arcor.deDDF: guid_str: more readable output
2013-07-10  mwilck@arcor.deDDF: ddf_process_update: add debug messages fore adding VDs
2013-07-10  mwilck@arcor.deDDF: add debug message in add_super_ddf_bvd
2013-07-10  mwilck@arcor.deDDF: fix endianness of refnum in debug messages
2013-07-10  mwilck@arcor.deDDF: getinfo_super_ddf_bvd: fix raid_disk calculation
2013-07-10  mwilck@arcor.deDDF: getinfo_super_ddf_bvd: identify disk by refnum
2013-07-10  mwilck@arcor.deDDF: implement kill_subarray
2013-07-10  mwilck@arcor.deDDF: write_init_super_ddf: don't zero superblocks for...
2013-07-08  mwilck@arcor.deDDF: ddf_process_update: Fix vlist treatment for SVDs
2013-07-08  mwilck@arcor.deDDF: ddf_process_update: handle update of conf records...
2013-07-08  mwilck@arcor.deDDF: ddf_set_array_state: more meaningful output
2013-07-08  mwilck@arcor.deDDF: guid_str: convenience function to print GUID for...
2013-07-08  mwilck@arcor.deDDF: getinfo_super_ddf_bvd: lba_offset calculation...
2013-07-08  mwilck@arcor.deDDF: add_to_super_ddf_bvd: use get_svd_state()
2013-07-08  mwilck@arcor.deDDF: add_to_super_ddf: RAID10 changes
2013-07-08  mwilck@arcor.deDDF: add_to_super_ddf: Use same amount of workspace...
next