]> git.neil.brown.name Git - mdadm.git/history - mdadm.c
Release mdadm-4.0
[mdadm.git] / mdadm.c
2016-11-29 NeilBrownIntroduce enum flag_mode for setting and clearing flags.
2016-11-28 NeilBrownAdd failfast support.
2016-08-02 Zhilong Liumdadm:add 'clustered' in typo prompt when specify wrong...
2016-03-29 zhilongmdadm:Add '--nodes' option in GROW mode
2016-03-22 Jes Sorensenmdadm: Cleanup conditionals
2015-12-21 NeilBrownAdd --update=force-no-bbl.
2015-12-21 NeilBrownMerge branch 'fix-unlikely-potential-overflows' of...
2015-12-21 NeilBrownMerge https://github.com/makelinux/mdadm
2015-12-16 Song Liurecreate journal in mdadm
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-10-19 Song LiuEnable create array with write journal (--write-journal...
2015-09-30 NeilBrownMerge branch 'fix' of git://github.com/ldzhong/mdadm
2015-09-28 Goldwyn RodriguesIncrement version for clustered bitmaps
2015-08-26 Lidong Zhongmdadm: remove duplicate logic when c.delay is 0
2015-08-05 NeilBrownmain: remove use of uninitialized 'rv'.
2015-08-03 NeilBrownMerge branch 'mdadm-3.3.x'
2015-07-27 NeilBrownMerge branch 'cluster'
2015-07-24 NeilBrownAssemble: extend --homehost='<ignore>' to allow --name...
2015-07-01 NeilBrownmdstat: discard 'dev' field, just use 'devnm'
2015-06-16 Guoqing Jiangmdadm: change the num of cluster node
2015-06-16 Guoqing Jiangmdadm: add the ability to change cluster name
2015-06-16 Guoqing JiangAdd a new clustered disk
2015-06-16 Guoqing JiangSet home-cluster while creating an array
2015-06-16 Guoqing JiangAdd nodes option while creating md
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
next