summaryrefslogtreecommitdiffstats
path: root/mapfile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-18Assemble: split out force_array()NeilBrown1-90/+105
2012-10-18Assemble: split out load_devices() functionality.NeilBrown1-202/+232
2012-10-18Assemble: split out select_devices function.NeilBrown1-151/+173
2012-10-11Fix open_containerNeilBrown1-0/+14
2012-10-11Grow: fix a couple of typos with --assume-clean usageNeilBrown1-2/+2
2012-10-11Fix tests sh too many arguments warningsGilles Espinasse2-8/+8
2012-10-10Replace a lot of leading spaces with tabs.NeilBrown10-137/+137
2012-10-10Fix up interactions between --assemble and --incrementalNeilBrown2-67/+170
2012-10-09Grow: allow --grow --continue to work for native metadata.NeilBrown1-4/+37
2012-10-04imsm: allow --assume-clean to work.NeilBrown1-1/+2
2012-10-04Allow data-offset to be specified per-device for createNeilBrown11-17/+52
2012-10-04Grow/raid10: support reducing the devices in a RAID10.NeilBrown1-11/+78
2012-10-04super1: reserve at least 2 chunks for reshape headroom.NeilBrown1-5/+16
2012-10-04New RESHAPE_NO_BACKUP flag to track when backup action is needed.NeilBrown4-1/+17
2012-10-04Grow: add raid10 reshape.NeilBrown1-38/+318
2012-10-04Split 'GCD' out into a separate function.NeilBrown1-6/+12
2012-10-04Grow: set new_data_offset if appropriateNeilBrown2-0/+6
2012-10-04Add space_before/space_after fields to mdinfoNeilBrown2-1/+44
2012-10-04super1: add new_offset field.NeilBrown1-3/+26
2012-10-04Add --data-offset flag for Create and GrowNeilBrown6-9/+67
2012-10-04Add data_offset arg to ->init_super and use it in super1.cNeilBrown7-43/+79
2012-10-04Add data_offset arg to ->validate_geometry.NeilBrown9-15/+40
2012-10-04Add data_offset arg to ->avail_sizeNeilBrown7-12/+39
2012-10-04Allow parse_size to return 0.NeilBrown3-7/+17
2012-10-04Handles spaces in array names better.NeilBrown6-12/+106
2012-10-04imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz7-32/+72
2012-10-03Add zlib license to crc32.cJes Sorensen1-0/+20
2012-10-03super1: ensure bitmap doesn't overlap bad block log.NeilBrown1-1/+25
2012-10-03Allow --update to add or remove space for a bad block list.NeilBrown3-6/+78
2012-10-03Bad block logNeilBrown3-5/+73
2012-10-03Grow: make warning about old metadata more explicit.NeilBrown1-3/+2
2012-10-03Grow - be careful about 'delayed' reshapes.NeilBrown1-0/+34
2012-10-03Use --offroot flag when assembling md arrays via --incrmentalNeilBrown1-1/+1
2012-10-03Detail/raid10: don't report 'set' names for 'far' and 'offset' raid10.NeilBrown1-1/+1
2012-10-03Fix 'enough' function for RAID10.NeilBrown1-3/+4
2012-10-03Replace sha1.h with slightly older version.NeilBrown1-2/+2
2012-10-02Add MD_ARRAY_SIZE for --examine --exportMaciej Naruszewicz1-0/+19
2012-10-02Display size with human_size_brief with a chosen prefixMaciej Naruszewicz3-11/+34
2012-10-02Synchronize size calculation in human_size and human_size_briefMaciej Naruszewicz1-13/+20
2012-10-02Fix return code for --detail-platformMaciej Naruszewicz1-0/+1
2012-10-02imsm: Add --export option for --detail-platformMaciej Naruszewicz6-7/+82
2012-09-24Manage: fix checks for removal from a container.NeilBrown2-33/+39
2012-09-20fix: imsm: do not accept too small sizesLukasz Dorau1-0/+7
2012-09-20fix: adjust parse_size() to the unsigned size variableLukasz Dorau2-5/+6
2012-09-20fix: imsm: re-enable size expansion to the max valueLukasz Dorau1-1/+1
2012-09-20grow: fix typo : MAX_DISKS -> MAX_SIZENeilBrown1-1/+1
2012-09-20fix segfaults in Detail()Lukasz Dorau1-2/+3
2012-09-10raid6check: Auto-repair modeRobert Buchholz2-1/+75
2012-09-10raid6check: Extract (un)locking into functionsRobert Buchholz1-43/+47
2012-09-10raid6check: Repair mode used geo_map incorrectlyRobert Buchholz2-11/+42