]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2013-07-25  NeilBrownChange version to 3.3-rc2 mdadm-3.3-rc2
2013-07-24  NeilBrownAdd test for --replace handling.
2013-07-24  NeilBrownManage: fix typo in error for "--with" handling
2013-07-24  NeilBrownImprove revert tests
2013-07-24  NeilBrownsuper0/1: fix typo in error messages.
2013-07-24  NeilBrownGrow: don't hold array open while waiting for reshape.
2013-07-24  NeilBrownsuper1: update data_size when performing "revert-reshape".
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.detests/10ddf-geometry: new unit test
2013-07-22  mwilck@arcor.detest: increase number of devices to 13
2013-07-22  mwilck@arcor.detests/10ddf-create: create RAID5 first
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-15  NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-11  NeilBrowntest: allow resync/reshape etc to go faster.
2013-07-11  NeilBrownGrow: pass INVALID_SECTORS to reshape_array, not 0.
2013-07-11  NeilBrownIMSM: fix wait_for_reshape_imsm
2013-07-10  Christoph Anton... align spelling of “RAID” and RAID levels
2013-07-10  NeilBrownStop: fix up synchronising end of reshape to good boundary.
2013-07-10  NeilBrownGrow: use mdstat_wait to wait for delayed reshape.
2013-07-10  NeilBrownDon't set 'hold' option for mdstat_read if not needed.
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-09  mwilck@arcor.deMonitor: Don't write metadata in inactive array state
2013-07-09  mwilck@arcor.detest/10-ddf-create: fix comments
2013-07-08  mwilck@arcor.detests/10ddf-create: add RAID 10 array
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-07-08  Christoph Anton... mdadm.8: growing RAID10 chunk size is possible
2013-07-08  NeilBrownAssemble: avoid a consistency check when --force is...
2013-07-04  NeilBrowntests: add test to revert shrinking reshapes.
2013-07-04  NeilBrownGrow: notice when --stop is synchronising a reshape...
2013-07-04  NeilBrownGrow: fix small bug when reshape interrupted.
2013-07-04  NeilBrowntests: add a test for reverting reshapes
2013-07-02  NeilBrownStop: improve synchronising of reshape with whole stripes.
2013-07-02  NeilBrownrevert-reshape: only impose reshape_position tests...
2013-07-02  NeilBrownsysfs: fix bugs in new sysfs_wait function.
2013-07-02  NeilBrownraid6check - fix compile
2013-07-02  NeilBrowntest: include any 'stderr' output in the log file.
2013-07-02  NeilBrownAssemble: improve messages when restarting a reshape.
2013-07-02  NeilBrownAssemble: ignore devices= if container= is present.
2013-07-02  NeilBrownConfig: use better device names for "DEVICES container"
2013-07-02  NeilBrownAssemble: write raid-disks should be less fatal.
2013-07-02  NeilBrownMove find_free_devnum to mdopen.c
2013-07-02  NeilBrownMove conf_line and free_line from conf.c to lib.c
2013-07-01  Martin WilckDetail: Factor out add_device()
2013-07-01  NeilBrownmdadm.8.in: Fix typo: previous -> previously
2013-07-01  NeilBrownManage: check alignment when stopping an array undergoi...
2013-07-01  NeilBrownNew function: sysfs_wait
2013-06-27  NeilBrownrevert-reshape: make sure reshape_position is acceptable.
2013-06-27  NeilBrowntests/raid6repair: default data offset has changed.
2013-06-27  NeilBrown"make test" should build "raid6check"
2013-06-27  NeilBrownAssemble: remove some stray tracing.
2013-06-27  NeilBrownGrow: fix crash when restarting an array.
2013-06-27  NeilBrownGrow: lack of head/tail space not fatal for RAID5 etc.
2013-06-27  NeilBrownGrow: report better message when --grow --chunk cannot...
2013-06-25  NeilBrownMakefile/version: use version/date from .git if possible.
2013-06-25  NeilBrownSubject: Make wait_for and open_dev_excl faster
2013-06-25  NeilBrowntests: add device size tests when change raid leve...
next