]> git.ipfire.org Git - thirdparty/mdadm.git/history - util.c
Change some "fprintf(stderr,"s to pr_err.
[thirdparty/mdadm.git] / util.c
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
2011-03-10  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownManage: be more careful about --add attempts.
2011-03-10  NeilBrowndev_open should always open read-only.
2011-03-10  NeilBrowndev_open should always open read-only.
2011-02-14  Dan Williamsfix extended partition detection
2011-02-01  NeilBrownVarious compile fixes.
2011-02-01  NeilBrownAllow domain_test to report that no domains were found.
2011-02-01  NeilBrownIncr: don't exclude 'active' devices from auto inclusio...
2011-01-31  Czarnowska, AnnaMonitor: do not move partitions to external container
2011-01-27  Dan Williamsfix extended partition detection
2011-01-05  Anna CzarnowskaUse one function chosing spares from container
2010-12-26  Anna Czarnowskaimsm: set imsm spare uuid to 0
2010-12-16  NeilBrownAllow a metadata update to have a linked list of alloca...
2010-12-15  NeilBrownSplit fmt_devnum out from devnum2devname
2010-12-13  NeilBrownMerge branch 'master' into devel-3.2
2010-12-09  NeilBrownMerge branch 'master' into devel-3.2
2010-11-29  Adam KwolekTreat feature as experimental
2010-11-28  Anna CzarnowskaMonitor: devid should be dev_t
2010-11-28  NeilBrownIncremental - avoid including wayward devices.
2010-11-23  Dan WilliamsInitialize st->devnum and st->container_dev in super_by_fd
2010-11-23  Dan Williamsblock monitor: freeze spare assignment for external...
2010-11-23  Dan WilliamsProvide a mdstat_ent to subarray helper
2010-11-22  Anna CzarnowskaUtil: get device size from id
2010-11-22  NeilBrownAdd must_be_container helper.
2010-11-22  NeilBrownSwitch open_subarray to use the new load_container
2010-11-22  NeilBrownUse new load_container in Examine
2010-11-22  NeilBrownRemove subarray field in supertype.
2010-11-22  NeilBrownCreate: user container_dev rather than subarray for...
2010-11-22  NeilBrownPass subarray arg explicitly to ->update_subarray.
2010-11-22  NeilBrownsuper_by_fd: return subarray info explicitly.
2010-11-22  NeilBrownopen_subarray: pass subarray name as explicit arg.
2010-11-22  NeilBrownget_info_super: report which other devices are thought...
2010-11-22  NeilBrownManage: be more careful about --add attempts.
2010-09-06  NeilBrownAdd guess_super_type
2010-09-06  NeilBrownAdd gpt pseudo-metadata
2010-09-06  NeilBrownAdd mbr pseudo metadata handler.
2010-08-29  NeilBrownAllow dev_open to work on read-only /dev
2010-08-05  NeilBrownCompile with -Wextra by default
2010-07-22  Doug LedfordFix all the confusion over directories once and for...
2010-07-22  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-19  Dan WilliamsIncremental: restore assembly for inactive containers...
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-02  Dan WilliamsMerge branch 'fixes' into for-neil
2010-07-02  Dan WilliamsMerge branch 'subarray' into for-neil
2010-06-16  Dan WilliamsKill subarray v2
2010-05-31  NeilBrownMerge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4...
2010-05-17  Przemyslaw Hawryle... fix: memory leak in mdmon_pid()
next