summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Create: reduce the verbosity of 'default_layout'.NeilBrown2012-03-081-1/+1
* super1: support superblocks up to 4K.NeilBrown2012-03-081-27/+33
* Reset bad flag on map updateCzarnowska, Anna2012-03-081-0/+1
* Manage: allow --re-add to failed array.NeilBrown2012-03-071-3/+13
* Assemble: support assembling of a RAID0 being reshaped.NeilBrown2012-03-071-1/+3
* Assemble: don't use O_EXCL until we have checked device content.NeilBrown2012-03-071-1/+24
* Use MDMON_DIR for pid files created in Monitor.cJes Sorensen2012-02-231-3/+5
* Print error message if failing to write super for 1.x metadataJes Sorensen2012-02-232-12/+16
* avoid double-free upon "old buggy kernel" sysfs_read failureJim Meyering2012-02-221-1/+0
* FIX: Changes in '0' case for reshape position verificationAdam Kwolek2012-02-201-2/+10