]> git.ipfire.org Git - thirdparty/mdadm.git/history - mdadm.h
recreate journal in mdadm
[thirdparty/mdadm.git] / mdadm.h
2015-12-16  Song Liurecreate journal in mdadm
2015-12-16  Song Liuadd sysfs_array_state to struct mdinfo
2015-12-16  Deepa Dinamanimdadm: Change timestamps to unsigned data type.
2015-10-22  Song Liumdadm: refactor write journal code in Assemble and...
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 LiuAssemble array with write journal
2015-10-19  Song LiuEnable create array with write journal (--write-journal...
2015-10-08  Guoqing Jiangre-add: make re-add try to write sysfs node first
2015-08-03  NeilBrownMerge branch 'mdadm-3.3.x'
2015-08-03  NeilBrownmdassemble: include mapfile support.
2015-08-03  NeilBrownmdassemble: include mapfile support.
2015-07-27  NeilBrownMerge branch 'cluster'
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  NeilBrownConsistently print program Name and __func__ in debug...
2015-02-12  Pawel BaldysiakChange way of printing name of a process
2014-08-11  NeilBrownutil: split get_maj_min() out from dev_open()
2014-08-07  NeilBrownconfig: new option to suppress adding bad block lists.
2014-07-10  NeilBrownmdmon: allow prepare_update to report failure.
2014-07-08  Pawel BaldysiakIMSM: Add warning message when assemble spanned container
2014-05-22  NeilBrownMISC: add --action option to set or abort check/repair.
2014-05-22  NeilBrownGrow: fix resent grow_continue breakage.
2014-05-15  NeilBrownGrow: store a link to current backup file in /run/mdadm...
2014-04-01  NeilBrownDDF: Fix assorted typos and do some reformatting.
2013-12-04  NeilBrownAssemble/Incremental: don't hold O_EXCL on mddev after...
2013-12-03  NeilBrownIncremental: improve support for "DEVICE" based restric...
2013-11-28  NeilBrownIncremental: add --export handling.
2013-10-30  NeilBrownAdd support for --add-spare
2013-10-16  Jes SorensenBe consistent in return types from byteswap macros
2013-09-13  NeilBrownMake -IRs and --run work properly for containers.
2013-09-09  NeilBrownMove ARRAY_SIZE macro to common include file.
2013-08-26  NeilBrownChange "mdadm --run" to use the same code as "mdadm...
2013-08-01  NeilBrownmdmon: don't lie to systemd.
2013-08-01  NeilBrownIntroduce devid2kname - slightly different to devid2devnm.
2013-07-30  NeilBrownsuper1: simplify setting of array size.
2013-07-15  NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-10  NeilBrownGrow: use mdstat_wait to wait for delayed reshape.
2013-07-02  NeilBrownConfig: use better device names for "DEVICES container"
2013-07-01  NeilBrownManage: check alignment when stopping an array undergoi...
2013-07-01  NeilBrownNew function: sysfs_wait
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-06-19  NeilBrownManage: split Manage_runstop into Manage_run and Manage...
2013-06-17  NeilBrownmdadm.h: add little bits of doco for 'struct superswitch'.
2013-05-30  NeilBrownMake sure NOFILE resource limit is big enough.
2013-05-28  NeilBrownAssemble: allow --update=revert-reshape
2013-05-28  NeilBrownAssemble: --update=metadata converts v0.90 to v1.0
2013-05-22  NeilBrownGrow: introduce min_offset_change to struct reshape.
2013-05-16  NeilBrownAdd --dump / --restore functionality.
2013-05-15  NeilBrowncreate_mddev: add support for /dev/md_XXX non-numeric...
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2013-02-10  John Spencermdadm.h: fix ugly glibc specific ifdeffery
2013-02-05  Jes SorensenRemove --offroot argument and default to always setting...
2013-01-06  NeilBrownconditionally remove map_dev from find_free_devnum
2012-12-05  NeilBrownMISC: Add --examine-badblocks option
2012-10-23  NeilBrownAdd support for --replace and --with
2012-10-22  NeilBrownRemove get_one_disk
2012-10-04  NeilBrownAllow data-offset to be specified per-device for create
2012-10-04  NeilBrownNew RESHAPE_NO_BACKUP flag to track when backup action...
2012-10-04  NeilBrownGrow: set new_data_offset if appropriate
2012-10-04  NeilBrownAdd space_before/space_after fields to mdinfo
2012-10-04  NeilBrownAdd --data-offset flag for Create and Grow
2012-10-04  NeilBrownAdd data_offset arg to ->init_super and use it in super1.c
2012-10-04  NeilBrownAdd data_offset arg to ->validate_geometry.
2012-10-04  NeilBrownAdd data_offset arg to ->avail_size
2012-10-04  NeilBrownAllow parse_size to return 0.
2012-10-04  NeilBrownHandles spaces in array names better.
2012-10-04  Maciej Naruszewiczimsm: Allow to specify controller for --detail-platform.
2012-10-02  Maciej NaruszewiczDisplay size with human_size_brief with a chosen prefix
2012-10-02  Maciej Naruszewiczimsm: Add --export option for --detail-platform
2012-09-20  Lukasz Doraufix: adjust parse_size() to the unsigned size variable
2012-08-12  NeilBrownManage: minor cosmetic fixes.
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 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  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...
next