summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* super-intel.c: Don't try to close negative fdJes Sorensen2012-05-071-1/+1
* Grow: failing the set the per-device size is not an error.NeilBrown2012-05-031-1/+3
* test: don't worry too much about array size.NeilBrown2012-05-031-2/+3
* Adjust to new standard of /runNeilBrown2012-05-036-45/+23
* Update test for "is udev active".NeilBrown2012-05-031-1/+1
* imsm: fix: thunderdome may drop 2tb attributeCzarnowska, Anna2012-04-301-0/+2
* Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen2012-04-303-2/+12
* Fix sign extension of bitmap_offset in super1.cJes Sorensen2012-04-301-2/+2
* fix: correct extending size of raid0 arrayLukasz Dorau2012-04-231-1/+1
* imsm: fix: rebuild does not continue after rebootLukasz Dorau2012-04-231-0/+17
* Relax restrictions on when --add is permitted.NeilBrown2012-04-181-9/+26
* Add --prefer option for --detail and --monitorNeilBrown2012-04-187-20/+68
* Raid limit of 1024 when scanning for devices.NeilBrown2012-04-183-4/+12
* FIX: resolve make everything compilation errorLukasz Dorau2012-04-171-0/+2
* FIX: Assembled second array is in read only state during reshapeAdam Kwolek2012-04-171-8/+21
* FIX: Size change is possible as standalone change onlyAdam Kwolek2012-04-171-1/+1
* imsm: FIX: Component size alignment checkAdam Kwolek2012-04-171-20/+48
* imsm: Support setting max size for size change operationAdam Kwolek2012-04-171-2/+22
* imsm: Add function imsm_get_free_size()Adam Kwolek2012-04-171-1/+24
* FIX: Detect error and rollback metadataAdam Kwolek2012-04-171-2/+11
* FIX: Respect metadata size limitationsAdam Kwolek2012-04-171-0/+21
* FIX: Extend size of raid0 arrayAdam Kwolek2012-04-171-0/+35
* imsm: FIX: Support metadata changes rollbackAdam Kwolek2012-04-171-18/+38
* FIX: Support metadata changes rollbackAdam Kwolek2012-04-173-7/+15
* imsm: Execute size change for external metatdataAdam Kwolek2012-04-171-31/+47
* imsm: Add new metadata update for volume size expansionAdam Kwolek2012-04-171-8/+124
* imsm: FIX: Add volume size expand support to imsm_analyze_change()Adam Kwolek2012-04-171-0/+51
* imsm: FIX: Update function imsm_num_data_members() for Raid1/10Adam Kwolek2012-04-171-1/+3
* imsm: display maximum volumes per controller and arrayLabun, Marcin2012-04-171-2/+3
* mdadm man page: fix typoCoolCold2012-04-121-1/+1
* Fix two typos in fprintf messagesLukasz Dorau2012-04-101-2/+2
* super1: leave more space in front of data by default.NeilBrown2012-04-041-6/+21
* Bitmap_offset is a signed numberNeilBrown2012-04-043-4/+4
* parse_size: distinguish between 0 and error.NeilBrown2012-04-042-4/+4
* Fix typo: wan -> wantNeilBrown2012-04-041-1/+1
* imsm: set 2tb disk attribute for spareCzarnowska, Anna2012-04-021-0/+3
* check that no disk over 2TB is used to create container when no supportCzarnowska, Anna2012-04-021-8/+16
* check volume size in validate_geometry_imsm_oromCzarnowska, Anna2012-04-021-4/+10
* show 2TB volumes/disks support in --detail-platformCzarnowska, Anna2012-04-022-0/+5
* simplify calculating array_blocksCzarnowska, Anna2012-04-022-4/+3
* clear hi bits if not used after loading metadata from diskCzarnowska, Anna2012-04-021-1/+27
* imsm: avoid overflows for disks over 1TBCzarnowska, Anna2012-04-021-67/+131
* sysfs: fixed sysfs_freeze_array array to work properly with Manage_subdevs.NeilBrown2012-03-281-3/+4
* Fix the new ROUND_UP macro.NeilBrown2012-03-221-1/+1
* Fix tests/05r1-re-add-nosupperNeilBrown2012-03-221-2/+2
* Grow: print useful error when converting RAID1->RAID5 will fail.NeilBrown2012-03-221-0/+4
* Create: round off size for RAID1 arrays.NeilBrown2012-03-2218-40/+53
* Manage: freeze recovery while adding multiple devices.NeilBrown2012-03-221-0/+13
* Manage: replace 'return 1' with 'goto abort'.NeilBrown2012-03-221-36/+39
* Incremental: fix adding devices with --incrementalNeilBrown2012-03-221-4/+4