summaryrefslogtreecommitdiffstats
path: root/md_p.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-04Change 'size' argument to validate_geometry to be sectors, not KNeilBrown4-7/+8
2008-11-28Create: print message when preparing a container.NeilBrown1-1/+2
2008-11-27Assemble: allow --force to work even when event counts are 0.NeilBrown1-2/+0
2008-11-27Assemble: wait for device to appear via udevNeilBrown1-0/+1
2008-11-27imsm: fix metadata reservationDan Williams1-0/+7
2008-11-27Tidy error messages for add_to_super failure.NeilBrown3-7/+10
2008-11-27allow add_to_super to return errorsDan Williams7-18/+35
2008-11-27Support --wait-clean --scanDan Williams2-8/+17
2008-11-27some warn_unused_result fixupsDan Williams1-5/+9
2008-11-20Assemble: don't auto-assemble if any arrays are listed in mdadm.confNeilBrown1-2/+2
2008-11-20mdmon: pass symbolic name to mdmon instead of device name.NeilBrown4-9/+25
2008-11-10fix add_dev() handling of broken linksDan Williams1-1/+3
2008-11-09fix remove_devices()Dan Williams1-4/+6
2008-11-09imsm: fix uuid_from_super given 'signature' is not constantDan Williams1-1/+1
2008-11-09imsm: compatibility fixes for creating imsm arraysDan Williams1-5/+64
2008-11-09imsm: fixup disk status definition endianessDan Williams1-51/+27
2008-11-08imsm: add definitions for recent imsm versionsDan Williams1-8/+48
2008-11-07imsm: cleanup migration definitions and usageDan Williams1-12/+18
2008-11-07imsm: cleanup ->match_home and comment on return valueDan Williams1-1/+8
2008-11-07Create: don't wait for device to appear if we didn't actually start the arrayNeilBrown1-1/+1
2008-11-07Assemble: close mdfd before returning from assemble_container_contentNeilBrown2-4/+8
2008-11-07Assemble: return correct status from assemble_container_content.NeilBrown1-4/+5
2008-11-07Assemble: fix some auto-assemble bugs.NeilBrown1-5/+8
2008-11-07mdopen: typo in buffer-length for a sprintf.NeilBrown1-1/+1
2008-11-07Makefile: install udev file into $DESTDIRNeilBrown1-1/+1
2008-11-07A couple of bugfixes found by suse autobuilding:NeilBrown2-3/+17
2008-11-05Release 3.0-devel2mdadm-3.0-devel2NeilBrown6-4/+104
2008-11-05Man pages: updates for container etc.NeilBrown2-64/+197
2008-11-04Stop: drop any partitions that may be associated with an array when stopping it.NeilBrown1-1/+4
2008-11-04Wait for name to appear after create/assemble etc.NeilBrown6-3/+23
2008-11-04mapfile: validate entries before they are returned.NeilBrown2-10/+30
2008-11-04tests/06name: adjust for homehostNeilBrown1-2/+2
2008-11-04test: always start with a clean slate.NeilBrown1-0/+2
2008-11-04Incrmental: cope with udev slowness and errors in map file.NeilBrown1-3/+10
2008-11-04Abort sysfs_read early if no device found.NeilBrown1-0/+5
2008-11-04mdopen: only let numeric name set minor number if it doesn't cause a conflict.NeilBrown1-1/+4
2008-11-04Assemble: we were missing a 'close'NeilBrown1-0/+1
2008-11-04test: make sure udev isn't opening a device before closing it.NeilBrown1-0/+3
2008-11-04Man page update for containers etc.NeilBrown1-1/+15
2008-11-04ddf: store homehost information to allow smooth assembly.NeilBrown1-0/+2
2008-11-04Create: make sure chosen_name is used for array name generation in CreateNeilBrown1-0/+1
2008-11-04Create: Don't optimise resync as recovery when creating raid5 in a container.NeilBrown1-1/+2
2008-11-04mdopen: use small sequence number for uniquifying array names.NeilBrown4-10/+44
2008-11-04Assemble: revise detection of 'autoassemble' mode.NeilBrown1-1/+3
2008-11-04DDF: report member arrays in examine_brief.NeilBrown2-11/+27
2008-11-04DDF: fix irregularities with retrieval of 'name' from metadata.NeilBrown1-3/+12
2008-11-04Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown5-1/+113
2008-11-04Assemble: simplify test for reporting mismatches.NeilBrown1-11/+13
2008-11-04Assemble: block attempts to reassemble container membersDan Williams1-0/+25
2008-11-04Assemble: factor out assemble_container_contentDan Williams3-56/+76