summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new clustered diskGuoqing Jiang2015-06-171-0/+10
* Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-0/+57
* Assemble: allow a RAID4 to assemble easily when parity devices is missing.NeilBrown2015-04-081-0/+7
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-8/+4
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-1/+1
* util: remove rounding error where reporting "human sizes".NeilBrown2014-12-181-4/+4
* util: split get_maj_min() out from dev_open()NeilBrown2014-08-111-5/+10
* install: use BINDIR consistently to locate mdadm and mdmonNeilBrown2014-05-221-1/+1
* Work around architectures having statfs.f_type defined as longJes Sorensen2014-03-201-1/+5
* Assemble/Incremental: don't hold O_EXCL on mddev after assembly.NeilBrown2013-12-051-0/+14
* Two small fixes related to enough()NeilBrown2013-12-051-2/+0
* IMSM metadata really should be ignored when found on partitions.NeilBrown2013-11-201-1/+1
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* Make sure "mdmon" doesn't get called "@dmon".NeilBrown2013-09-021-2/+2
* in_initrd: fix gcc compiler errormwilck@arcor.de2013-08-281-2/+2
* Create: fix warning about pre-existing filesystems.NeilBrown2013-08-081-5/+6
* test: ensure testing uses correct mdmonNeilBrown2013-08-051-30/+33
* mdmon: don't lie to systemd.NeilBrown2013-08-011-0/+11
* super1: simplify setting of array size.NeilBrown2013-07-301-0/+1
* Move find_free_devnum to mdopen.cNeilBrown2013-07-021-33/+0
* Subject: Make wait_for and open_dev_excl fasterNeilBrown2013-06-251-2/+8
* Remove lots of unnecessary white space.NeilBrown2013-06-191-1/+0
* raid6check: Fix build of raid6checkBernd Schubert2013-06-191-10/+0
* Make sure NOFILE resource limit is big enough.NeilBrown2013-05-301-0/+15
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-211-4/+4
* Suppress error messages from systemctl.NeilBrown2013-05-151-0/+5
* mdassemble - fix new compile-time problems.NeilBrown2013-05-131-1/+1
* Discard devnum in favour of devnmNeilBrown2013-02-211-70/+144
* In case launching mdmon fails, print an error message before exitingJes Sorensen2013-02-051-1/+4
* Add support for launching mdmon via systemctl instead of fork/execJes Sorensen2013-02-051-0/+28
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-051-11/+2
* dev_open - don't bother trying map_devNeilBrown2013-01-101-10/+6
* conditionally remove map_dev from find_free_devnumNeilBrown2013-01-071-6/+8
* IMSM - allow assembling any imsm array even without OROM.NeilBrown2012-11-201-3/+3
* Remove get_one_diskNeilBrown2012-10-221-12/+0
* Fix open_containerNeilBrown2012-10-111-0/+14
* Replace a lot of leading spaces with tabs.NeilBrown2012-10-101-17/+17
* Allow data-offset to be specified per-device for createNeilBrown2012-10-041-0/+3
* 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