summaryrefslogtreecommitdiff
path: root/mapfile.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-6/+6
* Fix NULL dereference in super_by_fdLi Xiao Keng2023-02-281-0/+4
* mdadm: Fix building errorsXiao Ni2021-07-161-1/+1
* mapfile: set *mapp to NULL after map_freeGuoqing Jiang2018-07-191-0/+1
* Free map to avoid resource leak issuesGuoqing Jiang2018-06-111-0/+2
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-2/+2
* Use dev_t for devnm2devid and devid2devnmMike Lovell2016-06-031-1/+1
* make sure 'path' buffer is large enough to fit 200 characters plus null termi...Bas van Schaik2015-12-031-1/+1
* Rebuildmap: strip local host name from device name.NeilBrown2014-11-031-3/+10
* Remove lots of unnecessary white space.NeilBrown2013-06-191-4/+2
* Discard devnum in favour of devnmNeilBrown2013-02-211-36/+27
* Handles spaces in array names better.NeilBrown2012-10-041-1/+1
* mapfile: fix mapfile rebuild for containersNeilBrown2012-08-201-1/+6
* Remove scattered checks for malloc success.NeilBrown2012-07-091-3/+3
* RebuildMap: check that container_content returns a valid 'info'.NeilBrown2012-05-171-0/+2
* Adjust to new standard of /runNeilBrown2012-05-031-11/+3
* Reset bad flag on map updateCzarnowska, Anna2012-03-081-0/+1
* Remove duplicated code: search_mdstat and conf_matchNeilBrown2011-11-011-1/+3
* fix: correct unlocking of map fileLukasz Dorau2011-10-031-0/+12
* Various compile fixes.NeilBrown2011-02-011-1/+1
* Improve mddev_ident type definitions.NeilBrown2010-11-221-1/+1
* Use new container_content rather than passing subarray to load_super.NeilBrown2010-11-221-9/+11
* mapinfo: simplify subarray handling.NeilBrown2010-11-221-17/+7
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-1/+1
* mapfile: just have one place to store the mapfileNeilBrown2010-08-061-46/+38
* Some fixes to the mapfile code.NeilBrown2010-07-281-17/+25
* Bugfix: mapfile locking is broken/racyNeilBrown2010-07-281-3/+16
* Fix all the confusion over directories once and for all.Doug Ledford2010-07-221-10/+8
* Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-161-2/+3
* Create: cleanup after failed create in duplicated array member caseDan Williams2010-04-191-0/+10
* 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