summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove possible crash during RAID6 -> RAID5 reshape.NeilBrown2012-03-221-6/+22
* Assemble: improve verbose logging when including old devices.NeilBrown2012-03-221-2/+4
* Examine: fix array size calculation for RAID10.NeilBrown2012-03-222-11/+17
* __write_init_super_ddf(): Use posix_memalign() instead of static aligned bufferJes Sorensen2012-03-211-8/+11
* super-intel.c: Use ROUND_UP() instead of manually coding itJes Sorensen2012-03-211-1/+1
* super1.c: use ROUND_UP/ROUND_UP_PTRJes Sorensen2012-03-211-4/+3
* Generalize ROUND_UP() macro and introduce matching ROUND_UP_PTR()Jes Sorensen2012-03-211-4/+4
* match_metadata_desc0(): Use calloc instead of malloc+memsetJes Sorensen2012-03-211-3/+3
* Use struct align_fd to cache fd's block size for aligned reads/writesJes Sorensen2012-03-211-21/+54
* Use 4K buffer alignment for superblock allocationsJes Sorensen2012-03-211-3/+3
* match_metadata_desc1(): Use calloc instead of malloc+memsetJes Sorensen2012-03-211-3/+3
* init_super1() memset full buffer allocated for superblockJes Sorensen2012-03-211-2/+1
* Define and use SUPER1_SIZE for allocationsJes Sorensen2012-03-211-10/+6
* super1.c don't keep recalculating bitmap pointerJes Sorensen2012-03-211-3/+2