]> git.neil.brown.name Git - mdadm.git/history - super1.c
mdadm: Make add_internal_bitmap() return 0 on success
[mdadm.git] / super1.c
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
2013-02-10 NeilBrownmake --update=homehost work again
2013-02-05 NeilBrownAvoid using BLKFLSBUF.
2012-12-05 NeilBrownMISC: Add --examine-badblocks option
2012-10-24 NeilBrownIncremental: support replacement devices.
2012-10-23 NeilBrownAssemble: add support for replacement devices.
2012-10-23 NeilBrownReport replacement devices correctly with --detail...
2012-10-10 NeilBrownReplace a lot of leading spaces with tabs.
2012-10-04 NeilBrownAllow data-offset to be specified per-device for create
2012-10-04 NeilBrownsuper1: reserve at least 2 chunks for reshape headroom.
2012-10-04 NeilBrownNew RESHAPE_NO_BACKUP flag to track when backup action...
2012-10-04 NeilBrownAdd space_before/space_after fields to mdinfo
2012-10-04 NeilBrownsuper1: add new_offset field.
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 NeilBrownHandles spaces in array names better.
2012-10-03 NeilBrownsuper1: ensure bitmap doesn't overlap bad block log.
2012-10-03 NeilBrownAllow --update to add or remove space for a bad block...
2012-10-03 NeilBrownBad block log
2012-10-02 Maciej NaruszewiczAdd MD_ARRAY_SIZE for --examine --export
2012-07-09 NeilBrownConvert 'quiet' to 'not verbose' in various places.
2012-07-09 NeilBrownRemove scattered checks for malloc success.
2012-07-09 NeilBrownIntroduce pr_err for printing error messages.
2012-05-28 majianpengmdadm: Fix Segmentation fault.
2012-05-14 NeilBrownsuper1: fix choice of data_offset.
2012-04-29 Jes SorensenFix sign extension of bitmap_offset in super1.c
2012-04-04 NeilBrownsuper1: leave more space in front of data by default.
2012-04-04 NeilBrownBitmap_offset is a signed number
2012-03-22 NeilBrownExamine: fix array size calculation for RAID10.
next