summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
* Add failfast support.NeilBrown2016-11-281-0/+13
* Add function for getting member drive sector sizePawel Baldysiak2016-11-171-2/+1
* super1: fix setting bad block log offset in write_init_super1()Artur Paszkiewicz2016-11-161-24/+23
* super1: make internal bitmap size calculations more consistentArtur Paszkiewicz2016-11-161-16/+9
* super1: make write_bitmap1 compatible with previous mdadm versionsGuoqing Jiang2016-10-191-1/+9
* mdadm: fix a buffer overflowSong Liu2016-09-121-2/+2
* Introduce random_uuid() helper functionJes Sorensen2016-08-151-33/+6
* super1: Avoid if and return on the same lineJes Sorensen2016-08-111-1/+2
* super1: add more checks for NodeNumUpdate optionGuoqing Jiang2016-05-121-3/+19
* mdadm: Make add_internal_bitmap() return 0 on successJes Sorensen2016-05-121-5/+5
* 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