summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* config: fix handing of 'homehost' in AUTO line.NeilBrown2012-02-091-5/+5
* Assemble: fix --force assemble during reshape.NeilBrown2012-02-071-3/+11
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-075-15/+20
* super1: make aread/awrite always use an aligned buffer.NeilBrown2012-02-071-16/+23
* getinfo_super1: Use MaxSector in place of sb->sizeAlexander Lyakas2012-02-071-1/+1
* imsm: fix, the second array need to have the whole available space on devicesLabun, Marcin2012-01-301-1/+8
* Spawn mdmon with --offroot if mdadm was launched with --offrootJes Sorensen2012-01-303-4/+16
* Add --offroot argument to mdmonJes Sorensen2012-01-302-1/+19
* Add --offroot argument to mdadmJes Sorensen2012-01-304-0/+27
* mdmon: Use getopt_long() to parse command line optionsJes Sorensen2012-01-301-11/+40
* imsm: display fd in error trace when when store_imsm_mpb failesLabun, Marcin2012-01-301-2/+3
* imsm: validate the number of imsm volumes per controllerLabun, Marcin2012-01-301-5/+399