summaryrefslogtreecommitdiffstats
path: root/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow parse_size to return 0.NeilBrown2012-10-041-3/+3
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-041-0/+21
* Fix 'enough' function for RAID10.NeilBrown2012-10-031-3/+4
* Display size with human_size_brief with a chosen prefixMaciej Naruszewicz2012-10-021-9/+27
* Synchronize size calculation in human_size and human_size_briefMaciej Naruszewicz2012-10-021-13/+20
* fix: adjust parse_size() to the unsigned size variableLukasz Dorau2012-09-201-4/+5
* Move xmalloc et al into their own fileRobert Buchholz2012-09-101-40/+0
* find_free_devnum: avoid auto-using names in /etc/mdadm.confNeilBrown2012-08-201-0/+4
* Minor cosmetic fixes in various files.NeilBrown2012-08-131-45/+49
* Create parse_num() function.NeilBrown2012-07-091-0/+11
* Remove scattered checks for malloc success.NeilBrown2012-07-091-11/+47
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-30/+25
* Raid limit of 1024 when scanning for devices.NeilBrown2012-04-181-2/+2
* parse_size: distinguish between 0 and error.NeilBrown2012-04-041-1/+2
* simplify calculating array_blocksCzarnowska, Anna2012-04-021-0/+2
* FIX: NULL pointer to strdup() can be passedAdam Kwolek2012-02-091-2/+3
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-071-3/+8
* Spawn mdmon with --offroot if mdadm was launched with --offrootJes Sorensen2012-01-301-4/+13
* enough_fd(): remember to free buffer for avail arrayJes Sorensen2011-11-021-4/+5
* Avoid stack overflow if GPT partition entries on disk are > 128 bytesJes Sorensen2011-10-311-5/+8
* util.c: two typos fixedLukasz Dorau2011-10-251-1/+2
* Fix off-by-one in readlink() buffer size handlingThomas Jarosch2011-10-171-1/+1
* Move code to get_data_disks() functionAdam Kwolek2011-10-031-2/+8
* Fix component size checks in validate_super0.NeilBrown2011-09-081-1/+1
* fix: segfault when killing subarray of non-existent containerCzarnowska, Anna2011-09-071-1/+1
* start_mdmon: provide more dynamic way to close-all-fdsNeilBrown2011-09-071-3/+8
* Add some more settings of ignore_hw_compatNeilBrown2011-08-011-0/+1
* util: correctly parse shorter linux version numbers.NeilBrown2011-06-171-5/+5
* Improvements to GPT reading code.Luca Berra2011-06-171-18/+9
* Check all member devices in enough_fdNeilBrown2011-05-231-3/+10
* Split some of util.c into a new lib.cNeilBrown2011-04-051-211/+0
* split name/number maps into separate file.NeilBrown2011-04-051-21/+0
* open_dev_excl: allow device to be read-only.NeilBrown2011-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-151-2/+7
* Treat feature as experimentalAdam Kwolek2010-11-291-0/+10
* Monitor: devid should be dev_tAnna Czarnowska2010-11-281-1/+1
* Incremental - avoid including wayward devices.NeilBrown2010-11-281-0/+15
* Initialize st->devnum and st->container_dev in super_by_fdDan Williams2010-11-231-3/+7