summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
...
* super1: make the check for NodeNumUpdate more accurateGuoqing Jiang2016-05-091-1/+1
* super1: don't update node nums if it is not more than 1Guoqing Jiang2016-05-091-0/+5
* super1: Clear memory allocated for superblock + bitmap before useJes Sorensen2016-04-061-0/+2
* Change the option from NoUpdate to NodeNumUpdateGuoqing Jiang2016-03-241-1/+1
* super1: Fix potential buffer overflows when copying cluster_nameJes Sorensen2016-03-091-6/+12
* Fix wrong bitmap output for cluster raidGuoqing Jiang2016-03-071-6/+6
* super1: Fix bblog_size accesses on big-ending machines.NeilBrown2016-02-011-5/+5
* Assorted fixed for a "make everything" buildNeilBrown2016-01-281-2/+4
* super1: allow reshape that hasn't really started to be reverted.NeilBrown2016-01-281-1/+20
* super1: fix calculation of space_beforeNeilBrown2016-01-281-1/+1
* Add --update=force-no-bbl.NeilBrown2015-12-211-0/+5
* mdadm: improve the safeguard for change cluster raid's sbGuoqing Jiang2015-12-171-15/+18
* mdadm: do not try to hold dlm lock in free_super1Guoqing Jiang2015-12-171-11/+0
* mdadm: do not display bitmap info if it is clearedGuoqing Jiang2015-12-161-3/+9
* mdadm: don't show cluster name once the bitmap is clearedGuoqing Jiang2015-12-161-2/+2
* recreate journal in mdadmSong Liu2015-12-161-1/+2
* add crc32c and use it for r5l checksumSong Liu2015-10-301-7/+4
* mdadm: refactor write journal code in Assemble and IncrementalSong Liu2015-10-221-16/+3
* Safeguard against writing to an active device of another nodeGuoqing Jiang2015-10-211-0/+51
* Assemble array with write journalSong Liu2015-10-191-5/+32
* Enable create array with write journal (--write-journal DEVICE).Song Liu2015-10-191-1/+69
* Show device as journal in --detail --examineSong Liu2015-10-191-0/+9
* add macros for MD_DISK_ROLE_(SPARE/FAULTY)Song Liu2015-10-191-15/+15
* super1: Do not create bad block log for clustered devices.NeilBrown2015-09-281-1/+2
* Increment version for clustered bitmapsGoldwyn Rodrigues2015-09-281-0/+5
* md-cluster: use %-64s to print cluster_nameGuoqing Jiang2015-07-291-2/+2
* Reuse calc_bitmap_size to reduce code sizeclusterGuoqing Jiang2015-06-171-10/+2
* mdadm: change the num of cluster nodeGuoqing Jiang2015-06-171-0/+37
* mdadm: add the ability to change cluster nameGuoqing Jiang2015-06-171-2/+21
* Skip clustered devices in incrementalGuoqing Jiang2015-06-171-0/+2
* Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-1/+4
* Add nodes option while creating mdGuoqing Jiang2015-06-171-0/+1
* Create n bitmaps for clustered modeGuoqing Jiang2015-06-171-19/+34
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-6/+3
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-5/+4
* super1: remove some debugging printfs in update_super1NeilBrown2014-11-031-4/+0
* super1: make sure 'room' includes 'bbl_size' when creating array.NeilBrown2014-08-211-2/+2
* super1: don't allow adding a bitmap if there is no space.NeilBrown2014-08-151-0/+4
* config: new option to suppress adding bad block lists.NeilBrown2014-08-071-0/+4
* super: make sure to ignore disk state flags that we don't understand.NeilBrown2014-08-071-1/+1
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-221-3/+1
* super1: fix setting of data_offset for 1.0 metadata.NeilBrown2013-08-141-1/+2
* super1: simplify setting of array size.NeilBrown2013-07-301-110/+71
* super1: separate to version of _avail_space1().NeilBrown2013-07-301-28/+63
* Manage: remove call to validate_geometry.NeilBrown2013-07-301-1/+1
* super0/1: fix typo in error messages.NeilBrown2013-07-241-1/+1
* super1: update data_size when performing "revert-reshape".NeilBrown2013-07-241-3/+4
* revert-reshape: only impose reshape_position tests on raid[456]NeilBrown2013-07-021-8/+11
* revert-reshape: make sure reshape_position is acceptable.NeilBrown2013-06-271-3/+27
* super1: fix space_{before,after} for RAID0NeilBrown2013-06-241-1/+4