summaryrefslogtreecommitdiffstats
path: root/util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-10DDF: ddf_process_update: add debug messages fore adding VDsmwilck@arcor.de1-0/+9
2013-07-10DDF: add debug message in add_super_ddf_bvdmwilck@arcor.de1-0/+4
2013-07-10DDF: fix endianness of refnum in debug messagesmwilck@arcor.de1-4/+6
2013-07-10DDF: getinfo_super_ddf_bvd: fix raid_disk calculationmwilck@arcor.de1-1/+2
2013-07-10DDF: getinfo_super_ddf_bvd: identify disk by refnummwilck@arcor.de1-1/+1
2013-07-10DDF: implement kill_subarraymwilck@arcor.de1-7/+99
2013-07-10DDF: write_init_super_ddf: don't zero superblocks for subarraysmwilck@arcor.de1-2/+3
2013-07-09Monitor: Don't write metadata in inactive array statemwilck@arcor.de1-1/+2
2013-07-09test/10-ddf-create: fix commentsmwilck@arcor.de1-1/+2
2013-07-08tests/10ddf-create: add RAID 10 arraymwilck@arcor.de1-3/+12
2013-07-08DDF: ddf_process_update: Fix vlist treatment for SVDsmwilck@arcor.de1-22/+26
2013-07-08DDF: ddf_process_update: handle update of conf records for SVDmwilck@arcor.de1-1/+16
2013-07-08DDF: ddf_set_array_state: more meaningful outputmwilck@arcor.de1-1/+3
2013-07-08DDF: guid_str: convenience function to print GUID for debuggingmwilck@arcor.de1-0/+14
2013-07-08DDF: getinfo_super_ddf_bvd: lba_offset calculation for RAID10mwilck@arcor.de1-0/+10
2013-07-08DDF: add_to_super_ddf_bvd: use get_svd_state()mwilck@arcor.de1-22/+6
2013-07-08DDF: add_to_super_ddf: RAID10 changesmwilck@arcor.de1-4/+9
2013-07-08DDF: add_to_super_ddf: Use same amount of workspace as other disksmwilck@arcor.de1-4/+29
2013-07-08DDF: add_to_super_ddf: allow empty slots in phys disk tablemwilck@arcor.de1-6/+23
2013-07-08DDF: get_extents: support secondary RAID levelmwilck@arcor.de1-16/+14
2013-07-08DDF: use LBA_OFFSET macro instead of lba_offset fieldmwilck@arcor.de1-22/+12
2013-07-08DDF: validate_geometry_ddf: support RAID10mwilck@arcor.de1-2/+2
2013-07-08DDF: init_super_ddf_bvd: initialize other bvdsmwilck@arcor.de1-1/+6
2013-07-08DDF: Simplify allocation of "other BVDs"mwilck@arcor.de1-33/+53
2013-07-08DDF: layout_md2ddf: new md->DDF layout conversionmwilck@arcor.de1-82/+117
2013-07-08DDF: layout_ddf2md: new DDF->md RAID layout conversionmwilck@arcor.de1-79/+100
2013-07-08DDF: allow empty slots in virt disk tablemwilck@arcor.de1-43/+57
2013-07-08DDF: get_svd_state: Status logic for secondary RAID levelmwilck@arcor.de1-4/+33
2013-07-08DDF: ddf_set_disk: move status logic to separate functionmwilck@arcor.de1-41/+53
2013-07-08DDF: find_vdcr: account for secondary RAID levelmwilck@arcor.de1-13/+87
2013-07-08DDF: ddf_open_new: implement minimal consistency checkmwilck@arcor.de1-2/+8
2013-07-08DDF: Implement store_super_ddfmwilck@arcor.de1-6/+35
2013-07-08DDF: handle "open flag" according to specmwilck@arcor.de1-8/+18
2013-07-08DDF: load_ddf_headers: use secondary header as fallbackmwilck@arcor.de1-4/+9
2013-07-08DDF: check_secondary: fix treatment of missing BVDsmwilck@arcor.de1-4/+2
2013-07-08DDF (cleanup): use a common macro for failed searchesmwilck@arcor.de1-3/+2
2013-07-08mdadm.8: growing RAID10 chunk size is possibleChristoph Anton Mitterer1-2/+2
2013-07-08Assemble: avoid a consistency check when --force is given.NeilBrown1-1/+1