summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use posix_memalign() for memory used to write bitmapsJes Sorensen2012-02-162-5/+10
* config: conf_match should ignore devname when not set.NeilBrown2012-02-161-1/+1
* FIX: Do not try to (continue) reshape using inactive arrayAdam Kwolek2012-02-091-0/+14
* FIX: restart reshape when reshape process is stopped just between 2 reshapesAdam Kwolek2012-02-091-0/+12
* imsm: FIX: Clear migration record when migration switches to next volume.Adam Kwolek2012-02-091-3/+16
* imsm: FIX: use md position to reshape restartAdam Kwolek2012-02-091-0/+12
* FIX: use md position to reshape restartAdam Kwolek2012-02-091-26/+60
* imsm: FIX: Chunk size migration problemAdam Kwolek2012-02-091-1/+2
* Flush mdmon before next reshape step during container operationAdam Kwolek2012-02-093-2/+21
* Fix: Sometimes mdmon throws core dump during reshapeAdam Kwolek2012-02-091-0/+6
* imsm: FIX: imsm_get_allowed_degradation() doesn't count degradation for raid1Adam Kwolek2012-02-091-0/+1
* FIX: Array is not run when expansion disks are addedAdam Kwolek2012-02-091-1/+1
* imsm: FIX: No new missing disks are allowed during general migrationAdam Kwolek2012-02-091-1/+11
* FIX: NULL pointer to strdup() can be passedAdam Kwolek2012-02-091-2/+3