summaryrefslogtreecommitdiff
path: root/Assemble.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assemble: assemble_container_content(): Avoid superfluous NULL initializationJes Sorensen2016-03-221-1/+1
* Assemble: Remove unnecesary NULL pointer checks when calling sysfs_free()Jes Sorensen2016-03-081-2/+1
* Release mdadm-3.4mdadm-3.4NeilBrown2016-01-281-1/+1
* super1: allow reshape that hasn't really started to be reverted.NeilBrown2016-01-281-1/+8
* fix bug in assembleSong Liu2015-12-091-1/+4
* mdadm: refactor write journal code in Assemble and IncrementalSong Liu2015-10-221-18/+6
* Assemble array with write journalSong Liu2015-10-191-11/+46
* Assemble: correctly capture error from ->write_bitmapNeilBrown2015-08-051-1/+1
* Merge branch 'mdadm-3.3.x'NeilBrown2015-08-031-1/+3
|\
| * Assemble: really don't assemble IMSM array without OROM.NeilBrown2015-08-031-1/+3
| * Assemble: don't assemble IMSM array without OROM.NeilBrown2015-08-031-1/+1
* | Assemble: don't assemble IMSM array without OROM.NeilBrown2015-07-291-1/+1
* | Merge branch 'cluster'NeilBrown2015-07-271-1/+7
|\ \ | |/ |/|
| * mdadm: change the num of cluster nodeGuoqing Jiang2015-06-171-0/+3
| * mdadm: add the ability to change cluster nameGuoqing Jiang2015-06-171-1/+4
* | Assemble: extend --homehost='<ignore>' to allow --name= to ignore homehostNeilBrown2015-07-241-6/+10
* | Assemble: improve tests for matching --name= request.NeilBrown2015-07-221-7/+12
* | Assemble: really ensure stripe_cache is bit enough to handle new chunk sizeNeilBrown2015-07-171-2/+2
* | Assemble: ensure stripe_cache is big enough to handle new chunk sizeNeilBrown2015-06-181-1/+5
|/
* Assemble: don't check for pre-existing array when updating uuid.NeilBrown2015-05-131-1/+4
* Assemble/force: make it possible to "force" a new device in a reshape.NeilBrown2015-04-081-5/+30
* Assemble: remove stray ':' from error message.NeilBrown2015-04-081-1/+1
* Revert "Assemble: support assembling of a RAID0 being reshaped."NeilBrown2015-04-081-3/+1
* Assemble: fix "no uptodate device" message.NeilBrown2015-04-081-1/+1
* Assemble: don't ignore the return value from stat.NeilBrown2015-03-041-7/+6