summaryrefslogtreecommitdiffstats
path: root/super-intel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* imsm: FIX: Store checkpoint in per disk unitsAdam Kwolek2011-03-141-2/+6
* Make find_intel_hba_capability less verbose.NeilBrown2011-03-101-18/+13
* imsm: introduce SAS controller support in imsm metadata handlerLabun, Marcin2011-03-101-20/+67
* imsm: move code for retrieving HBA to a functionLabun, Marcin2011-03-101-37/+66
* imsm: verify that component disks are attached to the same type of HBALabun, Marcin2011-03-101-0/+12
* imsm: add maximum number of disk validation in RAID arrayLabun, Marcin2011-03-101-2/+19
* imsm: print-out error message when volume validation failsLabun, Marcin2011-03-101-3/+6
* imsm: do not publish OROM/EFI unsupported arraysLabun, Marcin2011-03-101-1/+15
* imsm: detail_platform_imsm displays AHCI and SAS controller informationLabun, Marcin2011-03-101-42/+53
* imsm: remove unused parameters in function attach_hba_to_superLabun, Marcin2011-03-101-3/+2
* imsm : FIX: Assemble dirty array when reshape is in progressAdam Kwolek2011-03-101-3/+4
* imsm: FIX: Mark checkpoint and array state clean during reshapeAdam Kwolek2011-03-081-13/+3
* Allow Grow_continue for whole container as well as single array.NeilBrown2011-03-081-0/+6
* imsm: FIX: Variables declaration cleanupAdam Kwolek2011-03-081-2/+2
* imsm: FIX: Return blocks_per unit for general migrationAdam Kwolek2011-03-081-0/+2
* imsm: improve getinfo_super when reshape is in progress.NeilBrown2011-03-081-7/+34
* Enable error message in case of lack of spares for growKrzysztof Wojcik2011-03-071-1/+2
* FIX: imsm: OROM does not recognize degraded arrays (V2)Krzysztof Wojcik2011-02-271-12/+18
* imsm: FIX: Report correct array size during reshapeAdam Kwolek2011-02-231-0/+13
* imsm: FIX: initalize reshape progress as it is stored in metatdataAdam Kwolek2011-02-231-1/+10
* set default chunk in validate_geometryCzarnowska, Anna2011-02-221-10/+18
* imsm: FIX: Add spare disks information to array descriptionAdam Kwolek2011-02-141-0/+9
* FIX: delta_disk can have UnSet valueAdam Kwolek2011-02-141-1/+4
* fix: imsm: assemble doesn't restart recoveryCzarnowska, Anna2011-02-131-1/+1
* fix: imsm: size must be in K for rounding to chunkCzarnowska, Anna2011-02-131-3/+4
* imsm: Add information about failed disk to '-E' optionAdam Kwolek2011-02-131-0/+6
* imsm: Use single migration type for all migrationsAdam Kwolek2011-02-131-10/+6
* imsm: FIX: add raid5 to raid0 case to analyse_change()Adam Kwolek2011-02-131-1/+1
* imsm: FIX: Wrong output string formatAdam Kwolek2011-02-091-2/+2
* fix: array is reassembled inactive if stopped during resyncCzarnowska, Anna2011-02-081-1/+2
* imsm: FIX: Size is already set in metadataAdam Kwolek2011-02-031-6/+1
* imsm: FIX: size have to be calculated based on first mapAdam Kwolek2011-02-031-1/+1
* imsm: move common code for array size calculation to functionAdam Kwolek2011-02-031-41/+33
* imsm: FIX: Debug strings cleanupAdam Kwolek2011-02-031-7/+7
* imsm: fix: imsm_num_data_members() can return errorAdam Kwolek2011-02-031-11/+20
* imsm: FIX: put expansion finalization in to one placeAdam Kwolek2011-02-031-18/+9
* imsm: FIX: crash during getting mapAdam Kwolek2011-02-031-11/+11
* Various compile fixes.NeilBrown2011-02-011-8/+9
* imsm: FIX: map coping causes mdmon crashAdam Kwolek2011-02-011-1/+3
* imsm: FIX: mdmon crash during 2 raid0 arrays expansionAdam Kwolek2011-02-011-1/+6
* imsm: Update metadata for second arrayAdam Kwolek2011-02-011-1/+5
* imsm:FIX: change arrays reshape orderAdam Kwolek2011-02-011-1/+8
* imsm: FIX: not all disks are released in free_imsm_disks()Adam Kwolek2011-01-311-0/+5
* imsm: FIX: do not allow for container operation for the same disks numberAdam Kwolek2011-01-281-1/+1
* Add raid1->raid0 takeover supportKrzysztof Wojcik2011-01-271-0/+6
* imsm: support for Intel SAS controller in get_disk_controller_domain handlerLabun Marcin2011-01-261-25/+24
* imsm: detail_platform_imsm supports Intel SAS controller (isci driver)Labun Marcin2011-01-261-11/+15
* imsm: prepare detail_platform_imsm to support different types of controllersLabun Marcin2011-01-261-34/+62
* imsm: support for Intel(R) SAS controller in imsm handlerLabun Marcin2011-01-261-26/+169
* Check number of failed disks durig raid10->raid0 takeoverKrzysztof Wojcik2011-01-261-0/+4