summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAge
* util: split get_maj_min() out from dev_open()NeilBrown2014-08-11
* install: use BINDIR consistently to locate mdadm and mdmonNeilBrown2014-05-22
* Work around architectures having statfs.f_type defined as longJes Sorensen2014-03-20
* Assemble/Incremental: don't hold O_EXCL on mddev after assembly.NeilBrown2013-12-05
* Two small fixes related to enough()NeilBrown2013-12-05
* IMSM metadata really should be ignored when found on partitions.NeilBrown2013-11-20
* Release mdadm-3.3NeilBrown2013-09-03
* Make sure "mdmon" doesn't get called "@dmon".NeilBrown2013-09-02
* in_initrd: fix gcc compiler errormwilck@arcor.de2013-08-28
* Create: fix warning about pre-existing filesystems.NeilBrown2013-08-08
* test: ensure testing uses correct mdmonNeilBrown2013-08-05
* mdmon: don't lie to systemd.NeilBrown2013-08-01
* super1: simplify setting of array size.NeilBrown2013-07-30
* Move find_free_devnum to mdopen.cNeilBrown2013-07-02
* Subject: Make wait_for and open_dev_excl fasterNeilBrown2013-06-25
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* raid6check: Fix build of raid6checkBernd Schubert2013-06-19
* Make sure NOFILE resource limit is big enough.NeilBrown2013-05-30
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-21
* Suppress error messages from systemctl.NeilBrown2013-05-15
* mdassemble - fix new compile-time problems.NeilBrown2013-05-13
* Discard devnum in favour of devnmNeilBrown2013-02-21
* In case launching mdmon fails, print an error message before exitingJes Sorensen2013-02-05
* Add support for launching mdmon via systemctl instead of fork/execJes Sorensen2013-02-05
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-05
* dev_open - don't bother trying map_devNeilBrown2013-01-10
* conditionally remove map_dev from find_free_devnumNeilBrown2013-01-07
* IMSM - allow assembling any imsm array even without OROM.NeilBrown2012-11-20
* Remove get_one_diskNeilBrown2012-10-22
* Fix open_containerNeilBrown2012-10-11
* Replace a lot of leading spaces with tabs.NeilBrown2012-10-10
* Allow data-offset to be specified per-device for createNeilBrown2012-10-04
* Allow parse_size to return 0.NeilBrown2012-10-04
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-04
* Fix 'enough' function for RAID10.NeilBrown2012-10-03
* Display size with human_size_brief with a chosen prefixMaciej Naruszewicz2012-10-02
* Synchronize size calculation in human_size and human_size_briefMaciej Naruszewicz2012-10-02
* fix: adjust parse_size() to the unsigned size variableLukasz Dorau2012-09-20
* Move xmalloc et al into their own fileRobert Buchholz2012-09-10
* find_free_devnum: avoid auto-using names in /etc/mdadm.confNeilBrown2012-08-20
* Minor cosmetic fixes in various files.NeilBrown2012-08-13
* Create parse_num() function.NeilBrown2012-07-09
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* Raid limit of 1024 when scanning for devices.NeilBrown2012-04-18
* parse_size: distinguish between 0 and error.NeilBrown2012-04-04
* simplify calculating array_blocksCzarnowska, Anna2012-04-02
* FIX: NULL pointer to strdup() can be passedAdam Kwolek2012-02-09
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-07
* Spawn mdmon with --offroot if mdadm was launched with --offrootJes Sorensen2012-01-30