summaryrefslogtreecommitdiff
path: root/Assemble.c
Commit message (Expand)AuthorAgeFilesLines
* Change char* to enum in context->update & refactor codeMateusz Kusiak2023-01-041-23/+17
* Change update to enum in update_super and update_subarrayMateusz Kusiak2023-01-041-5/+9
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-4/+3
* Assemble: check if device is container before scheduling force-clean updateKinga Tanska2022-08-241-3/+2
* mdadm: Replace obsolete usleep with nanosleepMateusz Grzonka2022-08-221-1/+1
* mdadm: block update=ppl for non raid456 levelsLukasz Florczak2022-06-241-6/+5
* Fix possible NULL ptr dereferences and memory leaksMateusz Grzonka2022-06-141-1/+6
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-041-4/+2
* Correct checking if file descriptors are validMateusz Grzonka2021-11-241-2/+1
* Assemble: apply sysfs rulesKinga Tanska2021-10-191-3/+2
* Assemble: skip devices that don't match uuid instead of aborting the assembly.Sudhakar Panneerselvam2021-08-021-0/+5
* Assemble: start dirty and degraded array.Mariusz Tkaczyk2021-07-271-75/+101
* Enable bitmap support for external metadataJakub Radtke2021-03-091-0/+7
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-1/+1
* Block overwriting existing links while manual assemblyKinga Tanska2020-06-051-0/+4
* Assemble.c: respect force flag.Mariusz Tkaczyk2020-05-141-13/+38
* Assemble: print error message if mdadm fails assembling with --uuid optionGioh Kim2020-04-271-1/+1
* Assemble: add support for RAID0 layouts.NeilBrown2019-12-021-0/+8
* mdadm: load default sysfs attributes after assemblationMariusz Dabrowski2019-07-101-3/+9
* Assemble: Fix starting array with initial reshape checkpointPawel Baldysiak2019-02-281-2/+16
* Fix spelling typos.Dimitri John Ledkov2019-02-111-1/+1
* Assemble: mask FAILFAST and WRITEMOSTLY flags when finding the most recent de...Gioh Kim2018-12-061-1/+4
* Assemble: keep MD_DISK_FAILFAST and MD_DISK_WRITEMOSTLY flagGioh Kim2018-12-061-0/+3
* Assemble: set devices to NULL when load_devices can't load deviceGuoqing Jiang2018-09-271-0/+5
* Assemble: free resources in load_devicesGuoqing Jiang2018-09-271-0/+3
* Assemble: remove the protection when clustered raid do assembleGuoqing Jiang2018-07-201-21/+0
* Coverity: Resource leak: fix return without freeAnthony Youngman2018-07-111-0/+2
* Free map to avoid resource leak issuesGuoqing Jiang2018-06-111-1/+1
* Assemble.c Don't ignore faulty disk when array is auto assembled.Mariusz Tkaczyk2018-06-081-0/+2
* Assemble: cleanup the failure pathGuoqing Jiang2018-03-081-40/+22
* Assemble: provide protection when clustered raid do assembleGuoqing Jiang2018-03-081-1/+31
* mdadm: prevent out-of-date reshaping devices from force assembleBingJing Chang2018-02-231-2/+20
* Assemble: prevent segfault with faulty "best" devicesAndrea Righi2018-01-211-2/+2
* mdadm: Fixup != broken formattingJes Sorensen2017-05-161-2/+2
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-5/+4
* mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen2017-05-161-13/+10
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-5/+2
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-12/+7
* Create: tell udev md device is not ready when first created.NeilBrown2017-05-021-1/+1
* Assemble: Remove obsolete test for kernels older than 2.4Jes Sorensen2017-04-121-7/+0
* Assemble: Clean up start_array()Jes Sorensen2017-04-121-39/+58
* Retire mdassembleJes Sorensen2017-04-111-18/+3
* Assemble/Assemble: Get rid of last use of md_get_version()Jes Sorensen2017-04-051-1/+1
* Assemble/Assemble: Stop checking kernel md driver versionJes Sorensen2017-04-051-2/+1
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-2/+10
* Add 'ppl' and 'no-ppl' options for --update=Artur Paszkiewicz2017-03-291-0/+6
* super1: PPL supportArtur Paszkiewicz2017-03-291-0/+3
* imsm: PPL supportArtur Paszkiewicz2017-03-291-0/+49
* Introduce random_uuid() helper functionJes Sorensen2016-08-151-12/+3
* Assemble: No need for dummy NULL pointer when calling map_update()Jes Sorensen2016-03-221-4/+1