summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* DDF: add_to_super_ddf: Use same amount of workspace as other disksmwilck@arcor.de2013-07-081-4/+29
* DDF: add_to_super_ddf: allow empty slots in phys disk tablemwilck@arcor.de2013-07-081-6/+23
* DDF: get_extents: support secondary RAID levelmwilck@arcor.de2013-07-081-16/+14
* DDF: use LBA_OFFSET macro instead of lba_offset fieldmwilck@arcor.de2013-07-081-22/+12
* DDF: validate_geometry_ddf: support RAID10mwilck@arcor.de2013-07-081-2/+2
* DDF: init_super_ddf_bvd: initialize other bvdsmwilck@arcor.de2013-07-081-1/+6
* DDF: Simplify allocation of "other BVDs"mwilck@arcor.de2013-07-081-33/+53
* DDF: layout_md2ddf: new md->DDF layout conversionmwilck@arcor.de2013-07-081-82/+117
* DDF: layout_ddf2md: new DDF->md RAID layout conversionmwilck@arcor.de2013-07-081-79/+100
* DDF: allow empty slots in virt disk tablemwilck@arcor.de2013-07-081-43/+57
* DDF: get_svd_state: Status logic for secondary RAID levelmwilck@arcor.de2013-07-081-4/+33
* DDF: ddf_set_disk: move status logic to separate functionmwilck@arcor.de2013-07-081-41/+53
* DDF: find_vdcr: account for secondary RAID levelmwilck@arcor.de2013-07-081-13/+87
* DDF: ddf_open_new: implement minimal consistency checkmwilck@arcor.de2013-07-081-2/+8
* DDF: Implement store_super_ddfmwilck@arcor.de2013-07-081-6/+35
* DDF: handle "open flag" according to specmwilck@arcor.de2013-07-081-8/+18
* DDF: load_ddf_headers: use secondary header as fallbackmwilck@arcor.de2013-07-081-4/+9
* DDF: check_secondary: fix treatment of missing BVDsmwilck@arcor.de2013-07-081-4/+2
* DDF (cleanup): use a common macro for failed searchesmwilck@arcor.de2013-07-081-3/+2
* mdadm.8: growing RAID10 chunk size is possibleChristoph Anton Mitterer2013-07-081-2/+2
* Assemble: avoid a consistency check when --force is given.NeilBrown2013-07-081-1/+1
* tests: add test to revert shrinking reshapes.NeilBrown2013-07-041-0/+56
* Grow: notice when --stop is synchronising a reshape and don't mess it up.NeilBrown2013-07-041-3/+12
* Grow: fix small bug when reshape interrupted.NeilBrown2013-07-041-0/+1
* tests: add a test for reverting reshapesNeilBrown2013-07-042-0/+44
* Stop: improve synchronising of reshape with whole stripes.NeilBrown2013-07-021-10/+30
* revert-reshape: only impose reshape_position tests on raid[456]NeilBrown2013-07-022-10/+14
* sysfs: fix bugs in new sysfs_wait function.NeilBrown2013-07-021-3/+6
* raid6check - fix compileNeilBrown2013-07-021-2/+2
* test: include any 'stderr' output in the log file.NeilBrown2013-07-021-0/+1
* Assemble: improve messages when restarting a reshape.NeilBrown2013-07-022-2/+12
* Assemble: ignore devices= if container= is present.NeilBrown2013-07-021-22/+25