]> git.neil.brown.name Git - mdadm.git/history - util.c
Release mdadm-4.0
[mdadm.git] / util.c
2016-12-13 Mariusz DabrowskiAlways return last partition end address in 512B blocks
2016-12-12 Mariusz DabrowskiUse disk sector size value to set offset for reading GPT
2016-11-17 Pawel BaldysiakAdd function for getting member drive sector size
2016-10-19 James ClarkeFix bus error when accessing MBR partition records
2016-09-22 Mariusz DabrowskiFix RAID metadata check
2016-08-15 Jes SorensenIntroduce random_uuid() helper function
2016-08-11 Jes Sorensenutil: Never have if and return on the same line
2016-06-03 Mike LovellUse dev_t for devnm2devid and devid2devnm
2016-03-08 Jes Sorensenutil: Remove unnecesary NULL pointer checks when callin...
2016-03-07 Guoqing JiangRemove dead code about LKF_CONVERT flag
2016-02-08 Maxin B. Johnutil.c: include poll.h instead of sys/poll.h
2016-02-08 Xiao NiFix some type comparison problems
2016-01-28 NeilBrownAssorted fixed for a "make everything" build
2016-01-27 Guoqing Jiangutil: fix wrong return value of cluster_get_dlmlock
2015-12-21 NeilBrownMerge branch 'fix-unlikely-potential-overflows' of...
2015-12-21 NeilBrownMerge https://github.com/makelinux/mdadm
2015-12-16 Guoqing Jiangmdadm: improve the safeguard for change cluster raid...
2015-10-21 Guoqing JiangMake cmap_* also has same policy as dlm_*
2015-10-21 Guoqing JiangSafeguard against writing to an active device of anothe...
2015-08-03 NeilBrownMerge branch 'mdadm-3.3.x'
2015-08-03 NeilBrownmdassemble: don't try to perform cluster check.
2015-07-27 NeilBrownMerge branch 'cluster'
2015-06-16 Guoqing JiangAdd a new clustered disk
2015-06-16 Guoqing JiangSet home-cluster while creating an array
2015-04-07 NeilBrownAssemble: allow a RAID4 to assemble easily when parity...
2015-02-12 NeilBrownDon't break long strings onto multiple lines.
2015-02-12 NeilBrownConsistently print program Name and __func__ in debug...
2014-12-18 NeilBrownutil: remove rounding error where reporting "human...
2014-08-11 NeilBrownutil: split get_maj_min() out from dev_open()
2014-05-22 NeilBrowninstall: use BINDIR consistently to locate mdadm and...
2014-03-19 Jes SorensenWork around architectures having statfs.f_type defined...
2013-12-04 NeilBrownAssemble/Incremental: don't hold O_EXCL on mddev after...
2013-12-04 NeilBrownTwo small fixes related to enough()
2013-11-19 NeilBrownIMSM metadata really should be ignored when found on...
2013-09-03 NeilBrownRelease mdadm-3.3 mdadm-3.3
2013-09-02 NeilBrownMake sure "mdmon" doesn't get called "@dmon".
2013-08-28 mwilck@arcor.dein_initrd: fix gcc compiler error
2013-08-07 NeilBrownCreate: fix warning about pre-existing filesystems.
2013-08-05 NeilBrowntest: ensure testing uses correct mdmon
2013-08-01 NeilBrownmdmon: don't lie to systemd.
2013-07-30 NeilBrownsuper1: simplify setting of array size.
2013-07-02 NeilBrownMove find_free_devnum to mdopen.c
2013-06-25 NeilBrownSubject: Make wait_for and open_dev_excl faster
2013-06-19 NeilBrownRemove lots of unnecessary white space.
2013-06-19 Bernd Schubertraid6check: Fix build of raid6check
2013-05-30 NeilBrownMake sure NOFILE resource limit is big enough.
2013-05-21 NeilBrownChange some fprintf(stderrs to cont_err()
2013-05-15 NeilBrownSuppress error messages from systemctl.
2013-05-13 NeilBrownmdassemble - fix new compile-time problems.
2013-02-21 NeilBrownDiscard devnum in favour of devnm
2013-02-05 Jes SorensenIn case launching mdmon fails, print an error message...
2013-02-05 Jes SorensenAdd support for launching mdmon via systemctl instead...
2013-02-05 Jes SorensenRemove --offroot argument and default to always setting...
2013-01-10 NeilBrowndev_open - don't bother trying map_dev
2013-01-06 NeilBrownconditionally remove map_dev from find_free_devnum
2012-11-20 NeilBrownIMSM - allow assembling any imsm array even without...
2012-10-22 NeilBrownRemove get_one_disk
2012-10-11 NeilBrownFix open_container
2012-10-10 NeilBrownReplace a lot of leading spaces with tabs.
2012-10-04 NeilBrownAllow data-offset to be specified per-device for create
2012-10-04 NeilBrownAllow parse_size to return 0.
2012-10-04 Maciej Naruszewiczimsm: Allow to specify controller for --detail-platform.
2012-10-03 NeilBrownFix 'enough' function for RAID10.
2012-10-02 Maciej NaruszewiczDisplay size with human_size_brief with a chosen prefix
2012-10-02 Maciej NaruszewiczSynchronize size calculation in human_size and human_si...
2012-09-20 Lukasz Doraufix: adjust parse_size() to the unsigned size variable
2012-09-10 Robert BuchholzMove xmalloc et al into their own file
2012-08-20 NeilBrownfind_free_devnum: avoid auto-using names in /etc/mdadm...
2012-08-12 NeilBrownMinor cosmetic fixes in various files.
2012-07-09 NeilBrownCreate parse_num() function.
2012-07-09 NeilBrownRemove scattered checks for malloc success.
2012-07-09 NeilBrownIntroduce pr_err for printing error messages.
2012-04-17 NeilBrownRaid limit of 1024 when scanning for devices.
2012-04-04 NeilBrownparse_size: distinguish between 0 and error.
2012-04-02 Czarnowska, Annasimplify calculating array_blocks
2012-02-09 Adam KwolekFIX: NULL pointer to strdup() can be passed
2012-02-07 NeilBrownRemove avail_disks arg from 'enough'.
2012-01-30 Jes SorensenSpawn mdmon with --offroot if mdadm was launched with...
2011-11-01 Jes Sorensenenough_fd(): remember to free buffer for avail array
2011-10-30 Jes SorensenAvoid stack overflow if GPT partition entries on disk...
2011-10-25 Lukasz Dorauutil.c: two typos fixed
2011-10-17 Thomas JaroschFix off-by-one in readlink() buffer size handling
2011-10-02 Adam KwolekMove code to get_data_disks() function
2011-09-08 NeilBrownFix component size checks in validate_super0.
2011-09-07 Czarnowska, Annafix: segfault when killing subarray of non-existent...
2011-09-07 NeilBrownstart_mdmon: provide more dynamic way to close-all-fds
2011-08-01 NeilBrownAdd some more settings of ignore_hw_compat
2011-06-17 NeilBrownutil: correctly parse shorter linux version numbers.
2011-06-17 Luca BerraImprovements to GPT reading code.
2011-05-23 NeilBrownCheck all member devices in enough_fd
2011-04-04 NeilBrownSplit some of util.c into a new lib.c
2011-04-04 NeilBrownsplit name/number maps into separate file.
2011-03-24 NeilBrownopen_dev_excl: allow device to be read-only. devel-3.2
2011-03-24 NeilBrownMerge branch 'master' into devel-3.2
2011-03-23 NeilBrownIncr: don't exclude 'active' devices from auto inclusio...
2011-03-23 Labun, Marcinexamine: allows to examine a disk metadata on non-metad...
2011-03-22 NeilBrownmdmon: don't wait for O_EXCL when shutting down.
2011-03-15 NeilBrownMerge branch 'master' into devel-3.2
2011-03-14 NeilBrownMerge branch 'master' into devel-3.2
2011-03-14 Krzysztof WojcikWarn the user about too small array size
next