summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release mdadm-3.4mdadm-3.4NeilBrown2016-01-288-8/+35
* Assorted fixed for a "make everything" buildNeilBrown2016-01-284-15/+28
* super1: allow reshape that hasn't really started to be reverted.NeilBrown2016-01-282-2/+28
* super0: Fix reporting of devices between 2GB and 4GBNeilBrown2016-01-282-3/+5
* systemd/mdadm-last-resort: add Conflicts to .service file.NeilBrown2016-01-281-0/+1
* super1: fix calculation of space_beforeNeilBrown2016-01-281-1/+1
* util: fix wrong return value of cluster_get_dlmlockGuoqing Jiang2016-01-271-10/+4
* Add casts for the addr arg of connect and bindKhem Raj2016-01-152-2/+2
* Define _POSIX_C_SOURCE if undefinedKhem Raj2016-01-151-0/+3
* Create: minor fix when adding a journal deviceNeilBrown2016-01-141-2/+3
* Create: fix regression in setting raid_diskNeilBrown2016-01-141-1/+4
* restripe: fix compilation of "make test"NeilBrown2016-01-132-4/+4
* Fix wrong description in manpageGuoqing Jiang2016-01-131-4/+4
* imsm: don't update migration record when reshape is interruptedArtur Paszkiewicz2016-01-071-2/+2
* imsm: use timeout when waiting for reshape progressArtur Paszkiewicz2016-01-071-1/+2
* IMSM: Add support for VMDPawel Baldysiak2016-01-063-21/+194
* imsm: abort reshape if sync_action is not "reshape"Artur Paszkiewicz2015-12-241-2/+4
* Grow: close file descriptor earlier to avoid "still in use" when stoppingArtur Paszkiewicz2015-12-241-0/+3
* Detail: fix wrong condition in recent change.NeilBrown2015-12-231-1/+1
* Check and remove bitmap first when reshape to raid0Xiao Ni2015-12-221-0/+9
* in --add assign raid_disk of 0 to journalSong Liu2015-12-221-1/+1
* move journal to end of --detail listSong Liu2015-12-221-2/+3
* Add --update=force-no-bbl.NeilBrown2015-12-213-3/+12
* Merge branch 'fix-unlikely-potential-overflows' of https://github.com/sjvs/mdadmNeilBrown2015-12-212-5/+5
|\
| * make sure 'path' buffer is large enough to fit 200 characters plus null termi...Bas van Schaik2015-12-031-1/+1
| * avoid confusion with parameter 'devname' with same name, ensure buffer is lar...Bas van Schaik2015-12-031-3/+3
| * ensure buffer is large enough for two ints and some extrasBas van Schaik2015-12-031-1/+1
* | Merge https://github.com/makelinux/mdadmNeilBrown2015-12-211-4/+2
|\ \
| * | Detail.c --test fixConstantine Shulyupin2015-12-101-4/+2
| |/
* | Detail: don't assume a particular 'disk' number of missing devices.NeilBrown2015-12-181-1/+5
* | Detail: report correct raid-disk for removed drives.NeilBrown2015-12-181-1/+1
* | mdadm: improve the safeguard for change cluster raid's sbGuoqing Jiang2015-12-173-30/+39
* | mdadm: do not try to hold dlm lock in free_super1Guoqing Jiang2015-12-171-11/+0
* | mdadm: do not display bitmap info if it is clearedGuoqing Jiang2015-12-164-9/+20
* | mdadm: don't show cluster name once the bitmap is clearedGuoqing Jiang2015-12-161-2/+2
* | mdadm: output info more precisely when change bitmap to noneGuoqing Jiang2015-12-161-2/+5
* | mdadm: let cluster raid could also add disk within incremental modeGuoqing Jiang2015-12-161-0/+4
* | recreate journal in mdadmSong Liu2015-12-165-4/+51
* | add sysfs_array_state to struct mdinfoSong Liu2015-12-162-0/+11
* | mdadm: Change timestamps to unsigned data type.Deepa Dinamani2015-12-163-4/+29
* | fix bug in assembleSong Liu2015-12-091-1/+4
* | add crc32c and use it for r5l checksumSong Liu2015-10-303-8/+109
|/
* mdadm: add test script for raid456 journalSong Liu2015-10-222-0/+73
* mdadm: Add description of write journal to md.4Song Liu2015-10-221-0/+20
* mdadm: refactor write journal code in Assemble and IncrementalSong Liu2015-10-224-56/+19
* Make cmap_* also has same policy as dlm_*Guoqing Jiang2015-10-213-36/+56
* Safeguard against writing to an active device of another nodeGuoqing Jiang2015-10-215-1/+248
* Add help message and man entry for --write-journalSong Liu2015-10-192-0/+7
* Check write journal in incrementalSong Liu2015-10-191-4/+27
* Assemble array with write journalSong Liu2015-10-193-16/+81