summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change version to 3.3-rc2mdadm-3.3-rc2NeilBrown2013-07-251-2/+2
* Add test for --replace handling.NeilBrown2013-07-241-0/+52
* Manage: fix typo in error for "--with" handlingNeilBrown2013-07-241-1/+1
* Improve revert testsNeilBrown2013-07-242-3/+56
* super0/1: fix typo in error messages.NeilBrown2013-07-242-2/+2
* Grow: don't hold array open while waiting for reshape.NeilBrown2013-07-241-2/+4
* super1: update data_size when performing "revert-reshape".NeilBrown2013-07-241-3/+4
* super-ddf: allow mdassemble to compile.NeilBrown2013-07-231-18/+23
* DDF: convert big-endian __u16 to be16 typemwilck@arcor.de2013-07-231-162/+195
* DDF: convert big-endian __u64 to be64 typemwilck@arcor.de2013-07-231-56/+56
* DDF: convert big endian to be32 typemwilck@arcor.de2013-07-231-171/+175
* DDF: add endian-safe typedefsmwilck@arcor.de2013-07-231-0/+36
* tests/10ddf-geometry: new unit testmwilck@arcor.de2013-07-221-0/+82
* test: increase number of devices to 13mwilck@arcor.de2013-07-221-2/+2
* tests/10ddf-create: create RAID5 firstmwilck@arcor.de2013-07-221-5/+5
* DDF: getinfo_super_ddf_bvd: fix offset calculation for SVDsmwilck@arcor.de2013-07-221-2/+2
* DDF: kill_subarray_ddf: fix case without mdmon runningmwilck@arcor.de2013-07-221-1/+4
* DDF: err_bad_md_layout: fix return valuemwilck@arcor.de2013-07-221-1/+1
* DDF: factor out writing super block to single diskmwilck@arcor.de2013-07-221-59/+53
* DDF: make "null_aligned" a static buffermwilck@arcor.de2013-07-221-12/+11
* DDF: increase seq number in ddf_set_updates_pendingmwilck@arcor.de2013-07-221-3/+9
* Merge commit '956a13fb850321bed8568dfa8692c0c323538d7c'NeilBrown2013-07-154-12/+12
|\
| * align spelling of “RAID” and RAID levelsChristoph Anton Mitterer2013-07-104-12/+12
* | test: allow resync/reshape etc to go faster.NeilBrown2013-07-111-1/+10
* | Grow: pass INVALID_SECTORS to reshape_array, not 0.NeilBrown2013-07-111-2/+3
* | IMSM: fix wait_for_reshape_imsmNeilBrown2013-07-111-4/+4
* | Stop: fix up synchronising end of reshape to good boundary.NeilBrown2013-07-101-5/+17
* | Grow: use mdstat_wait to wait for delayed reshape.NeilBrown2013-07-103-3/+11
* | Don't set 'hold' option for mdstat_read if not needed.NeilBrown2013-07-102-2/+2
|/
* DDF load headers: if primary is invalid, don't check fields.NeilBrown2013-07-101-4/+4
* DDF: ddf_process_update: Fix updates for SVDsmwilck@arcor.de2013-07-101-28/+60
* DDF: ddf_process_update: some more debug messagesmwilck@arcor.de2013-07-101-5/+6
* DDF: guid_str: more readable outputmwilck@arcor.de2013-07-101-2/+7
* DDF: ddf_process_update: add debug messages fore adding VDsmwilck@arcor.de2013-07-101-0/+9
* DDF: add debug message in add_super_ddf_bvdmwilck@arcor.de2013-07-101-0/+4
* DDF: fix endianness of refnum in debug messagesmwilck@arcor.de2013-07-101-4/+6
* DDF: getinfo_super_ddf_bvd: fix raid_disk calculationmwilck@arcor.de2013-07-101-1/+2
* DDF: getinfo_super_ddf_bvd: identify disk by refnummwilck@arcor.de2013-07-101-1/+1
* DDF: implement kill_subarraymwilck@arcor.de2013-07-101-7/+99
* DDF: write_init_super_ddf: don't zero superblocks for subarraysmwilck@arcor.de2013-07-101-2/+3
* Monitor: Don't write metadata in inactive array statemwilck@arcor.de2013-07-091-1/+2
* test/10-ddf-create: fix commentsmwilck@arcor.de2013-07-091-1/+2
* tests/10ddf-create: add RAID 10 arraymwilck@arcor.de2013-07-081-3/+12
* DDF: ddf_process_update: Fix vlist treatment for SVDsmwilck@arcor.de2013-07-081-22/+26
* DDF: ddf_process_update: handle update of conf records for SVDmwilck@arcor.de2013-07-081-1/+16
* DDF: ddf_set_array_state: more meaningful outputmwilck@arcor.de2013-07-081-1/+3
* DDF: guid_str: convenience function to print GUID for debuggingmwilck@arcor.de2013-07-081-0/+14
* DDF: getinfo_super_ddf_bvd: lba_offset calculation for RAID10mwilck@arcor.de2013-07-081-0/+10
* DDF: add_to_super_ddf_bvd: use get_svd_state()mwilck@arcor.de2013-07-081-22/+6
* DDF: add_to_super_ddf: RAID10 changesmwilck@arcor.de2013-07-081-4/+9