summaryrefslogtreecommitdiffstats
path: root/bitmap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-21DDF: add data-offset information to --examine output.NeilBrown1-0/+1
2014-05-21DDF: split up ddf_process_updateNeilBrown1-264/+297
2014-05-21tests: handle change to DDF assembly.NeilBrown1-10/+13
2014-05-21tests: handle new raid10/ddf geometries.NeilBrown1-12/+12
2014-05-21DDF: add support of --data-offset when creating array.NeilBrown2-12/+16
2014-05-21DDF: factor out common code for search through extents.NeilBrown1-90/+62
2014-05-21DDF: allow for unused slots when creating map list for getinfo_super_ddf.NeilBrown1-4/+8
2014-05-21DDF: DDF_Missing devices should not be reported as 'working' by getinfo_super...NeilBrown1-1/+2
2014-05-21DDF: remove old and wrong comment about settinig raid_disk.NeilBrown1-1/+1
2014-05-21DDF: provide simple detail_super() implementation.NeilBrown1-6/+8
2014-05-21DDF: support more RAID10 levels.NeilBrown1-3/+31
2014-05-21DDF: explain why spare_refs are ignored.NeilBrown1-1/+4
2014-05-21DDF: use array_size from metadata.NeilBrown1-1/+1
2014-05-21DDF: set utime for container from timestamp is superblock.NeilBrown1-2/+2
2014-05-21DDF: don't assume the anchor is fully up-to-date.NeilBrown1-1/+1
2014-05-21DDF: update timestamp/seqnum for virtual disks when config changes.NeilBrown1-20/+26
2014-05-21DDF: update timestamp in DDF header.NeilBrown1-0/+1
2014-05-21DDF: avoid ref outside array in getinfo_super_ddf_bvdNeilBrown1-4/+4
2014-05-21DDF: examine_pds to also list devices that aren't in the metadata.NeilBrown1-0/+20
2014-05-21DDF: fix usage of ->used_pdesNeilBrown1-7/+14
2014-05-21DDF: more guards against pdnum being negative.NeilBrown1-3/+3
2014-05-20Reshape: use systemd to continue containers as well as native arrays.NeilBrown1-0/+4
2014-05-20Grow: split continue_via_systemd into a separate function.NeilBrown1-47/+48
2014-05-20Grow: add 'forked' option to reshape_container.NeilBrown1-7/+7
2014-05-15Grow: try to let "--grow --continue" from systemd complete a reshape.NeilBrown3-2/+76
2014-05-15Grow: store a link to current backup file in /run/mdadm or similar.NeilBrown3-4/+59
2014-05-01Create: don't default to bitmap=internal when it is not supportedArtur Paszkiewicz1-0/+1
2014-05-01Fix race between --create and --incrementalArtur Paszkiewicz1-14/+15
2014-04-08systemd: various fixes for boot with container-arrays.NeilBrown4-2/+19
2014-04-02DDF: Don't fail compare_super_ddf due to re-configure changes.NeilBrown1-33/+11
2014-04-02DDF: fix possible mdmon crash when updating metadata.NeilBrown1-1/+1
2014-04-02DDF: guard against ->pdnum being negative.NeilBrown1-6/+16
2014-04-01DDF: mark missing-on-assembly device properly.NeilBrown1-3/+28
2014-04-01DDF: Fix assorted typos and do some reformatting.NeilBrown2-142/+151
2014-03-31raid6check.c: move manual repair code to separate functionPiergiorgio Sartor1-84/+110
2014-03-31raid6check.c: move autorepair code to separate functionPiergiorgio Sartor1-49/+65
2014-03-31raid6check.c: lock the stripe until necessaryPiergiorgio Sartor1-58/+58
2014-03-26ddf-sudden-degraded test fix.NeilBrown1-1/+2
2014-03-26DDF: when first activating an array, record any missing devices.NeilBrown1-0/+28
2014-03-26DDF: report seq counter as events.NeilBrown1-7/+4
2014-03-19Work around architectures having statfs.f_type defined as longJes Sorensen1-1/+5