summaryrefslogtreecommitdiffstats
path: root/Create.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mdadm: drop auto= supportMariusz Tkaczyk2024-11-051-1/+1
* mdadm: add xmalloc.hMariusz Tkaczyk2024-09-271-1/+3
* mdadm: Create.c fix coverity issuesNigel Croxon2024-07-051-3/+3
* mdadm: Fix socket connection failure when mdmon runs in foreground mode.Shminderjit Singh2024-07-021-2/+4
* mdadm: Block SIGCHLD processes before starting childrenLogan Gunthorpe2024-06-131-0/+1
* mdadm: Fix hang race condition in wait_for_zero_forks()Logan Gunthorpe2024-06-131-13/+15
* imsm: support RAID 10 with more than 4 drivesMateusz Kusiak2024-05-071-1/+8
* Create.c: fix uclibc buildFabrice Fontaine2024-04-151-0/+4
* Create: Use device policiesMariusz Tkaczyk2024-03-111-6/+25
* mdadm: introduce sysfs_get_container_devnm()Mariusz Tkaczyk2024-03-111-11/+10
* Create: add_disk_to_super() fix resource leakMateusz Kusiak2024-02-231-1/+5
* Replace "none" with macroMateusz Kusiak2024-01-241-1/+1
* udev: Move udev_block() and udev_unblock() into udev.cMateusz Grzonka2023-11-211-0/+1
* mdadm: set ident.devname if applicableMariusz Tkaczyk2023-10-261-19/+16
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-4/+3
* Bump minimum kernel version to 2.6.32Jes Sorensen2023-04-101-5/+0
* Create: Fix checking for container in update_metadataMateusz Grzonka2023-03-231-1/+1
* mdadm: Add --write-zeros option for CreateLogan Gunthorpe2023-03-131-2/+174
* mdadm: Introduce pr_info()Logan Gunthorpe2023-03-131-3/+4
* Create: Factor out add_disks() helpersLogan Gunthorpe2023-03-131-169/+213
* Create: remove safe_mode_delay local variableLogan Gunthorpe2023-03-131-3/+1
* Create: goto abort_locked instead of return 1 in error pathLogan Gunthorpe2023-03-131-1/+1
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-3/+3
* mdadm: move data_offset to struct shapeMariusz Tkaczyk2022-08-231-8/+8
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-051-1/+1
* Create, Build: use default_layout()Mariusz Tkaczyk2022-04-051-26/+41
* disallow create or grow clustered bitmap with writemostly setNigel Croxon2021-10-081-2/+7
* Fix error message when creating raid 4, 5 and 10Mateusz Grzonka2021-10-081-1/+1
* Add error handling for chunk size in RAID1Mateusz Grzonka2021-07-161-3/+2
* Create: Block automatic enabling bitmap for external metadataJakub Radtke2021-03-091-0/+1
* Enable bitmap support for external metadataJakub Radtke2021-03-091-0/+12
* Create.c: close mdfd and generate ueventMariusz Tkaczyk2020-11-261-5/+2
* Don't create bitmap for raid5 with journal diskXiao Ni2020-10-141-0/+1
* Create: add support for RAID0 layouts.NeilBrown2019-12-021-0/+11
* Create: Block rounding size to maxMariusz Tkaczyk2019-04-101-3/+20
* Fix spelling typos.Dimitri John Ledkov2019-02-111-1/+1
* imsm: Allow create RAID volume with link to containerMichal Zylowski2018-04-101-1/+1
* Subdevs can't be all missing when create raid deviceXiao Ni2018-01-261-0/+4
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-13/+10
* Create: tell udev md device is not ready when first created.NeilBrown2017-05-021-1/+8
* Create: Remove all attemps to handle md driver older than 0.90.03Jes Sorensen2017-04-051-25/+5
* Create: Fixup various whitespace issuesJes Sorensen2017-04-051-26/+24
* Create: Fixup bad placement of logical || && in multi-line if statementsJes Sorensen2017-04-051-17/+11
* mdadm/Create: declaring an existing struct within same functionZhilong Liu2017-04-051-6/+6
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-2/+8
* util: Introduce md_get_array_info()Jes Sorensen2017-03-291-3/+2
* super1: PPL supportArtur Paszkiewicz2017-03-291-0/+2
* Generic support for --consistency-policy and PPLArtur Paszkiewicz2017-03-291-4/+14
* Introduce enum flag_mode for setting and clearing flags.NeilBrown2016-11-291-2/+2
* Add failfast support.NeilBrown2016-11-281-0/+2