summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
* super1: Fix cases triggering gcc-8.1 strncpy truncate warningJes Sorensen2018-05-311-4/+18
* mdadm: improve the dlm locking mechanism for clustered raidGuoqing Jiang2018-03-081-42/+0
* Zeroout whole ppl space during creation/force assemblePawel Baldysiak2017-10-021-0/+5
* super1: Add support for multiple-pplsPawel Baldysiak2017-10-021-28/+37
* mdadm: fixes some trivial typos in commentsZhilong Liu2017-10-021-4/+4
* super1: only set clustered flag when bitmap is presentNeilBrown2017-08-161-2/+2
* super1: Always round data offset to 1MPawel Baldysiak2017-07-271-2/+1
* super1: fix sb->max_dev when adding a new disk in linear arrayLidong Zhong2017-05-261-1/+6
* super1: Clean up various style abusesJes Sorensen2017-04-111-140/+223
* Retire mdassembleJes Sorensen2017-04-111-18/+3
* super1: replace hard-coded values with bit definitionsGioh Kim2017-03-291-3/+4
* Add 'ppl' and 'no-ppl' options for --update=Artur Paszkiewicz2017-03-291-0/+49
* super1: PPL supportArtur Paszkiewicz2017-03-291-18/+132
* Detail: show consistency policyArtur Paszkiewicz2017-03-291-4/+5
* Generic support for --consistency-policy and PPLArtur Paszkiewicz2017-03-291-3/+3
* super1: ignore failfast flag for setting device roleGioh Kim2017-03-281-3/+5
* mdadm:check the nodes when operate clustered arrayZhilong Liu2017-03-061-8/+1
* 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