summaryrefslogtreecommitdiffstats
path: root/pwgr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-20Assemble: Fix critical-section-recovery when assembling a growing array.NeilBrown1-3/+3
2012-11-20Incremental: allow recently removed device to be added as a spare.NeilBrown1-2/+14
2012-11-20test: add --disable-integrity switch.NeilBrown3-0/+15
2012-11-20IMSM - allow assembling any imsm array even without OROM.NeilBrown4-13/+12
2012-11-20Tests: adjust for recent changes.NeilBrown2-4/+10
2012-11-20Grow: fix reshape from RAID5 to RAID1.NeilBrown2-3/+7
2012-10-25Query: allow member of non-0.90 arrays to be better reported.NeilBrown1-3/+7
2012-10-25Query: don't be confused by partition tables.NeilBrown1-1/+1
2012-10-24Monitor: don't complain about non-monitorable arrays in mdadm.confNeilBrown1-1/+3
2012-10-24Manage: improve error message when given a non-block device.NeilBrown1-13/+16
2012-10-24Create new md devices consistentlyJustin Maggard1-1/+4
2012-10-24Incremental: support replacement devices.NeilBrown2-2/+5
2012-10-24Assemble: add support for replacement devices.NeilBrown3-21/+41
2012-10-23Report replacement devices correctly with --detail and --examineNeilBrown2-11/+26
2012-10-23Add support for --replace and --withNeilBrown5-3/+193
2012-10-23test: keep separate log file for each failed test.NeilBrown1-1/+6
2012-10-23test: redirect all output to log file to keep output cleanGilles Espinasse1-1/+1
2012-10-22super0: allow creation of array on 2TB+ devices.NeilBrown1-2/+2
2012-10-22Assemble.c - re-indent file.NeilBrown1-62/+62
2012-10-22Assemble: remove support for assembling arrays with ancient kernel.NeilBrown1-73/+49
2012-10-22Remove get_one_diskNeilBrown2-14/+0
2012-10-22Assemble: split out "start_array()" function.NeilBrown1-281/+282
2012-10-22Detail: don't report a faulty device as 'spare' or 'rebuilding'.NeilBrown1-1/+2
2012-10-22Replace --no-error by --keep-goingGilles Espinasse1-2/+2
2012-10-22Allow escape by ctrl-c broken by --no-error changeGilles Espinasse1-1/+6
2012-10-21Trivial bugfix and spelling fixes.Michael Tokarev5-30/+4
2012-10-21mdadm: super0: do not override uuid with homehostMichael Tokarev1-1/+1
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