]> git.ipfire.org Git - thirdparty/mdadm.git/history - super-ddf.c
imsm: return correct uuid for volume in detail
[thirdparty/mdadm.git] / super-ddf.c
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...
2013-03-04  mwilck@arcor.deDDF: load_ddf_local: store VD conf for other BVDs
2013-03-04  mwilck@arcor.deDDF: added other_bvd to struct vcl
2013-03-04  mwilck@arcor.deDDF: increase seq number when writing meta data
2013-03-04  mwilck@arcor.deDDF: use existing locations for primary and secondary...
2013-03-04  mwilck@arcor.deDDF: cleanly save the secondary DDF structure
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2012-10-10  NeilBrownReplace a lot of leading spaces with tabs.
2012-10-04  NeilBrownAllow data-offset to be specified per-device for create
2012-10-04  NeilBrownAdd data_offset arg to ->init_super and use it in super1.c
2012-10-04  NeilBrownAdd data_offset arg to ->validate_geometry.
2012-10-04  NeilBrownAdd data_offset arg to ->avail_size
2012-08-15  NeilBrownddf: hack to fix container recognition.
2012-08-14  NeilBrownddf: allow a non-spare to be used to recovery a missing...
2012-08-14  NeilBrownddf: fix multiple white-space issues.
2012-07-09  NeilBrownConvert 'quiet' to 'not verbose' in various places.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-03-20  Jes Sorensen__write_init_super_ddf(): Use posix_memalign() instead...
2012-01-11  Jes SorensenWork around gcc-4.7's strict aliasing checks
2011-12-22  NeilBrownddf: fix auto-allocation problem.
2011-10-05  Adam KwolekAdd recovery blocked field to mdinfo
2011-06-15  NeilBrownddf: fix up getinfo_super_bvd
2011-06-09  NeilBrownFix some fall-out from recent memset-zero for getinfo_super
2011-06-08  NeilBrowngetinfo_super now clears the 'info' structure before...
2011-03-24  NeilBrownMerge branch 'master' into devel-3.2
2011-03-23  NeilBrownddf: fix up detection of failed/missing devices.
2011-03-21  NeilBrownddf: fix up detection of failed/missing devices.
2011-03-15  NeilBrownMerge branch 'master' into devel-3.2
2011-03-15  NeilBrownddf: implement remove_from_super
2011-03-15  NeilBrownDDF Allow a RAID1 to be 'partially optimal'.
2011-03-15  NeilBrownddf: remove failed devices that are no longer in use.
2011-03-15  NeilBrownddf: set Rebuilding flag when adding devices to a degra...
2011-03-15  NeilBrownddf: use correct loop variable in activate_spare
2011-03-15  NeilBrownddf: Don't consider 'dl' entries with state_fd < 0
2011-03-14  NeilBrownddf: implement remove_from_super
2011-03-14  NeilBrownddf: zero space_list in ddf_activate_spare.
2011-03-14  NeilBrownMerge branch 'master' into devel-3.2
2011-03-14  NeilBrownddf: set vcnum correctly when creating a new virtual...
2011-03-14  NeilBrownddf: teach set_disk to cope with new or changed devices.
2011-03-14  NeilBrownddf: free_super should be add_list as well.
2011-03-14  NeilBrownddf: minor activate_super fixes.
2011-03-10  NeilBrownddf: Failed should suppress Online and others.
2011-03-10  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownddf: remove duplicate container_member setting.
2011-03-10  NeilBrownddf: fail creation of new subarray with same name as...
2011-03-09  NeilBrownFix chunksize defaulting.
2011-03-02  NeilBrownddf: exclude failed devices from container_content
2011-02-22  Czarnowska, Annaset default chunk in validate_geometry
2011-01-24  NeilBrownDon't close fds in write_init_super
2011-01-12  NeilBrownload_super should not try to load_container
2010-12-13  NeilBrownMerge branch 'master' into devel-3.2
2010-12-09  NeilBrownMerge branch 'master' into devel-3.2
next