summaryrefslogtreecommitdiff
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
* Change update to enum in update_super and update_subarrayMateusz Kusiak2023-01-041-5/+4
* super0: refactor the code for enumMateusz Kusiak2023-01-041-39/+63
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-1/+1
* mdadm: block update=ppl for non raid456 levelsLukasz Florczak2022-06-241-1/+1
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-041-1/+1
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-1/+2
* Create: add support for RAID0 layouts.NeilBrown2019-12-021-0/+6
* imsm: return correct uuid for volume in detailBlazej Kucman2019-12-021-2/+2
* super0: Use memmove() when adjusting sparc2.2 superblock dataJes Sorensen2018-05-311-3/+4
* mdadm: Fixup != broken formattingJes Sorensen2017-05-161-4/+4
* Retire mdassembleJes Sorensen2017-04-111-11/+0
* Detail: show consistency policyArtur Paszkiewicz2017-03-291-2/+2
* Generic support for --consistency-policy and PPLArtur Paszkiewicz2017-03-291-4/+4
* mdadm: Specify enough length when write to bufferXiao Ni2017-03-171-1/+1
* Add failfast support.NeilBrown2016-11-281-4/+8
* super0: Clean up formatting in examine_super0()Jes Sorensen2016-08-151-39/+62
* super0: Fix spelling of 'version' in comment and fix formattingJes Sorensen2016-08-151-8/+6
* super0: Use random_uuid() in init_super0()Jes Sorensen2016-08-151-10/+6
* mdadm: Make add_internal_bitmap() return 0 on successJes Sorensen2016-05-121-2/+2
* Fix wrong bitmap output for cluster raidGuoqing Jiang2016-03-071-1/+1
* super0: Fix reporting of devices between 2GB and 4GBNeilBrown2016-01-281-1/+2
* mdadm: do not display bitmap info if it is clearedGuoqing Jiang2015-12-161-3/+4
* mdadm: add the ability to change cluster nameGuoqing Jiang2015-06-171-2/+2
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-2/+1
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-3/+3
* super: make sure to ignore disk state flags that we don't understand.NeilBrown2014-08-071-4/+3
* Manage: remove call to validate_geometry.NeilBrown2013-07-301-1/+1
* super0/1: fix typo in error messages.NeilBrown2013-07-241-1/+1
* revert-reshape: only impose reshape_position tests on raid[456]NeilBrown2013-07-021-2/+3
* revert-reshape: make sure reshape_position is acceptable.NeilBrown2013-06-271-0/+9
* Remove lots of unnecessary white space.NeilBrown2013-06-191-7/+2
* super0: set uninitialized variable.NeilBrown2013-06-191-1/+1
* Assemble: allow --update=revert-reshapeNeilBrown2013-05-281-0/+22
* Assemble: --update=metadata converts v0.90 to v1.0NeilBrown2013-05-281-0/+39
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-211-1/+1
* Add --dump / --restore functionality.NeilBrown2013-05-161-1/+46
* Discard devnum in favour of devnmNeilBrown2013-02-211-1/+1
* make --update=homehost work againNeilBrown2013-02-101-6/+12
* Avoid using BLKFLSBUF.NeilBrown2013-02-051-2/+0
* super0: allow creation of array on 2TB+ devices.NeilBrown2012-10-231-2/+2
* Trivial bugfix and spelling fixes.Michael Tokarev2012-10-221-1/+1
* mdadm: super0: do not override uuid with homehostMichael Tokarev2012-10-221-1/+1
* Allow data-offset to be specified per-device for createNeilBrown2012-10-041-1/+1
* Add data_offset arg to ->init_super and use it in super1.cNeilBrown2012-10-041-1/+6
* Add data_offset arg to ->validate_geometry.NeilBrown2012-10-041-0/+1
* Add data_offset arg to ->avail_sizeNeilBrown2012-10-041-1/+4
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-091-1/+1
* Remove scattered checks for malloc success.NeilBrown2012-07-091-5/+3
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-24/+20
* Examine: fix array size calculation for RAID10.NeilBrown2012-03-221-5/+9