summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-2/+1
* Bump minimum kernel version to 2.6.32Jes Sorensen2023-04-101-5/+0
* Fix some cases eyesore formattingJes Sorensen2023-04-101-57/+60
* super1: fix truncation check for journal deviceHristo Venev2023-04-101-2/+3
* Change update to enum in update_super and update_subarrayMateusz Kusiak2023-01-041-9/+8
* super1: refactor the code for enumMateusz Kusiak2023-01-041-61/+91
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-1/+1
* super1: report truncated deviceNeilBrown2022-08-291-7/+28
* mdadm: block update=ppl for non raid456 levelsLukasz Florczak2022-06-241-2/+1
* mdadm/super1: restore commit 45a87c2f31335 to fix clustered slot issueHeming Zhao2022-06-241-1/+11
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-041-1/+1
* mdadm/super1: It needs to specify int32 for bitmap_offsetXiao Ni2021-07-161-1/+1
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-1/+2
* super1.c: avoid useless sync when bitmap switches from clustered to noneZhao Heming2021-03-031-0/+2
* super1: fix Floating point exceptionZhao Heming2021-03-031-1/+4
* Grow: be careful of corrupt dev_roles listNeilBrown2021-03-031-10/+38
* mdadm/bitmap: locate bitmap calcuate bitmap position wronglyXiao Ni2021-03-031-3/+9
* Super1: allow RAID0 layout setting to be removed.NeilBrown2020-10-141-1/+5
* Detect too-small device: error rather than underflow/crashDavid Favro2020-06-051-5/+14
* Assemble: add support for RAID0 layouts.NeilBrown2019-12-021-1/+11
* Create: add support for RAID0 layouts.NeilBrown2019-12-021-1/+29
* imsm: return correct uuid for volume in detailBlazej Kucman2019-12-021-2/+2
* add missing units to --examineCorey Hickey2019-02-281-3/+3
* 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