summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* open_dev_excl: allow device to be read-only.devel-3.2NeilBrown2011-03-241-1/+6
* examine: allows to examine a disk metadata on non-metadata compliant systemsLabun, Marcin2011-03-231-0/+3
* mdmon: don't wait for O_EXCL when shutting down.NeilBrown2011-03-221-2/+7
* Warn the user about too small array sizeKrzysztof Wojcik2011-03-141-1/+8
* dev_open should always open read-only.NeilBrown2011-03-101-1/+1
* Various compile fixes.NeilBrown2011-02-011-1/+1
* Allow domain_test to report that no domains were found.NeilBrown2011-02-011-1/+1
* Incr: don't exclude 'active' devices from auto inclusion in a container.NeilBrown2011-02-011-7/+1
* Monitor: do not move partitions to external containerCzarnowska, Anna2011-02-011-0/+13
* fix extended partition detectionDan Williams2011-01-271-1/+1
* Use one function chosing spares from containerAnna Czarnowska2011-01-051-0/+60
* imsm: set imsm spare uuid to 0Anna Czarnowska2010-12-261-5/+2
* Allow a metadata update to have a linked list of allocated spaces.NeilBrown2010-12-161-0/+1
* Split fmt_devnum out from devnum2devnameNeilBrown2010-12-161-2/+7
* Treat feature as experimentalAdam Kwolek2010-11-291-0/+10
* Monitor: devid should be dev_tAnna Czarnowska2010-11-291-1/+1
* Incremental - avoid including wayward devices.NeilBrown2010-11-291-0/+15
* Initialize st->devnum and st->container_dev in super_by_fdDan Williams2010-11-231-3/+7
* block monitor: freeze spare assignment for external arraysDan Williams2010-11-231-0/+25
* Provide a mdstat_ent to subarray helperDan Williams2010-11-231-7/+4
* Util: get device size from idAnna Czarnowska2010-11-221-0/+16
* Add must_be_container helper.NeilBrown2010-11-221-0/+14
* Switch open_subarray to use the new load_containerNeilBrown2010-11-221-6/+6
* Use new load_container in ExamineNeilBrown2010-11-221-1/+2
* Remove subarray field in supertype.NeilBrown2010-11-221-2/+0
* Create: user container_dev rather than subarray for some tests.NeilBrown2010-11-221-0/+3
* Pass subarray arg explicitly to ->update_subarray.NeilBrown2010-11-221-4/+12
* super_by_fd: return subarray info explicitly.NeilBrown2010-11-221-8/+5
* open_subarray: pass subarray name as explicit arg.NeilBrown2010-11-221-2/+4
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-2/+2
* Manage: be more careful about --add attempts.NeilBrown2010-11-221-0/+30
* Add guess_super_typeNeilBrown2010-09-061-1/+5
* Add gpt pseudo-metadataNeilBrown2010-09-061-1/+1
* Add mbr pseudo metadata handler.NeilBrown2010-09-061-58/+7
* Allow dev_open to work on read-only /devNeilBrown2010-08-301-6/+20
* Compile with -Wextra by defaultNeilBrown2010-08-051-5/+5
* Fix all the confusion over directories once and for all.Doug Ledford2010-07-221-3/+1
* Incremental: restore assembly for inactive containers, block activeDan Williams2010-07-191-1/+6
* Merge branch 'fixes' into for-neilDan Williams2010-07-011-1/+5
|\
| * fix: memory leak in mdmon_pid()Przemyslaw Hawrylewicz Czarnowski2010-05-171-1/+5
* | Kill subarray v2Dan Williams2010-06-151-0/+137
|/
* IMSM/DDF: don't recognised these metadata on partitions.NeilBrown2010-04-291-0/+25
* (no commit message)NeilBrown2010-03-241-1/+6
* Improve partition table code.NeilBrown2010-03-091-21/+49
* fix mdmon takeoverLuca Berra2010-03-031-2/+2
* fix gcc warnings about strict-aliasing rulesNeilBrown2010-03-031-2/+5
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-041-1/+3
* Having single function to read mdmon pid file.NeilBrown2010-02-041-19/+7
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-12-301-3/+21
|\
| * imsm: add support for checkpointing via 'curr_migr_unit'Dan Williams2009-12-211-0/+15