summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* imsm: FIX: Remove unused parameter from save_backup_imsm() interfaceAdam Kwolek2011-06-091-4/+2
* imsm: FIX: Do not use pba_of_lba0 for copy position calculationAdam Kwolek2011-06-091-3/+1
* imsm: FIX: Do not verify unused parametersAdam Kwolek2011-06-091-1/+1
* imsm: FIX: Calculate backup location based on metadata informationAdam Kwolek2011-06-091-1/+1
* imsm: FIX: Use macros to data accessAdam Kwolek2011-06-091-3/+4
* imsm: FIX: Check layout for level migrationAdam Kwolek2011-06-091-1/+8
* imsm: FIX: Max position could not be rounded to MBAdam Kwolek2011-06-091-9/+3
* imsm: FIX: Detect migration end during migration record savingAdam Kwolek2011-06-091-3/+7
* imsm: FIX: Verify if migration record is loaded correctlyAdam Kwolek2011-06-091-13/+19
* imsm: FIX: Opened handle is not closedAdam Kwolek2011-06-091-1/+3
* restripe: fix compile error in stand-alone program.NeilBrown2011-06-091-1/+1
* Fix some fall-out from recent memset-zero for getinfo_superNeilBrown2011-06-092-8/+4
* imsm: Unit Tests - remove backup-file during grow commandAdam Kwolek2011-06-081-3/+2
* imsm: Remove user warning before reshape startAdam Kwolek2011-06-081-31/+0
* Do not use backup file for external metadataAdam Kwolek2011-06-081-18/+22
* FIX: Enable metadata updates for raid0Adam Kwolek2011-06-081-0/+5
* imsm: Apply checkpoint metadata update for general migrationAdam Kwolek2011-06-081-0/+22
* imsm: Prepare checkpoint update for general migrationAdam Kwolek2011-06-081-0/+67
* imsm: Add metadata update type for general migration check-pointingAdam Kwolek2011-06-081-1/+7
* imsm: Disable checkpoint updating by mdmon for general migrationAdam Kwolek2011-06-081-0/+7
* imsm: Implement recover_backup_imsm() for imsm metadataAdam Kwolek2011-06-081-0/+128
* Add reshape restart support for external metadataAdam Kwolek2011-06-082-4/+13
* imsm: update blocks_per_migr_unit() to support migration recordAdam Kwolek2011-06-081-16/+30
* imsm: Add information about migration record to mdadm '-E' optionAdam Kwolek2011-06-081-0/+53
* imsm: Clear migration record when no migration in progressAdam Kwolek2011-06-081-0/+16
* imsm: Check if array degradation has been changedAdam Kwolek2011-06-081-0/+57
* imsm: Implement imsm_manage_reshape(), reshape workhorseAdam Kwolek2011-06-082-5/+205
* imsm: Add wait_for_reshape_imsm() implementationAdam Kwolek2011-06-081-0/+62
* Grow: Add paranoid level checking to analyse_change.NeilBrown2011-06-081-0/+2
* imsm: check migration compatibilityAdam Kwolek2011-06-081-0/+61
* imsm: Add support for copy area and backup operationsAdam Kwolek2011-06-081-0/+279
* Define dummy functions to mdmon.cAdam Kwolek2011-06-081-0/+23
* Support restore_stripes() from the given bufferAdam Kwolek2011-06-083-27/+69
* imsm: Add migration record to intel_superAdam Kwolek2011-06-081-11/+181
* getinfo_super now clears the 'info' structure before filling it in.NeilBrown2011-06-088-6/+8
* Restore ability to create imsm array from specific devices.NeilBrown2011-05-231-1/+7
* Remove unused variable 'superrno' in Query.cNeilBrown2011-05-231-4/+3
* Check all member devices in enough_fdNeilBrown2011-05-233-7/+24
* mdmon: Fix crash if /proc/mdstat lists 0.9 superblocksMichal Marek2011-05-171-1/+2
* RAID-6 check standalone suspend arrayPiergiorgio Sartor2011-05-161-3/+38
* Grow: accept --assume-clean with --grow --sizeNeilBrown2011-05-164-3/+19
* Create: add error checking for 'write_init_super'.NeilBrown2011-05-111-1/+7
* Create: give better error message if member device unusable.NeilBrown2011-05-101-0/+16
* Create: allow chunksize to be non-power-of-2.NeilBrown2011-05-104-2/+13
* Give suitable error for mdadm /dev/md0 --stopNeilBrown2011-05-101-0/+6
* Manage: minor fix to add/re-add handling.NeilBrown2011-05-101-7/+7
* config: restore the possibility of a NULL homehostNeilBrown2011-05-105-8/+22
* Grow: allow auto-readonly arrays to be reshaped.NeilBrown2011-05-101-0/+6
* Grow: handle abort/restart of grow while being monitored.NeilBrown2011-05-101-9/+30
* Grow: restore ability to configure 'faulty' arrays via mdadm.NeilBrown2011-05-101-1/+27