]> git.ipfire.org Git - thirdparty/mdadm.git/history - super-ddf.c
DDF: Don't fail compare_super_ddf due to re-configure changes.
[thirdparty/mdadm.git] / super-ddf.c
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...
2013-07-08  mwilck@arcor.deDDF: add_to_super_ddf: allow empty slots in phys disk...
2013-07-08  mwilck@arcor.deDDF: get_extents: support secondary RAID level
2013-07-08  mwilck@arcor.deDDF: use LBA_OFFSET macro instead of lba_offset field
2013-07-08  mwilck@arcor.deDDF: validate_geometry_ddf: support RAID10
2013-07-08  mwilck@arcor.deDDF: init_super_ddf_bvd: initialize other bvds
2013-07-08  mwilck@arcor.deDDF: Simplify allocation of "other BVDs"
2013-07-08  mwilck@arcor.deDDF: layout_md2ddf: new md->DDF layout conversion
2013-07-08  mwilck@arcor.deDDF: layout_ddf2md: new DDF->md RAID layout conversion
2013-07-08  mwilck@arcor.deDDF: allow empty slots in virt disk table
2013-07-08  mwilck@arcor.deDDF: get_svd_state: Status logic for secondary RAID...
2013-07-08  mwilck@arcor.deDDF: ddf_set_disk: move status logic to separate function
2013-07-08  mwilck@arcor.deDDF: find_vdcr: account for secondary RAID level
2013-07-08  mwilck@arcor.deDDF: ddf_open_new: implement minimal consistency check
2013-07-08  mwilck@arcor.deDDF: Implement store_super_ddf
2013-07-08  mwilck@arcor.deDDF: handle "open flag" according to spec
2013-07-08  mwilck@arcor.deDDF: load_ddf_headers: use secondary header as fallback
2013-07-08  mwilck@arcor.deDDF: check_secondary: fix treatment of missing BVDs
2013-07-08  mwilck@arcor.deDDF (cleanup): use a common macro for failed searches
2013-05-21  NeilBrownChange some "fprintf(stderr,"s to pr_err.
2013-05-16  NeilBrownAdd --dump / --restore functionality.
2013-05-16  NeilBrownintel,ddf: don't require partitions when ignore_hw_comp...
2013-04-24  mwilck@arcor.deDDF: fix bug in compare_super_ddf
2013-04-23  mwilck@arcor.deDDF: add code to debug state changes
2013-04-23  mwilck@arcor.deDDF: brief_detail_super_ddf: print correct UUID for...
2013-04-23  mwilck@arcor.deDDF: __write_init_super_ddf: just use seq number of...
2013-04-23  mwilck@arcor.deDDF: __write_ddf_structure: Fix wrong reference to...
2013-03-04  mwilck@arcor.deDDF: compare_super_ddf: merge local info of other super...
2013-03-04  mwilck@arcor.deDDF: add sanity checks in compare_super_ddf
2013-03-04  mwilck@arcor.deDDF: __write_init_super_ddf: use correct VD conf
2013-03-04  mwilck@arcor.deDDF: container_content_ddf: handle RAID layout for...
2013-03-04  mwilck@arcor.deDDF: container_content_ddf: check for secondary RAID
2013-03-04  mwilck@arcor.deDDF: container_content_ddf: change array disk search...
next