summaryrefslogtreecommitdiffstats
path: root/mapfile.c
Commit message (Expand)AuthorAgeFilesLines
* mapfile - when rebuilding, choose an appropriate name is none is found.NeilBrown2009-05-111-1/+84
* mapfile - Fix off-by-one error in RebuildMapNeilBrown2009-05-111-1/+1
* mapfile: allow the path name to the device to be empty.NeilBrown2009-05-111-5/+8
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-141-1/+4
|\
| * RebuildMap: handle missing disksDan Williams2009-04-121-1/+4
* | mapfile: optionally store map file in /devNeilBrown2009-04-141-44/+51
|/
* Merge branch 'master' into scratch-3.0NeilBrown2009-01-081-0/+1
|\
| * Free mdstat data structures properly.NeilBrown2009-01-081-0/+1
* | Merge branch 'master' into devel-3.0NeilBrown2008-12-181-0/+59
|\|
| * map: rebuild map if it doesn't exist.NeilBrown2008-12-181-0/+53
* | mapfile: validate entries before they are returned.NeilBrown2008-11-041-10/+29
* | mdopen: use small sequence number for uniquifying array names.NeilBrown2008-11-041-0/+15
* | Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-041-0/+37
* | Manage: when stopping an array, delete all names from /dev.NeilBrown2008-11-041-0/+11
* | Always update mdadm/map when starting an array.NeilBrown2008-11-041-1/+2
* | Merge branch 'master' into scratch-3.0NeilBrown2008-11-031-1/+1
|\|
| * mapfile: fix bug in testing for /var/run/mdadm/NeilBrown2008-11-031-1/+1
* | Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-181-3/+5
* | Use text_version in map_file rather than major.minor.Neil Brown2008-07-121-14/+13
|/
* Add new mode: --incrementalNeil Brown2006-12-211-0/+197