]> git.ipfire.org Git - thirdparty/mdadm.git/history - mdadm.c
Don't break long strings onto multiple lines.
[thirdparty/mdadm.git] / mdadm.c
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2015-02-12  NeilBrownConsistently print program Name and __func__ in debug...
2015-02-12  Pawel BaldysiakChange way of printing name of a process
2014-08-27  NeilBrown--update: add 'bbl' and 'no-bbl' to the list of known...
2014-05-22  NeilBrownMISC: add --action option to set or abort check/repair.
2013-12-03  NeilBrownIncremental: improve support for "DEVICE" based restric...
2013-10-30  NeilBrownAdd support for --add-spare
2013-09-14  NeilBrownGive error if --incremental --scan also has a device...
2013-09-13  NeilBrownMake -IRs and --run work properly for containers.
2013-09-03  NeilBrownRelease mdadm-3.3 mdadm-3.3
2013-08-26  NeilBrownChange "mdadm --run" to use the same code as "mdadm...
2013-08-01  NeilBrownDon't lie to systemd about mdadm's status.
2013-06-24  NeilBrownGrow: allow "--add" with "--grow --level=??"
2013-06-24  NeilBrowntest/00names: use appropriate mdadm.conf
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-06-19  NeilBrownManage: allow "--stop" on kernel names.
2013-06-19  NeilBrownManage: split Manage_runstop into Manage_run and Manage...
2013-05-28  NeilBrownAssemble: allow --update=revert-reshape
2013-05-28  NeilBrownAssemble: --update=metadata converts v0.90 to v1.0
2013-05-22  NeilBrownGrow: allow a reshape which only changes --data-offset
2013-05-22  NeilBrownGrow: --backup-file and --data-offset are incompatible.
2013-05-21  NeilBrownChange some fprintf(stderrs to cont_err()
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...
next