summaryrefslogtreecommitdiffstats
path: root/mapfile.c
Commit message (Expand)AuthorAgeFilesLines
* Only signal a udev change event if we actually write a mapfile in RebuildMapDoug Ledford2010-03-241-6/+8
* mapfile: if we putting the mapfile in a custom location via ALT_RUN, allowDoug Ledford2010-03-241-1/+1
* Create directory to contain mapfile (Assuming parent exists andDoug Ledford2010-03-241-4/+13
* mapfile: use ALT_RUN as alternate place to store mapfileNeilBrown2010-02-081-4/+4
* mapfile: fix locking.NeilBrown2010-01-291-2/+5
* Fix null-dereference in set_member_infoNeilBrown2009-10-011-6/+9
* fix RebuildMap() to retrieve 'subarray' infoDan Williams2009-07-311-1/+31
* 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