index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release mdadm-3.3.1
mdadm-3.3.1
NeilBrown
2014-06-05
7
-7
/
+45
*
Make sure "make everything" builds again.
NeilBrown
2014-06-05
3
-6
/
+10
*
Incremental: remove old devices when assembling in container.
NeilBrown
2014-06-05
1
-4
/
+19
*
imsm: retry load_and_parse_mpb if we suspect mdmon has made modifications
Artur Paszkiewicz
2014-06-03
1
-0
/
+17
*
Grow: Do not fork via systemd if freeze_reshape is set
Baldysiak, Pawel
2014-06-02
1
-1
/
+1
*
Grow: Use 'forked' also for reshape_container in Grow_continue
Baldysiak, Pawel
2014-06-02
1
-1
/
+1
*
Do not set default 'before.layout' when reshaping from RAID4 to RAID4
Baldysiak, Pawel
2014-06-02
1
-1
/
+0
*
mdcheck: don't pass the '+' to "date".
NeilBrown
2014-05-26
1
-2
/
+2
*
DDF: remove "BVD xx is missing".
NeilBrown
2014-05-22
1
-1
/
+1
*
install: use BINDIR consistently to locate mdadm and mdmon
NeilBrown
2014-05-22
10
-20
/
+32
*
mdcheck: new script to help with regular checks of md arrays.
NeilBrown
2014-05-22
1
-0
/
+158
*
MISC: add --action option to set or abort check/repair.
NeilBrown
2014-05-22
4
-0
/
+73
*
--examine-bitmap: give useful message if no bitmap found on md array.
NeilBrown
2014-05-22
1
-13
/
+25
*
mdadm: Do not reimplment offsetof
Cristian RodrÃguez
2014-05-22
3
-11
/
+3
*
Grow: fix resent grow_continue breakage.
NeilBrown
2014-05-22
3
-6
/
+6
*
DDF: remove some pointless code in validate_geometry
NeilBrown
2014-05-21
1
-9
/
+1
*
DDF: remove a FIXME comment that doesn't seem to mean anything.
NeilBrown
2014-05-21
1
-1
/
+0
*
DDF: remove 'FIXME' comment that doesn't need fixing.
NeilBrown
2014-05-21
1
-2
/
+3
*
DDF: ensure dl->devname is freed when processing a 'delete device' update.
NeilBrown
2014-05-21
1
-3
/
+3
*
DDF: remove old comment about looking for spares.
NeilBrown
2014-05-21
1
-1
/
+0
*
DDF: remove an old incorrect FIXME comment.
NeilBrown
2014-05-21
1
-1
/
+3
*
DDF: add data-offset information to --examine output.
NeilBrown
2014-05-21
1
-0
/
+1
*
DDF: split up ddf_process_update
NeilBrown
2014-05-21
1
-264
/
+297
*
tests: handle change to DDF assembly.
NeilBrown
2014-05-21
1
-10
/
+13
*
tests: handle new raid10/ddf geometries.
NeilBrown
2014-05-21
1
-12
/
+12
*
DDF: add support of --data-offset when creating array.
NeilBrown
2014-05-21
2
-12
/
+16
*
DDF: factor out common code for search through extents.
NeilBrown
2014-05-21
1
-90
/
+62
*
DDF: allow for unused slots when creating map list for getinfo_super_ddf.
NeilBrown
2014-05-21
1
-4
/
+8
*
DDF: DDF_Missing devices should not be reported as 'working' by getinfo_super...
NeilBrown
2014-05-21
1
-1
/
+2
*
DDF: remove old and wrong comment about settinig raid_disk.
NeilBrown
2014-05-21
1
-1
/
+1
*
DDF: provide simple detail_super() implementation.
NeilBrown
2014-05-21
1
-6
/
+8
*
DDF: support more RAID10 levels.
NeilBrown
2014-05-21
1
-3
/
+31
*
DDF: explain why spare_refs are ignored.
NeilBrown
2014-05-21
1
-1
/
+4
*
DDF: use array_size from metadata.
NeilBrown
2014-05-21
1
-1
/
+1
*
DDF: set utime for container from timestamp is superblock.
NeilBrown
2014-05-21
1
-2
/
+2
*
DDF: don't assume the anchor is fully up-to-date.
NeilBrown
2014-05-21
1
-1
/
+1
*
DDF: update timestamp/seqnum for virtual disks when config changes.
NeilBrown
2014-05-21
1
-20
/
+26
*
DDF: update timestamp in DDF header.
NeilBrown
2014-05-21
1
-0
/
+1
*
DDF: avoid ref outside array in getinfo_super_ddf_bvd
NeilBrown
2014-05-21
1
-4
/
+4
*
DDF: examine_pds to also list devices that aren't in the metadata.
NeilBrown
2014-05-21
1
-0
/
+20
*
DDF: fix usage of ->used_pdes
NeilBrown
2014-05-21
1
-7
/
+14
*
DDF: more guards against pdnum being negative.
NeilBrown
2014-05-21
1
-3
/
+3
*
Reshape: use systemd to continue containers as well as native arrays.
NeilBrown
2014-05-20
1
-0
/
+4
*
Grow: split continue_via_systemd into a separate function.
NeilBrown
2014-05-20
1
-47
/
+48
*
Grow: add 'forked' option to reshape_container.
NeilBrown
2014-05-20
1
-7
/
+7
*
Grow: try to let "--grow --continue" from systemd complete a reshape.
NeilBrown
2014-05-15
3
-2
/
+76
*
Grow: store a link to current backup file in /run/mdadm or similar.
NeilBrown
2014-05-15
3
-4
/
+59
*
Create: don't default to bitmap=internal when it is not supported
Artur Paszkiewicz
2014-05-01
1
-0
/
+1
*
Fix race between --create and --incremental
Artur Paszkiewicz
2014-05-01
1
-14
/
+15
*
systemd: various fixes for boot with container-arrays.
NeilBrown
2014-04-08
4
-2
/
+19
[next]