summaryrefslogtreecommitdiff
path: root/Assemble.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-30/+14
* Assemble: Only fail auto-assemble in face of mdadm.conf conflicts.NeilBrown2014-07-291-21/+26
* IMSM: Add warning message when assemble spanned containerPawel Baldysiak2014-07-081-0/+16
* Incremental: remove old devices when assembling in container.NeilBrown2014-06-051-4/+19
* Grow: fix resent grow_continue breakage.NeilBrown2014-05-221-2/+2
* Grow: store a link to current backup file in /run/mdadm or similar.NeilBrown2014-05-151-1/+3
* Assemble: change load_devices to return most_recent 'st' value.NeilBrown2014-02-251-1/+5
* Assemble: re-arrange freeing of 'tst' in load_devices().NeilBrown2014-02-251-8/+11
* Assemble: allow load_devices to change the 'st' which is passed in.NeilBrown2014-02-251-2/+8
* Assemble: avoid infinite loop when auto-assembling partial container.NeilBrown2014-01-201-0/+4
* Assemble/Incremental: don't hold O_EXCL on mddev after assembly.NeilBrown2013-12-051-0/+1
* Incremental: add --export handling.NeilBrown2013-11-281-5/+14
* Restructure assemble_container_content and improve messages.NeilBrown2013-11-281-77/+99
* Assembe: fix bug in force_array - it wasn't forcing properly.NeilBrown2013-10-221-3/+7
* Make -IRs and --run work properly for containers.NeilBrown2013-09-131-1/+1
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* Assemble: don't ever consider a 'spare' to be the 'most recent'.NeilBrown2013-09-021-5/+8
* Don't set 'hold' option for mdstat_read if not needed.NeilBrown2013-07-101-1/+1
* Assemble: avoid a consistency check when --force is given.NeilBrown2013-07-081-1/+1
* Assemble: improve messages when restarting a reshape.NeilBrown2013-07-021-0/+9
* Assemble: ignore devices= if container= is present.NeilBrown2013-07-021-22/+25
* Assemble: write raid-disks should be less fatal.NeilBrown2013-07-021-0/+1
* Assemble: remove some stray tracing.NeilBrown2013-06-271-2/+0