summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mdmon: allow prepare_update to report failure.NeilBrown2014-07-104-9/+16
* IMSM: Add warning message when assemble spanned containerPawel Baldysiak2014-07-084-0/+63
* mdmon: ensure Unix domain socket is created with safe permissions.NeilBrown2014-07-031-0/+1
* md.4: Make tables narrow enough to fit.NeilBrown2014-07-031-3/+3
* revised the documentation of RAID10 layoutsChristoph Anton Mitterer2014-07-031-26/+321
* Makefile: use "man -l" to format man pages.NeilBrown2014-07-031-6/+6
* mdadm.8: Fix typo in setting font.NeilBrown2014-07-031-1/+1
* mdadm.8: Fix typo in "no-bbl".NeilBrown2014-07-031-1/+1
* IMSM: use strcpy rather than pointless strncpy.NeilBrown2014-07-031-1/+1
* Grow: fix removal of line in wrong casePawel Baldysiak2014-06-121-1/+1
* Makefile: install mdadm-grow-continue@.serviceNeilBrown2014-06-101-1/+1
* Release mdadm-3.3.1mdadm-3.3.1NeilBrown2014-06-057-7/+45
* Make sure "make everything" builds again.NeilBrown2014-06-053-6/+10
* Incremental: remove old devices when assembling in container.NeilBrown2014-06-051-4/+19
* imsm: retry load_and_parse_mpb if we suspect mdmon has made modificationsArtur Paszkiewicz2014-06-031-0/+17
* Grow: Do not fork via systemd if freeze_reshape is setBaldysiak, Pawel2014-06-021-1/+1
* Grow: Use 'forked' also for reshape_container in Grow_continueBaldysiak, Pawel2014-06-021-1/+1
* Do not set default 'before.layout' when reshaping from RAID4 to RAID4Baldysiak, Pawel2014-06-021-1/+0
* mdcheck: don't pass the '+' to "date".NeilBrown2014-05-261-2/+2
* DDF: remove "BVD xx is missing".NeilBrown2014-05-221-1/+1
* install: use BINDIR consistently to locate mdadm and mdmonNeilBrown2014-05-2210-20/+32
* mdcheck: new script to help with regular checks of md arrays.NeilBrown2014-05-221-0/+158
* MISC: add --action option to set or abort check/repair.NeilBrown2014-05-224-0/+73
* --examine-bitmap: give useful message if no bitmap found on md array.NeilBrown2014-05-221-13/+25
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-223-11/+3
* Grow: fix resent grow_continue breakage.NeilBrown2014-05-223-6/+6
* DDF: remove some pointless code in validate_geometryNeilBrown2014-05-211-9/+1
* DDF: remove a FIXME comment that doesn't seem to mean anything.NeilBrown2014-05-211-1/+0
* DDF: remove 'FIXME' comment that doesn't need fixing.NeilBrown2014-05-211-2/+3
* DDF: ensure dl->devname is freed when processing a 'delete device' update.NeilBrown2014-05-211-3/+3
* DDF: remove old comment about looking for spares.NeilBrown2014-05-211-1/+0
* DDF: remove an old incorrect FIXME comment.NeilBrown2014-05-211-1/+3
* DDF: add data-offset information to --examine output.NeilBrown2014-05-211-0/+1
* DDF: split up ddf_process_updateNeilBrown2014-05-211-264/+297
* tests: handle change to DDF assembly.NeilBrown2014-05-211-10/+13
* tests: handle new raid10/ddf geometries.NeilBrown2014-05-211-12/+12
* DDF: add support of --data-offset when creating array.NeilBrown2014-05-212-12/+16
* DDF: factor out common code for search through extents.NeilBrown2014-05-211-90/+62
* DDF: allow for unused slots when creating map list for getinfo_super_ddf.NeilBrown2014-05-211-4/+8
* DDF: DDF_Missing devices should not be reported as 'working' by getinfo_super...NeilBrown2014-05-211-1/+2
* DDF: remove old and wrong comment about settinig raid_disk.NeilBrown2014-05-211-1/+1
* DDF: provide simple detail_super() implementation.NeilBrown2014-05-211-6/+8
* DDF: support more RAID10 levels.NeilBrown2014-05-211-3/+31
* DDF: explain why spare_refs are ignored.NeilBrown2014-05-211-1/+4
* DDF: use array_size from metadata.NeilBrown2014-05-211-1/+1
* DDF: set utime for container from timestamp is superblock.NeilBrown2014-05-211-2/+2
* DDF: don't assume the anchor is fully up-to-date.NeilBrown2014-05-211-1/+1
* DDF: update timestamp/seqnum for virtual disks when config changes.NeilBrown2014-05-211-20/+26
* DDF: update timestamp in DDF header.NeilBrown2014-05-211-0/+1
* DDF: avoid ref outside array in getinfo_super_ddf_bvdNeilBrown2014-05-211-4/+4