summaryrefslogtreecommitdiff
path: root/Create.c
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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
* mdadm: Make add_internal_bitmap() return 0 on successJes Sorensen2016-05-121-3/+3
* Create: check the node nums when create clustered raidGuoqing Jiang2016-05-091-1/+6
* Create: minor fix when adding a journal deviceNeilBrown2016-01-141-2/+3
* Create: fix regression in setting raid_diskNeilBrown2016-01-141-1/+4
* Enable create array with write journal (--write-journal DEVICE).Song Liu2015-10-191-6/+14
* Increment version for clustered bitmapsGoldwyn Rodrigues2015-09-281-0/+2
* Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-0/+1
* Add nodes option while creating mdGuoqing Jiang2015-06-171-0/+1
* Create n bitmaps for clustered modeGuoqing Jiang2015-06-171-1/+2
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-30/+15
* DDF: add support of --data-offset when creating array.NeilBrown2014-05-211-0/+6
* Create: don't default to bitmap=internal when it is not supportedArtur Paszkiewicz2014-05-011-0/+1
* Fix race between --create and --incrementalArtur Paszkiewicz2014-05-011-14/+15
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* Make sure NOFILE resource limit is big enough.NeilBrown2013-05-301-1/+1
* Create: over-ride "start_ro" setting when creating an array.NeilBrown2013-05-151-0/+5
* create_mddev: add support for /dev/md_XXX non-numeric names.NeilBrown2013-05-151-3/+3
* Create: fix bug with --data-offset.NeilBrown2013-05-131-1/+1
* Create: default to bitmap=internal for large arrays.NeilBrown2013-03-051-0/+11
* Discard devnum in favour of devnmNeilBrown2013-02-211-26/+26
* Create.c: check if freesize is equal 0Lukasz Dorau2012-11-201-0/+5
* Replace a lot of leading spaces with tabs.NeilBrown2012-10-101-1/+1
* Allow data-offset to be specified per-device for createNeilBrown2012-10-041-3/+15
* Add --data-offset flag for Create and GrowNeilBrown2012-10-041-6/+6
* Add data_offset arg to ->init_super and use it in super1.cNeilBrown2012-10-041-1/+2
* Add data_offset arg to ->validate_geometry.NeilBrown2012-10-041-5/+10
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-041-1/+1
* Minor cosmetic fixes in various files.NeilBrown2012-08-131-6/+3
* Use new 'struct shape' to pass args to CreateNeilBrown2012-07-091-124/+121