| Commit message (Expand) | Author | Age | Files | Lines |
* | imsm: FIX: Store checkpoint in per disk units | Adam Kwolek | 2011-03-14 | 1 | -2/+6 |
* | Make find_intel_hba_capability less verbose. | NeilBrown | 2011-03-10 | 1 | -18/+13 |
* | imsm: introduce SAS controller support in imsm metadata handler | Labun, Marcin | 2011-03-10 | 1 | -20/+67 |
* | imsm: move code for retrieving HBA to a function | Labun, Marcin | 2011-03-10 | 1 | -37/+66 |
* | imsm: verify that component disks are attached to the same type of HBA | Labun, Marcin | 2011-03-10 | 1 | -0/+12 |
* | imsm: add maximum number of disk validation in RAID array | Labun, Marcin | 2011-03-10 | 1 | -2/+19 |
* | imsm: print-out error message when volume validation fails | Labun, Marcin | 2011-03-10 | 1 | -3/+6 |
* | imsm: do not publish OROM/EFI unsupported arrays | Labun, Marcin | 2011-03-10 | 1 | -1/+15 |
* | imsm: detail_platform_imsm displays AHCI and SAS controller information | Labun, Marcin | 2011-03-10 | 1 | -42/+53 |
* | imsm: remove unused parameters in function attach_hba_to_super | Labun, Marcin | 2011-03-10 | 1 | -3/+2 |
* | imsm : FIX: Assemble dirty array when reshape is in progress | Adam Kwolek | 2011-03-10 | 1 | -3/+4 |
* | imsm: FIX: Mark checkpoint and array state clean during reshape | Adam Kwolek | 2011-03-08 | 1 | -13/+3 |
* | Allow Grow_continue for whole container as well as single array. | NeilBrown | 2011-03-08 | 1 | -0/+6 |
* | imsm: FIX: Variables declaration cleanup | Adam Kwolek | 2011-03-08 | 1 | -2/+2 |
* | imsm: FIX: Return blocks_per unit for general migration | Adam Kwolek | 2011-03-08 | 1 | -0/+2 |
* | imsm: improve getinfo_super when reshape is in progress. | NeilBrown | 2011-03-08 | 1 | -7/+34 |
* | Enable error message in case of lack of spares for grow | Krzysztof Wojcik | 2011-03-07 | 1 | -1/+2 |
* | FIX: imsm: OROM does not recognize degraded arrays (V2) | Krzysztof Wojcik | 2011-02-27 | 1 | -12/+18 |
* | imsm: FIX: Report correct array size during reshape | Adam Kwolek | 2011-02-23 | 1 | -0/+13 |
* | imsm: FIX: initalize reshape progress as it is stored in metatdata | Adam Kwolek | 2011-02-23 | 1 | -1/+10 |
* | set default chunk in validate_geometry | Czarnowska, Anna | 2011-02-22 | 1 | -10/+18 |
* | imsm: FIX: Add spare disks information to array description | Adam Kwolek | 2011-02-14 | 1 | -0/+9 |
* | FIX: delta_disk can have UnSet value | Adam Kwolek | 2011-02-14 | 1 | -1/+4 |
* | fix: imsm: assemble doesn't restart recovery | Czarnowska, Anna | 2011-02-13 | 1 | -1/+1 |
* | fix: imsm: size must be in K for rounding to chunk | Czarnowska, Anna | 2011-02-13 | 1 | -3/+4 |
* | imsm: Add information about failed disk to '-E' option | Adam Kwolek | 2011-02-13 | 1 | -0/+6 |
* | imsm: Use single migration type for all migrations | Adam Kwolek | 2011-02-13 | 1 | -10/+6 |
* | imsm: FIX: add raid5 to raid0 case to analyse_change() | Adam Kwolek | 2011-02-13 | 1 | -1/+1 |
* | imsm: FIX: Wrong output string format | Adam Kwolek | 2011-02-09 | 1 | -2/+2 |
* | fix: array is reassembled inactive if stopped during resync | Czarnowska, Anna | 2011-02-08 | 1 | -1/+2 |
* | imsm: FIX: Size is already set in metadata | Adam Kwolek | 2011-02-03 | 1 | -6/+1 |
* | imsm: FIX: size have to be calculated based on first map | Adam Kwolek | 2011-02-03 | 1 | -1/+1 |
* | imsm: move common code for array size calculation to function | Adam Kwolek | 2011-02-03 | 1 | -41/+33 |
* | imsm: FIX: Debug strings cleanup | Adam Kwolek | 2011-02-03 | 1 | -7/+7 |
* | imsm: fix: imsm_num_data_members() can return error | Adam Kwolek | 2011-02-03 | 1 | -11/+20 |
* | imsm: FIX: put expansion finalization in to one place | Adam Kwolek | 2011-02-03 | 1 | -18/+9 |
* | imsm: FIX: crash during getting map | Adam Kwolek | 2011-02-03 | 1 | -11/+11 |
* | Various compile fixes. | NeilBrown | 2011-02-01 | 1 | -8/+9 |
* | imsm: FIX: map coping causes mdmon crash | Adam Kwolek | 2011-02-01 | 1 | -1/+3 |
* | imsm: FIX: mdmon crash during 2 raid0 arrays expansion | Adam Kwolek | 2011-02-01 | 1 | -1/+6 |
* | imsm: Update metadata for second array | Adam Kwolek | 2011-02-01 | 1 | -1/+5 |
* | imsm:FIX: change arrays reshape order | Adam Kwolek | 2011-02-01 | 1 | -1/+8 |
* | imsm: FIX: not all disks are released in free_imsm_disks() | Adam Kwolek | 2011-01-31 | 1 | -0/+5 |
* | imsm: FIX: do not allow for container operation for the same disks number | Adam Kwolek | 2011-01-28 | 1 | -1/+1 |
* | Add raid1->raid0 takeover support | Krzysztof Wojcik | 2011-01-27 | 1 | -0/+6 |
* | imsm: support for Intel SAS controller in get_disk_controller_domain handler | Labun Marcin | 2011-01-26 | 1 | -25/+24 |
* | imsm: detail_platform_imsm supports Intel SAS controller (isci driver) | Labun Marcin | 2011-01-26 | 1 | -11/+15 |
* | imsm: prepare detail_platform_imsm to support different types of controllers | Labun Marcin | 2011-01-26 | 1 | -34/+62 |
* | imsm: support for Intel(R) SAS controller in imsm handler | Labun Marcin | 2011-01-26 | 1 | -26/+169 |
* | Check number of failed disks durig raid10->raid0 takeover | Krzysztof Wojcik | 2011-01-26 | 1 | -0/+4 |