summaryrefslogtreecommitdiff
path: root/Incremental.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: define is_devname_ignore()Mariusz Tkaczyk2023-05-081-4/+2
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-2/+2
* Fix null pointer for incremental in mdadmmiaoguanqin2023-04-101-0/+3
* incremental, manage: do not verify if remove is safeKinga Tanska2023-01-041-1/+1
* Manage&Incremental: code refactor, string to enumMateusz Kusiak2023-01-041-4/+4
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-2/+2
* Incremental: Fix possible memory and resource leaksMateusz Grzonka2022-06-141-9/+23
* Correct checking if file descriptors are validMateusz Grzonka2021-11-241-2/+2
* Incremental: Close unclosed mdfd in IncrementalScan()Mateusz Grzonka2021-11-241-5/+6
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-1/+1
* Incremental: Remove redundant spare movement logicMariusz Tkaczyk2020-12-201-62/+0
* mdadm: Unify forks behaviourMariusz Tkaczyk2020-11-251-0/+1
* mdadm: load default sysfs attributes after assemblationMariusz Dabrowski2019-07-101-0/+1
* policy: support devices with multiple paths.NeilBrown2018-12-061-1/+4
* 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
|\ \ | |/ |/|