]> git.ipfire.org Git - thirdparty/mdadm.git/history - super1.c
Create: add support for RAID0 layouts.
[thirdparty/mdadm.git] / super1.c
2019-12-02  NeilBrownCreate: add support for RAID0 layouts.
2019-12-02  Blazej Kucmanimsm: return correct uuid for volume in detail
2019-02-28  Corey Hickeyadd missing units to --examine
2018-05-31  Jes Sorensensuper1: Fix cases triggering gcc-8.1 strncpy truncate...
2018-03-08  Guoqing Jiangmdadm: improve the dlm locking mechanism for clustered...
2017-10-02  Pawel BaldysiakZeroout whole ppl space during creation/force assemble
2017-10-02  Pawel Baldysiaksuper1: Add support for multiple-ppls
2017-10-02  Zhilong Liumdadm: fixes some trivial typos in comments
2017-08-16  NeilBrownsuper1: only set clustered flag when bitmap is present
2017-07-27  Pawel Baldysiaksuper1: Always round data offset to 1M
2017-05-26  Lidong Zhongsuper1: fix sb->max_dev when adding a new disk in linea...
2017-04-11  Jes Sorensensuper1: Clean up various style abuses
2017-04-11  Jes SorensenRetire mdassemble
2017-03-29  Gioh Kimsuper1: replace hard-coded values with bit definitions
2017-03-29  Artur PaszkiewiczAdd 'ppl' and 'no-ppl' options for --update=
2017-03-29  Artur Paszkiewiczsuper1: PPL support
2017-03-29  Artur PaszkiewiczDetail: show consistency policy
2017-03-29  Artur PaszkiewiczGeneric support for --consistency-policy and PPL
2017-03-28  Gioh Kimsuper1: ignore failfast flag for setting device role
2017-03-06  Zhilong Liumdadm:check the nodes when operate clustered array
2016-11-28  NeilBrownAdd failfast support.
2016-11-17  Pawel BaldysiakAdd function for getting member drive sector size
2016-11-16  Artur Paszkiewiczsuper1: fix setting bad block log offset in write_init_...
2016-11-16  Artur Paszkiewiczsuper1: make internal bitmap size calculations more...
2016-10-19  Guoqing Jiangsuper1: make write_bitmap1 compatible with previous...
2016-09-12  Song Liumdadm: fix a buffer overflow
2016-08-15  Jes SorensenIntroduce random_uuid() helper function
2016-08-11  Jes Sorensensuper1: Avoid if and return on the same line
2016-05-12  Guoqing Jiangsuper1: add more checks for NodeNumUpdate option
2016-05-12  Jes Sorensenmdadm: Make add_internal_bitmap() return 0 on success
2016-05-09  Guoqing Jiangsuper1: make the check for NodeNumUpdate more accurate
2016-05-09  Guoqing Jiangsuper1: don't update node nums if it is not more than 1
2016-04-06  Jes Sorensensuper1: Clear memory allocated for superblock + bitmap...
2016-03-24  Guoqing JiangChange the option from NoUpdate to NodeNumUpdate
2016-03-09  Jes Sorensensuper1: Fix potential buffer overflows when copying...
2016-03-07  Guoqing JiangFix wrong bitmap output for cluster raid
2016-02-01  NeilBrownsuper1: Fix bblog_size accesses on big-ending machines.
2016-01-28  NeilBrownAssorted fixed for a "make everything" build
2016-01-28  NeilBrownsuper1: allow reshape that hasn't really started to...
2016-01-28  NeilBrownsuper1: fix calculation of space_before
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  Guoqing Jiangmdadm: improve the safeguard for change cluster raid...
2015-12-16  Guoqing Jiangmdadm: do not try to hold dlm lock in free_super1
2015-12-16  Guoqing Jiangmdadm: do not display bitmap info if it is cleared
2015-12-16  Guoqing Jiangmdadm: don't show cluster name once the bitmap is cleared
2015-12-16  Song Liurecreate journal in mdadm
2015-10-30  Song Liuadd crc32c and use it for r5l checksum
2015-10-22  Song Liumdadm: refactor write journal code in Assemble and...
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-19  Song LiuShow device as journal in --detail --examine
2015-10-19  Song Liuadd macros for MD_DISK_ROLE_(SPARE/FAULTY)
2015-09-30  NeilBrownMerge branch 'fix' of git://github.com/ldzhong/mdadm
2015-09-28  NeilBrownsuper1: Do not create bad block log for clustered devices.
2015-09-28  Goldwyn RodriguesIncrement version for clustered bitmaps
2015-08-03  NeilBrownMerge branch 'mdadm-3.3.x'
2015-07-29  Guoqing Jiangmd-cluster: use %-64s to print cluster_name
2015-07-27  NeilBrownMerge branch 'cluster'
2015-06-16  Guoqing JiangReuse calc_bitmap_size to reduce code size cluster
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 JiangSkip clustered devices in incremental
2015-06-16  Guoqing JiangSet home-cluster while creating an array
2015-06-16  Guoqing JiangAdd nodes option while creating md
2015-06-16  Guoqing JiangCreate n bitmaps for clustered mode
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2015-02-12  NeilBrownConsistently print program Name and __func__ in debug...
2014-11-03  NeilBrownsuper1: remove some debugging printfs in update_super1
2014-08-21  NeilBrownsuper1: make sure 'room' includes 'bbl_size' when creat...
2014-08-15  NeilBrownsuper1: don't allow adding a bitmap if there is no...
2014-08-07  NeilBrownconfig: new option to suppress adding bad block lists.
2014-08-07  NeilBrownsuper: make sure to ignore disk state flags that we...
2014-05-22  Cristian Rodríguezmdadm: Do not reimplment offsetof
2013-08-14  NeilBrownsuper1: fix setting of data_offset for 1.0 metadata.
2013-07-30  NeilBrownsuper1: simplify setting of array size.
2013-07-30  NeilBrownsuper1: separate to version of _avail_space1().
2013-07-30  NeilBrownManage: remove call to validate_geometry.
2013-07-24  NeilBrownsuper0/1: fix typo in error messages.
2013-07-24  NeilBrownsuper1: update data_size when performing "revert-reshape".
2013-07-02  NeilBrownrevert-reshape: only impose reshape_position tests...
2013-06-27  NeilBrownrevert-reshape: make sure reshape_position is acceptable.
2013-06-24  NeilBrownsuper1: fix space_{before,after} for RAID0
2013-06-19  NeilBrownAdd test for --update=metadata and fix bug it found.
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-05-28  NeilBrownsuper1: set RESHAPE_NO_BACKUP based on new_offset.
2013-05-28  NeilBrownAssemble: allow --update=revert-reshape
2013-05-28  NeilBrownAssemble: --update=metadata converts v0.90 to v1.0
2013-05-28  NeilBrownsuper1: fix some casts of signed superblock fields.
2013-05-22  NeilBrownExamine/super1 - report Unused space, before and after.
2013-05-22  NeilBrownsuper1: don't put the bblog at the end of the free...
2013-05-22  NeilBrownGrow: allow metadata to indicate that changing data_off...
2013-05-21  NeilBrownsuper1: improve calculation of space_before/space_after
2013-05-21  NeilBrownExamine/super1: don't report "New Offset" when feature...
2013-05-16  NeilBrownAdd --dump / --restore functionality.
2013-05-13  NeilBrownAlways test return value of posix_memalign.
2013-05-13  NeilBrownmdassemble - fix new compile-time problems.
2013-02-21  NeilBrownDiscard devnum in favour of devnm
next