index
:
mdadm.git
auto-spare
devel-3.0
f8
f9
fedora-devel
for-neil
hotunplug
master
mdadm-2.6.7.x
stable-1
Official Fedora mdadm git repository cloned from upstream mdadm maintainer
Doug Ledford
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Incremental.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: add 'homehost' option to 'AUTO' line.
NeilBrown
2010-03-03
1
-13
/
+17
*
Update copyright dates and remove references to @cse.unsw.edu.au
NeilBrown
2009-06-02
1
-1
/
+1
*
Incr: use devname_matches to when looking in mdadm.conf for bitmap file
NeilBrown
2009-05-11
1
-1
/
+1
*
Incremental: fix uninitialised variable.
NeilBrown
2009-05-11
1
-2
/
+2
*
Incr: cope better with possibility that mp->path might be NULL
NeilBrown
2009-05-11
1
-17
/
+17
*
Be more consistent about keeping the host: prefix on array names.
NeilBrown
2009-05-11
1
-5
/
+7
*
Allow homehost to be largely ignored when assembling arrays.
NeilBrown
2009-05-11
1
-3
/
+8
*
Assemble/Incr : minor tidy up of setting 'trustworthy'.
NeilBrown
2009-05-11
1
-0
/
+2
*
conf/assemble: new config line "auto".
NeilBrown
2009-05-11
1
-0
/
+9
*
config: support "ARRAY <ignore> ..." lines in mdadm.conf
NeilBrown
2009-05-11
1
-1
/
+19
*
assemble: support arrays created with --homehost=any
NeilBrown
2009-05-11
1
-2
/
+3
*
Incremental - avoid NULL dereference.
NeilBrown
2009-04-07
1
-25
/
+27
*
Incremental: be more relaxed about member arrays not completely assembling.
NeilBrown
2009-04-07
1
-7
/
+10
*
wait_for improvement.
NeilBrown
2009-04-07
1
-3
/
+3
*
Incremental/container: don't create when we should just be opening.
NeilBrown
2009-03-10
1
-7
/
+10
*
Incremental: fix some handling of trustworthy.
NeilBrown
2009-03-10
1
-12
/
+14
*
Incremental: honor --no-degraded to delay assembly
Dan Williams
2009-02-24
1
-1
/
+4
*
Incremental: fix 'name_to_use' in the container case
Dan Williams
2009-02-24
1
-2
/
+9
*
Merge branch 'master' into devel-3.0
NeilBrown
2008-12-18
1
-53
/
+0
|
\
|
*
map: rebuild map if it doesn't exist.
NeilBrown
2008-12-18
1
-47
/
+0
*
|
Assemble: close mdfd before returning from assemble_container_content
NeilBrown
2008-11-07
1
-1
/
+0
*
|
Wait for name to appear after create/assemble etc.
NeilBrown
2008-11-04
1
-0
/
+2
*
|
Incrmental: cope with udev slowness and errors in map file.
NeilBrown
2008-11-04
1
-3
/
+10
*
|
Assemble: factor out assemble_container_content
Dan Williams
2008-11-04
1
-56
/
+5
*
|
Quiet unitialized variable warnings
Dan Williams
2008-11-04
1
-4
/
+3
*
|
Incremental: lock against multiple concurrent additions to an array.
NeilBrown
2008-11-04
1
-10
/
+18
*
|
Generate 'change' uevents when arrays change in non-obvious ways.
NeilBrown
2008-11-04
1
-0
/
+7
*
|
config: Support container=uuid as alternative to container=/dev/name in mdadm...
NeilBrown
2008-11-04
1
-5
/
+27
*
|
config: Don't require an array to have a device name.
NeilBrown
2008-11-04
1
-9
/
+15
*
|
Incremental: adjust to the new naming scheme.
NeilBrown
2008-11-04
1
-180
/
+50
*
|
Rename open_mddev to create_mddev
NeilBrown
2008-11-04
1
-3
/
+3
*
|
cleanup an unused call to container2devname
Dan Williams
2008-11-04
1
-19
/
+0
*
|
Merge branch 'master' into scratch-3.0
NeilBrown
2008-11-03
1
-2
/
+3
|
\
|
|
*
Incremental: change precedence order for autof setting.
NeilBrown
2008-11-03
1
-3
/
+4
*
|
Merge branch 'master' into devel-3.0
NeilBrown
2008-10-30
1
-13
/
+30
|
\
|
|
*
Incremental: allow assembly of foreign array.
NeilBrown
2008-10-30
1
-6
/
+12
|
*
Incremental: fix setting of 'autof' flag.
NeilBrown
2008-10-30
1
-4
/
+10
|
*
Fix --incremental assembly of partitions arrays.
NeilBrown
2008-10-30
1
-5
/
+5
|
*
Fix NULL pointer oops
Doug Ledford
2008-10-30
1
-4
/
+10
*
|
Preliminary -As support for container member arrays
Dan Williams
2008-10-28
1
-0
/
+6
*
|
Don't try to set_array_info when -I find new devices for an array.
NeilBrown
2008-09-18
1
-2
/
+10
*
|
Add support for assembling specific subarrays.
NeilBrown
2008-09-18
1
-3
/
+46
*
|
Report uuid in --detail --brief for ddf and intel
NeilBrown
2008-09-18
1
-2
/
+2
*
|
Use uuid as /dev name when assembling array of uncertain origin.
NeilBrown
2008-09-18
1
-18
/
+38
*
|
Allow metadata handler to report that it doesn't record homehost.
NeilBrown
2008-09-18
1
-1
/
+1
*
|
Lots of fixes to make incremental assembly of containers work.
NeilBrown
2008-09-18
1
-56
/
+93
*
|
Handle incremental assembly of containers.
NeilBrown
2008-09-18
1
-2
/
+11
*
|
Move calls to SET_ARRAY_INFO to common helper.
NeilBrown
2008-09-18
1
-26
/
+16
*
|
Factor out add-disk code
NeilBrown
2008-09-18
1
-12
/
+11
*
|
Honor safemode_delay at Create() and Incremental() time
Dan Williams
2008-09-15
1
-0
/
+1
[next]