summaryrefslogtreecommitdiff
path: root/Incremental.c
Commit message (Expand)AuthorAgeFilesLines
* Skip clustered devices in incrementalGuoqing Jiang2015-06-171-0/+5
* IncRemove: Set "auto-read" only after successful excl open.Pawel Baldysiak2015-03-041-6/+10
* IncrementalScan(): Make sure 'st' is valid before dereferencing itJes Sorensen2015-03-041-1/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-29/+14
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-2/+2
* Change way of printing name of a processPawel Baldysiak2015-02-121-2/+2
* Incremental: don't be distracted by partition table when calling try_spare.NeilBrown2014-11-051-2/+2
* Assemble/Incremental: don't hold O_EXCL on mddev after assembly.NeilBrown2013-12-051-3/+7
* Incremental: improve support for "DEVICE" based restriction in mdadm.confNeilBrown2013-12-031-2/+16
* Incremental: add --export handling.NeilBrown2013-11-281-8/+56
* Incremental: don't abort container if one member explicitly disabled.NeilBrown2013-11-281-1/+1
* Incremental: remove test that can never succeed.NeilBrown2013-11-281-5/+0
* Make -IRs and --run work properly for containers.NeilBrown2013-09-131-8/+45
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* Change "mdadm --run" to use the same code as "mdadm --IRs".NeilBrown2013-08-261-2/+6
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-191-2/+1
* Assemble/Incr: Don't include spares with too-high event count.NeilBrown2013-06-171-0/+8
* Incremental: allow --quiet to silence from errors from "-If"NeilBrown2013-05-291-3/+5
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-211-4/+3
* Incremental: remove partitions when assembling.NeilBrown2013-05-141-0/+2
* Incrmental: tell udevs to unmount when array looks to have disappeared.NeilBrown2013-05-131-1/+22
* Enhance incremental removal.NeilBrown2013-03-051-7/+30
* Discard devnum in favour of devnmNeilBrown2013-02-211-29/+28
* Incremental: allow recently removed device to be added as a spare.NeilBrown2012-11-201-2/+14
* IMSM - allow assembling any imsm array even without OROM.NeilBrown2012-11-201-0/+3
* Incremental: support replacement devices.NeilBrown2012-10-241-2/+4
* Fix up interactions between --assemble and --incrementalNeilBrown2012-10-101-1/+17
* New RESHAPE_NO_BACKUP flag to track when backup action is needed.NeilBrown2012-10-041-0/+11
* Add data_offset arg to ->avail_sizeNeilBrown2012-10-041-1/+5
* Minor cosmetic fixes in various files.NeilBrown2012-08-131-10/+9
* Change Incremental and related functions to take struct contextNeilBrown2012-07-091-55/+43
* Assemble: allow arrays to be assembled read-only.NeilBrown2012-07-091-5/+8
* Remove scattered checks for malloc success.NeilBrown2012-07-091-7/+3
* Remove re_add flag in favour of new disposition.NeilBrown2012-07-091-1/+0
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-105/+82
* Incremental: fix adding devices with --incrementalNeilBrown2012-03-221-4/+4
* avoid double-free upon "old buggy kernel" sysfs_read failureJim Meyering2012-02-221-1/+0
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-071-1/+1
* fix: container creation with --incremental used.Lukasz Dorau2012-01-121-2/+1
* Assemble: make some plurals conditional.NeilBrown2011-12-231-2/+3
* Incremental: make sure container name appears in /devNeilBrown2011-12-231-0/+1
* array_try_spare(): open_dev() returns -1 on error, not zeroJes Sorensen2011-11-031-1/+1
* IncrementalScan(): Fix memory leakJes Sorensen2011-11-021-0/+1
* Incremental(): Check return value of dev_open() before trying to use itJes Sorensen2011-11-021-0/+6
* Incremental: Fix a merge error in recent patchNeilBrown2011-11-011-6/+1
* partition_try_spare() use closedir() to release DIR * returned by opendir()Jes Sorensen2011-11-011-0/+2
* Fix memory leak of 'st3' in array_try_spare()Jes Sorensen2011-11-011-1/+3
* Remove duplicated code: search_mdstat and conf_matchNeilBrown2011-11-011-80/+2
* kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadataLabun, Marcin2011-10-311-9/+23
* Incremental() lock error handlingJes Sorensen2011-10-221-13/+14