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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
test: udev-settle before testing device.
NeilBrown
2009-10-19
1
-0
/
+1
|
*
mdadm(8): fix spurious space after -e header
Mike Frysinger
2009-10-19
1
-1
/
+1
|
*
Monitor: add option to specify rebuild increments
Zdenek Behan
2009-10-19
5
-17
/
+36
|
*
mdmon: lock current memory as well as future memory.
NeilBrown
2009-10-19
1
-1
/
+1
|
*
Merge git://github.com/djbw/mdadm
NeilBrown
2009-10-19
14
-289
/
+780
|
|
\
|
|
*
mdmon: preserve socket over chroot
Dan Williams
2009-10-13
6
-12
/
+26
|
|
*
mdmon: exec(2) when the switchroot argument is not "/"
Dan Williams
2009-10-13
1
-0
/
+23
|
|
*
mdmon: avoid writes in the startup path for mdmon on root arrays
Dan Williams
2009-10-13
2
-46
/
+38
|
|
*
Detail: export MD_UUID from mapfile
Dan Williams
2009-10-13
3
-4
/
+14
|
|
*
imsm: regression test for prodigal array member scenario
Dan Williams
2009-10-13
2
-0
/
+78
|
|
*
imsm: add --update=uuid support
Dan Williams
2009-10-13
3
-12
/
+47
|
|
*
ddf: prevent superblock being zeroed on --update
Dan Williams
2009-10-13
1
-8
/
+19
|
|
*
imsm: fix/support --update
Dan Williams
2009-10-13
1
-28
/
+26
|
|
*
imsm: fix spare record writeout race
Dan Williams
2009-10-13
1
-24
/
+35
|
|
*
imsm: disambiguate family_num
Dan Williams
2009-09-30
1
-132
/
+448
|
|
*
imsm: kill close() of component device
Dan Williams
2009-09-30
1
-3
/
+1
|
|
*
imsm: cleanup disk status tests
Dan Williams
2009-09-28
1
-24
/
+29
*
|
|
Grow: update backup-metadata mtime every time we write it.
NeilBrown
2009-10-22
1
-2
/
+4
*
|
|
Compile fixes for mdassemble
NeilBrown
2009-10-20
2
-0
/
+4
*
|
|
Grow: reject raid-disks reduction in RAID5 etc before 2.6.32
NeilBrown
2009-10-20
1
-1
/
+9
*
|
|
Assemble: print more verbose messages about restarting a reshape
NeilBrown
2009-10-20
3
-20
/
+63
*
|
|
Add missing 'continue' in Grow_restart.
NeilBrown
2009-10-20
1
-0
/
+1
*
|
|
tests/imsm: allow for rounding of array size.
NeilBrown
2009-10-16
2
-0
/
+8
*
|
|
Test different r5/r6 layouts.
NeilBrown
2009-10-16
5
-3
/
+155
*
|
|
restripe: fix assignment of raid6 blocks for syndrome calculation.
NeilBrown
2009-10-16
1
-8
/
+19
*
|
|
Handle negative delta_disks in super0 and super1.
NeilBrown
2009-10-16
2
-16
/
+19
*
|
|
Grow_restart to handle reducing number of devices in an array.
NeilBrown
2009-10-16
1
-10
/
+31
*
|
|
Grow: don't make 'blocks' too large during in-place reshape.
NeilBrown
2009-10-16
1
-3
/
+7
*
|
|
restripe: fix compile warning.
NeilBrown
2009-10-12
1
-1
/
+1
*
|
|
test changelevel: add tests for changing degraded arrays.
NeilBrown
2009-10-12
1
-0
/
+56
*
|
|
restripe : various fixed for RAID6 2-failure recovery.
NeilBrown
2009-10-12
1
-12
/
+40
*
|
|
Test level changes and related reshaping.
NeilBrown
2009-10-12
2
-1
/
+54
*
|
|
Grow: ignore error from final wait_backup
NeilBrown
2009-10-12
1
-12
/
+8
*
|
|
Grow: make sure bsb2 is properly aligned
NeilBrown
2009-10-12
1
-3
/
+2
*
|
|
testreshape5 - add tests for RAID6
NeilBrown
2009-10-12
1
-5
/
+12
*
|
|
Merge branch 'master' into devel-3.1
NeilBrown
2009-10-01
74
-2766
/
+1054
|
\
|
|
|
*
|
Fix null-dereference in set_member_info
NeilBrown
2009-10-01
1
-6
/
+9
|
*
|
Add missing space in "--detail --brief" output.
NeilBrown
2009-10-01
1
-2
/
+2
|
|
/
|
*
Release mdadm-3.0.2
NeilBrown
2009-09-25
8
-5
/
+31
|
*
super0: fix crash on assemble if homehost is not set.
NeilBrown
2009-09-25
1
-3
/
+7
|
*
Release mdadm-3.0.1
NeilBrown
2009-09-25
8
-6
/
+34
|
*
testreshape5 - flush devices between tests.
NeilBrown
2009-09-25
1
-0
/
+1
|
*
Merge branch 'master' of git://github.com/djbw/mdadm
NeilBrown
2009-09-25
5
-18
/
+36
|
|
\
|
|
*
mdmon: fix freeing unallocated memory
Hans de Goede
2009-09-24
1
-1
/
+1
|
|
*
imsm: clear CONFIGURED_DISK for failed drives
Dan Williams
2009-09-15
1
-0
/
+1
|
|
*
imsm: kill USABLE_DISK flag
Dan Williams
2009-09-15
1
-8
/
+4
|
|
*
Examine: don't count containers as spares
Dan Williams
2009-09-15
1
-1
/
+2
|
|
*
Detail: fix for an imsm container with a spare
Dan Williams
2009-09-15
2
-1
/
+16
|
|
*
Examine: fixup output in the presence of containers with spares
Dan Williams
2009-09-15
1
-3
/
+9
|
|
*
imsm: fix spare promotion
Dan Williams
2009-09-15
1
-4
/
+3
[prev]
[next]