summaryrefslogtreecommitdiff
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* match_metadata_desc0(): Use calloc instead of malloc+memsetJes Sorensen2012-03-211-3/+3
* Use posix_memalign() for memory used to write bitmapsJes Sorensen2012-02-161-3/+5
* Grow/bitmap: support adding bitmap via sysfs.NeilBrown2011-12-231-0/+3
* super0: fix overflow when checking max size.NeilBrown2011-10-201-1/+1
* Add recovery blocked field to mdinfoAdam Kwolek2011-10-051-0/+2
* Fix readding of a readwrite drive into a writemostly arrayDoug Ledford2011-09-191-0/+6
* Fix component size checks in validate_super0.NeilBrown2011-09-081-4/+10
* Fix some type-aliasing issues.Luca Berra2011-06-171-2/+6
* getinfo_super now clears the 'info' structure before filling it in.NeilBrown2011-06-081-0/+1
* config: restore the possibility of a NULL homehostNeilBrown2011-05-101-1/+1
* Merge branch 'master' into devel-3.2NeilBrown2011-03-101-0/+14
|\
| * Assemble: add --update=no-bitmapNeilBrown2011-03-101-2/+5
| * Teach --assemble --force to handle reshapes a little better.NeilBrown2011-02-211-0/+14
* | Fix chunksize defaulting.NeilBrown2011-03-091-3/+3
* | set default chunk in validate_geometryCzarnowska, Anna2011-02-221-1/+4
* | Don't close fds in write_init_superNeilBrown2011-01-251-2/+7
* | Assemble: add --update=no-bitmapNeilBrown2010-11-301-2/+5
* | Create: user container_dev rather than subarray for some tests.NeilBrown2010-11-221-0/+1
* | Remove subarray detection from load_super.NeilBrown2010-11-221-3/+0
* | Add subarray arg to container_content.NeilBrown2010-11-221-0/+12
* | get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-2/+7
* | Report error in --update string is not recognised.NeilBrown2010-11-221-22/+13
|/
* Compile with -Wextra by defaultNeilBrown2010-08-051-5/+5