summaryrefslogtreecommitdiff
path: root/Incremental.c
Commit message (Expand)AuthorAgeFilesLines
* Incremental: remove external arrays and devices correctlyMariusz Tkaczyk2018-08-031-26/+52
* Free map to avoid resource leak issuesGuoqing Jiang2018-06-111-0/+4
* Incremental: Use ->validate_geometry instead of ->avail_sizeNeilBrown2017-11-011-6/+9
* mdadm: set journal_clean after scanning all disksSong Liu2017-09-011-2/+6
* Get failed disk count from array stateTomasz Majchrzak2017-06-051-10/+4
* Add sector size as spare selection criterionAlexey Obitotskiy2017-05-091-2/+2
* Allow more spare selection criteriaAlexey Obitotskiy2017-05-091-7/+11
* IncrementalScan: Use md_array_active() instead of md_get_array_info()Jes Sorensen2017-05-051-2/+1
* container_members_max_degradation: Switch to using syfs for disk infoJes Sorensen2017-05-051-14/+14
* Incremental: return is not a functionJes Sorensen2017-05-051-1/+1
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-17/+4
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-21/+12
* Incremental: Use md_array_active() to determine state of arrayJes Sorensen2017-05-021-2/+1
* Create: tell udev md device is not ready when first created.NeilBrown2017-05-021-2/+2
* Incremental: Cleanup some if() statement spaghettiJes Sorensen2017-04-251-29/+21
* Incremental: Use md_array_active() where applicableJes Sorensen2017-04-251-3/+2
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-2/+10
* Incremental: Remove redundant call for GET_ARRAY_INFOJes Sorensen2017-03-291-8/+6
* util: Introduce md_get_array_info()Jes Sorensen2017-03-291-6/+5
* super1: PPL supportArtur Paszkiewicz2017-03-291-0/+3
* Introduce enum flag_mode for setting and clearing flags.NeilBrown2016-11-291-2/+2
* Add failfast support.NeilBrown2016-11-281-0/+1
* Incremental: don't try to load_container() for a subarrayArtur Paszkiewicz2016-08-091-1/+5
* Incremental: Remove unnecesary NULL pointer checks when calling sysfs_free()Jes Sorensen2016-03-081-6/+3
* Merge branch 'fix-unlikely-potential-overflows' of https://github.com/sjvs/mdadmNeilBrown2015-12-211-4/+4
|\
| * 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
* | mdadm: let cluster raid could also add disk within incremental modeGuoqing Jiang2015-12-161-0/+4
|/
* mdadm: refactor write journal code in Assemble and IncrementalSong Liu2015-10-221-18/+7
* Check write journal in incrementalSong Liu2015-10-191-4/+27
* Fix --incremental handling on cluster array.Goldwyn Rodrigues2015-09-281-5/+6
* Merge branch 'mdadm-3.3.x'NeilBrown2015-08-031-1/+1
|\
| * Assemble: really don't assemble IMSM array without OROM.NeilBrown2015-08-031-1/+1
| * Assemble: don't assemble IMSM array without OROM.NeilBrown2015-08-031-5/+4
* | Assemble: don't assemble IMSM array without OROM.NeilBrown2015-07-291-5/+4
* | Merge branch 'cluster'NeilBrown2015-07-271-0/+5
|\ \ | |/ |/|
| * Skip clustered devices in incrementalGuoqing Jiang2015-06-171-0/+5
* | mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-021-6/+6
|/
* IncRemove: Set "auto-read" only after successful excl open.Pawel Baldysiak2015-03-041-6/+10
* IncrementalScan(): Make sure 'st' is valid before dereferencing itJes Sorensen2015-03-041-1/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-29/+14
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-2/+2
* Change way of printing name of a processPawel Baldysiak2015-02-121-2/+2
* Incremental: don't be distracted by partition table when calling try_spare.NeilBrown2014-11-051-2/+2
* Assemble/Incremental: don't hold O_EXCL on mddev after assembly.NeilBrown2013-12-051-3/+7
* Incremental: improve support for "DEVICE" based restriction in mdadm.confNeilBrown2013-12-031-2/+16
* Incremental: add --export handling.NeilBrown2013-11-281-8/+56
* Incremental: don't abort container if one member explicitly disabled.NeilBrown2013-11-281-1/+1
* Incremental: remove test that can never succeed.NeilBrown2013-11-281-5/+0
* Make -IRs and --run work properly for containers.NeilBrown2013-09-131-8/+45