summaryrefslogtreecommitdiff
path: root/Incremental.c
Commit message (Expand)AuthorAge
* 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
* Fix some compiler warnings.Luca Berra2011-06-17
* Incr: fix breakage in count_active.NeilBrown2011-06-15
* getinfo_super now clears the 'info' structure before filling it in.NeilBrown2011-06-08
* Release 3.2.1NeilBrown2011-03-28
* FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-18
* Run Grow_restart/Grow_continue when assembling the content of a container.NeilBrown2011-03-08
* Continue reshape after assembling arrayAdam Kwolek2011-03-02
* FIX: Seg Fault in incremental if BBM log detectedKrzysztof Wojcik2011-02-18
* Various compile fixes.NeilBrown2011-02-01