summaryrefslogtreecommitdiff
path: root/Incremental.c
Commit message (Expand)AuthorAge
* Assemble/Incremental: don't hold O_EXCL on mddev after assembly.NeilBrown2013-12-05
* Incremental: improve support for "DEVICE" based restriction in mdadm.confNeilBrown2013-12-03
* Incremental: add --export handling.NeilBrown2013-11-28
* Incremental: don't abort container if one member explicitly disabled.NeilBrown2013-11-28
* Incremental: remove test that can never succeed.NeilBrown2013-11-28
* Make -IRs and --run work properly for containers.NeilBrown2013-09-13
* Release mdadm-3.3NeilBrown2013-09-03
* Change "mdadm --run" to use the same code as "mdadm --IRs".NeilBrown2013-08-26
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-19
* Assemble/Incr: Don't include spares with too-high event count.NeilBrown2013-06-17
* Incremental: allow --quiet to silence from errors from "-If"NeilBrown2013-05-29
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-21
* Incremental: remove partitions when assembling.NeilBrown2013-05-14
* Incrmental: tell udevs to unmount when array looks to have disappeared.NeilBrown2013-05-13
* Enhance incremental removal.NeilBrown2013-03-05
* Discard devnum in favour of devnmNeilBrown2013-02-21
* Incremental: allow recently removed device to be added as a spare.NeilBrown2012-11-20
* IMSM - allow assembling any imsm array even without OROM.NeilBrown2012-11-20
* Incremental: support replacement devices.NeilBrown2012-10-24
* Fix up interactions between --assemble and --incrementalNeilBrown2012-10-10
* New RESHAPE_NO_BACKUP flag to track when backup action is needed.NeilBrown2012-10-04
* Add data_offset arg to ->avail_sizeNeilBrown2012-10-04
* Minor cosmetic fixes in various files.NeilBrown2012-08-13
* Change Incremental and related functions to take struct contextNeilBrown2012-07-09
* Assemble: allow arrays to be assembled read-only.NeilBrown2012-07-09
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Remove re_add flag in favour of new disposition.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* Incremental: fix adding devices with --incrementalNeilBrown2012-03-22
* avoid double-free upon "old buggy kernel" sysfs_read failureJim Meyering2012-02-22
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-07
* fix: container creation with --incremental used.Lukasz Dorau2012-01-12
* Assemble: make some plurals conditional.NeilBrown2011-12-23
* Incremental: make sure container name appears in /devNeilBrown2011-12-23
* array_try_spare(): open_dev() returns -1 on error, not zeroJes Sorensen2011-11-03
* IncrementalScan(): Fix memory leakJes Sorensen2011-11-02
* Incremental(): Check return value of dev_open() before trying to use itJes Sorensen2011-11-02
* Incremental: Fix a merge error in recent patchNeilBrown2011-11-01
* partition_try_spare() use closedir() to release DIR * returned by opendir()Jes Sorensen2011-11-01
* Fix memory leak of 'st3' in array_try_spare()Jes Sorensen2011-11-01
* Remove duplicated code: search_mdstat and conf_matchNeilBrown2011-11-01
* kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadataLabun, Marcin2011-10-31
* Incremental() lock error handlingJes Sorensen2011-10-22
* array_try_spare(): missing map_unlock()Jes Sorensen2011-10-22
* Don't tell sysfs to launch the container as we are doing it ourselvesJes Sorensen2011-10-22
* Remove race for starting container devices.Jes Sorensen2011-10-22
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-03
* fix: correct unlocking of map fileLukasz Dorau2011-10-03
* Discourage large devices from being added to 0.90 arrays.NeilBrown2011-09-08
* FIX: Prevent using null list pointerNeilBrown2011-09-07