summaryrefslogtreecommitdiff
path: root/mapfile.c
Commit message (Expand)AuthorAge
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* Discard devnum in favour of devnmNeilBrown2013-02-21
* Handles spaces in array names better.NeilBrown2012-10-04
* mapfile: fix mapfile rebuild for containersNeilBrown2012-08-20
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* RebuildMap: check that container_content returns a valid 'info'.NeilBrown2012-05-17
* Adjust to new standard of /runNeilBrown2012-05-03
* Reset bad flag on map updateCzarnowska, Anna2012-03-08
* Remove duplicated code: search_mdstat and conf_matchNeilBrown2011-11-01
* fix: correct unlocking of map fileLukasz Dorau2011-10-03
* Various compile fixes.NeilBrown2011-02-01
* Improve mddev_ident type definitions.NeilBrown2010-11-22
* Use new container_content rather than passing subarray to load_super.NeilBrown2010-11-22
* mapinfo: simplify subarray handling.NeilBrown2010-11-22
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-22
* mapfile: just have one place to store the mapfileNeilBrown2010-08-06
* Some fixes to the mapfile code.NeilBrown2010-07-28
* Bugfix: mapfile locking is broken/racyNeilBrown2010-07-28
* Fix all the confusion over directories once and for all.Doug Ledford2010-07-22
* Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-16
* Create: cleanup after failed create in duplicated array member caseDan Williams2010-04-19
* Only signal a udev change event if we actually write a mapfile in RebuildMapDoug Ledford2010-03-24
* mapfile: if we putting the mapfile in a custom location via ALT_RUN, allowDoug Ledford2010-03-24
* Create directory to contain mapfile (Assuming parent exists andDoug Ledford2010-03-24
* mapfile: use ALT_RUN as alternate place to store mapfileNeilBrown2010-02-08
* mapfile: fix locking.NeilBrown2010-01-29
* Fix null-dereference in set_member_infoNeilBrown2009-10-01
* fix RebuildMap() to retrieve 'subarray' infoDan Williams2009-07-31
* mapfile - when rebuilding, choose an appropriate name is none is found.NeilBrown2009-05-11
* mapfile - Fix off-by-one error in RebuildMapNeilBrown2009-05-11
* mapfile: allow the path name to the device to be empty.NeilBrown2009-05-11
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-14
|\
| * RebuildMap: handle missing disksDan Williams2009-04-12
* | mapfile: optionally store map file in /devNeilBrown2009-04-14
|/
* Merge branch 'master' into scratch-3.0NeilBrown2009-01-08
|\
| * Free mdstat data structures properly.NeilBrown2009-01-08
* | Merge branch 'master' into devel-3.0NeilBrown2008-12-18
|\|
| * map: rebuild map if it doesn't exist.NeilBrown2008-12-18
* | mapfile: validate entries before they are returned.NeilBrown2008-11-04
* | mdopen: use small sequence number for uniquifying array names.NeilBrown2008-11-04
* | Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-04
* | Manage: when stopping an array, delete all names from /dev.NeilBrown2008-11-04
* | Always update mdadm/map when starting an array.NeilBrown2008-11-04
* | Merge branch 'master' into scratch-3.0NeilBrown2008-11-03
|\|
| * mapfile: fix bug in testing for /var/run/mdadm/NeilBrown2008-11-03
* | Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-18
* | Use text_version in map_file rather than major.minor.Neil Brown2008-07-12
|/
* Add new mode: --incrementalNeil Brown2006-12-21