index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Incremental.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid double-free upon "old buggy kernel" sysfs_read failure
Jim Meyering
2012-02-21
1
-1
/
+0
*
Remove avail_disks arg from 'enough'.
NeilBrown
2012-02-07
1
-1
/
+1
*
fix: container creation with --incremental used.
Lukasz Dorau
2012-01-12
1
-2
/
+1
*
Assemble: make some plurals conditional.
NeilBrown
2011-12-23
1
-2
/
+3
*
Incremental: make sure container name appears in /dev
NeilBrown
2011-12-23
1
-0
/
+1
*
array_try_spare(): open_dev() returns -1 on error, not zero
Jes Sorensen
2011-11-02
1
-1
/
+1
*
IncrementalScan(): Fix memory leak
Jes Sorensen
2011-11-02
1
-0
/
+1
*
Incremental(): Check return value of dev_open() before trying to use it
Jes Sorensen
2011-11-02
1
-0
/
+6
*
Incremental: Fix a merge error in recent patch
NeilBrown
2011-11-01
1
-6
/
+1
*
partition_try_spare() use closedir() to release DIR * returned by opendir()
Jes Sorensen
2011-11-01
1
-0
/
+2
*
Fix memory leak of 'st3' in array_try_spare()
Jes Sorensen
2011-11-01
1
-1
/
+3
*
Remove duplicated code: search_mdstat and conf_match
NeilBrown
2011-11-01
1
-80
/
+2
*
kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadata
Labun, Marcin
2011-10-31
1
-9
/
+23
*
Incremental() lock error handling
Jes Sorensen
2011-10-22
1
-13
/
+14
*
array_try_spare(): missing map_unlock()
Jes Sorensen
2011-10-22
1
-0
/
+1
*
Don't tell sysfs to launch the container as we are doing it ourselves
Jes Sorensen
2011-10-22
1
-1
/
+0
*
Remove race for starting container devices.
Jes Sorensen
2011-10-22
1
-15
/
+17
*
Do not continue reshape during initrd phase
Adam Kwolek
2011-10-03
1
-6
/
+10
*
fix: correct unlocking of map file
Lukasz Dorau
2011-10-02
1
-0
/
+3
*
Discourage large devices from being added to 0.90 arrays.
NeilBrown
2011-09-08
1
-4
/
+4
*
FIX: Prevent using null list pointer
NeilBrown
2011-09-07
1
-1
/
+1
*
Fix some compiler warnings.
Luca Berra
2011-06-17
1
-1
/
+1
*
Incr: fix breakage in count_active.
NeilBrown
2011-06-15
1
-1
/
+2
*
getinfo_super now clears the 'info' structure before filling it in.
NeilBrown
2011-06-08
1
-3
/
+0
*
Release 3.2.1
mdadm-3.2.1
NeilBrown
2011-03-28
1
-1
/
+1
*
FIX: ping_monitor() usage causes memory leaks
Adam Kwolek
2011-03-18
1
-6
/
+4
*
Run Grow_restart/Grow_continue when assembling the content of a container.
NeilBrown
2011-03-08
1
-1
/
+1
*
Continue reshape after assembling array
Adam Kwolek
2011-03-02
1
-0
/
+1
*
FIX: Seg Fault in incremental if BBM log detected
Krzysztof Wojcik
2011-02-18
1
-1
/
+3
*
Various compile fixes.
NeilBrown
2011-02-01
1
-3
/
+6
*
Allow domain_test to report that no domains were found.
NeilBrown
2011-02-01
1
-3
/
+3
*
Incr: don't exclude 'active' devices from auto inclusion in a container.
NeilBrown
2011-02-01
1
-12
/
+7
*
Incremental: move suitable spares to container when subarrays started.
Anna Czarnowska
2011-01-05
1
-0
/
+50
*
Consider target only for spare-same-domain
Przemyslaw Czarnowski
2010-12-26
1
-1
/
+2
*
Validate size of potential spare disk for external metadata (with containers)
Przemyslaw Czarnowski
2010-12-26
1
-1
/
+20
*
Skip domain check for spare-same-slot
Przemyslaw Czarnowski
2010-12-26
1
-9
/
+10
*
Added test for array degradation for spare-same-slot
Przemyslaw Czarnowski
2010-12-26
1
-1
/
+3
*
external: get number of failed disks for container
Przemyslaw Czarnowski
2010-12-26
1
-1
/
+32
*
FIX: Bad block verification during assembling array
Krzysztof Wojcik
2010-12-26
1
-0
/
+6
*
fix: incremental for bare disks returns invalid value
Przemyslaw Czarnowski
2010-12-20
1
-2
/
+2
*
fix: adding spare via incremental do not trigger recovery
Przemyslaw Czarnowski
2010-12-20
1
-0
/
+9
*
Allow --update=devicesize with --re-add
NeilBrown
2010-12-09
1
-4
/
+5
*
fix: incremental on invalid container causes segfault
Hawrylewicz Czarnowski, Przemyslaw
2010-12-07
1
-1
/
+1
*
Incremental - avoid including wayward devices.
NeilBrown
2010-11-28
1
-18
/
+62
*
Incr: reduce the number of times we load data from sysfs.
NeilBrown
2010-11-25
1
-13
/
+24
*
Add action=spare-same-slot policy.
NeilBrown
2010-11-22
1
-18
/
+78
*
incr/spare: recheck allowed action for each metadata.
NeilBrown
2010-11-22
1
-0
/
+10
*
Incr/spare: make sure failure to identify metadata if handled gracefully.
NeilBrown
2010-11-22
1
-0
/
+7
*
Incr: fix up return value in try_spare
NeilBrown
2010-11-22
1
-2
/
+2
*
Factor out is_bare test.
NeilBrown
2010-11-22
1
-19
/
+29
[next]