]> git.ipfire.org Git - thirdparty/mdadm.git/history - mdadm.c
Change some "fprintf(stderr,"s to pr_err.
[thirdparty/mdadm.git] / mdadm.c
2013-05-21  NeilBrownChange some "fprintf(stderr,"s to pr_err.
2013-05-16  NeilBrownAdd --dump / --restore functionality.
2013-05-13  NeilBrownmisc_scan: don't trust the mapping file too much for...
2013-03-04  NeilBrownCreate: default to bitmap=internal for large arrays.
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2013-02-05  Jes SorensenRemove --offroot argument and default to always setting...
2012-12-05  NeilBrownMISC: Add --examine-badblocks option
2012-10-23  NeilBrownAdd support for --replace and --with
2012-10-04  NeilBrownAllow data-offset to be specified per-device for create
2012-10-04  NeilBrownAdd --data-offset flag for Create and Grow
2012-10-04  NeilBrownAllow parse_size to return 0.
2012-10-04  Maciej Naruszewiczimsm: Allow to specify controller for --detail-platform.
2012-10-03  NeilBrownAllow --update to add or remove space for a bad block...
2012-10-02  Maciej Naruszewiczimsm: Add --export option for --detail-platform
2012-07-09  NeilBrownUse new struct context and struct shape for Grow_addbitmap
2012-07-09  NeilBrownUse new struct context and struct shape in Grow_reshape
2012-07-09  NeilBrownUse new 'struct shape' to pass args to Create
2012-07-09  NeilBrownUse new 'struct shape' to pass args to Build
2012-07-09  NeilBrownCreate new 'struct shape' to pass around array details.
2012-07-09  NeilBrownchange array_size to be unsigned and use the new MAX_SIZE
2012-07-09  NeilBrownChange the values for "max size" from -1 to 1.
2012-07-09  NeilBrownChange Incremental and related functions to take struct...
2012-07-09  NeilBrownChange Monitor to take a struct context
2012-07-09  NeilBrownChange Detail and misc_scan to take a struct context
2012-07-09  NeilBrownchange Examine to take a struct context
2012-07-09  NeilBrownExamine: split 'verbose' out from 'brief'.
2012-07-09  NeilBrownChange Create to take a struct context
2012-07-09  NeilBrownChange Build to take a struct context
2012-07-09  NeilBrownChange misc_list to take struct context
2012-07-09  NeilBrownConvert Assemble() to take a context rather than a...
2012-07-09  NeilBrownDiscard 'quiet' context variable.
2012-07-09  NeilBrownConvert 'quiet' to 'not verbose' in various places.
2012-07-09  NeilBrownCreate 'struct context' for ad hoc context option.
2012-07-09  NeilBrownCreate parse_num() function.
2012-07-09  NeilBrownCreate: support --readonly flag.
2012-07-09  NeilBrownAssemble: allow arrays to be assembled read-only.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownRemove re_add flag in favour of new disposition.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-07-09  NeilBrownHelp: use an array to choose which help matches which...
2012-07-09  NeilBrownmain: extract more functions.
2012-07-09  NeilBrownmain: split scan_assemble into a separate function
2012-07-09  NeilBrownmdadm.c: various minor clean-ups
2012-07-09  NeilBrownUse explicit non-char opt for --zero-super
2012-04-18  NeilBrownAdd --prefer option for --detail and --monitor
2012-04-04  NeilBrownparse_size: distinguish between 0 and error.
2012-01-30  Jes SorensenSpawn mdmon with --offroot if mdadm was launched with...
2012-01-30  Jes SorensenAdd --offroot argument to mdadm
2011-12-22  NeilBrownallow --monitor to be run by non-privileged use.
2011-11-07  Lukasz Orlowskifix: Allowed to assemble 2 volumes with the same names...
2011-11-02  Jes Sorensenmdadm: Rearrange option parsing for KillSubarray and...
2011-10-22  Jes SorensenHold the map lock while performing Assemble to avoid...
2011-10-02  Adam KwolekAdd continue option to grow command
2011-10-02  Adam KwolekDo not continue reshape during initrd phase
2011-09-19  NeilBrownMonitor: --oneshot must imply --no-sharing
2011-09-08  NeilBrownDiscourage large devices from being added to 0.90 arrays.
2011-05-16  NeilBrownGrow: accept --assume-clean with --grow --size
2011-05-10  NeilBrownCreate: allow chunksize to be non-power-of-2.
2011-05-10  NeilBrownGive suitable error for mdadm /dev/md0 --stop
2011-05-10  NeilBrownconfig: restore the possibility of a NULL homehost
2011-04-26  NeilBrownFinally remove auto-home-host
2011-03-24  NeilBrownMerge branch 'master' into devel-3.2
2011-03-15  NeilBrownFix regression when using 'grow' to add a bitmap.
2011-03-15  NeilBrownMerge branch 'master' into devel-3.2
2011-03-14  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownAssemble: add --update=no-bitmap
2011-03-10  NeilBrownCreate/grow: improve checks on number of devices.
2011-03-10  NeilBrownGrow: support reshape of RAID0 arrays.
2011-01-27  Labun, MarcinDynamic hot-plug udev rules for policies
2010-12-13  NeilBrownMerge branch 'master' into devel-3.2
2010-12-09  NeilBrownAllow --update=devicesize with --re-add
2010-12-09  NeilBrownGrow: warn if growing an array will make it degraded.
2010-12-09  NeilBrownMerge branch 'master' into devel-3.2
2010-12-01  NeilBrownCreate/grow: improve checks on number of devices.
2010-12-01  NeilBrownAssemble: allow an array undergoing reshape to be start...
2010-11-30  NeilBrownAssemble: add --update=no-bitmap
2010-11-30  NeilBrownAllow K,M,G suffix on chunk sizes as well as device...
2010-11-25  NeilBrownImprove opt parsing, and distinguish long from short.
2010-11-23  Dan Williamsfix a get_linux_version() comparison typo
2010-11-22  Anna Czarnowskamdadm: added --no-sharing option for Monitor mode
2010-11-22  Przemyslaw Czarnowskiadded --path <path_id> to give the information on the...
2010-11-22  NeilBrownRemove content from mddev_dev
2010-11-22  NeilBrownImprove type names for mddev_dev
2010-11-22  NeilBrownImprove mddev_ident type definitions.
2010-08-12  Dan WilliamsIncremental: accept '--no-degraded' as a deprecated...
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-06  NeilBrownAdd --test option to --re-add and similar
2010-07-02  Dan WilliamsMerge branch 'fixes' into for-neil
2010-07-02  Dan WilliamsMerge branch 'subarray' into for-neil
2010-06-30  NeilBrownAdd -fail support to --incremental
2010-06-22  Dan WilliamsRename subarray v2
2010-06-16  Dan WilliamsKill subarray v2
2010-05-31  NeilBrownMerge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4...
2010-05-26  Dan WilliamsRevert "Incremental: honor --no-degraded to delay assembly"
2010-02-24  NeilBrownAssemble: Handle assembling from config file which...
2010-01-31  NeilBrownAdd test for "are we running as root".
2010-01-29  Artur WojcikKill: fix when zeroing busy devices.
2010-01-29  NeilBrownTidy up some argument parsing, particularly for -b
2009-11-24  NeilBrownVarious fixes for --kill
next