summaryrefslogtreecommitdiff
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
* Allow data-offset to be specified per-device for createNeilBrown2012-06-051-1/+1
* Add data_offset arg to ->init_super and use it in super1.cNeilBrown2012-05-211-1/+6
* Add data_offset arg to ->validate_geometry.NeilBrown2012-05-211-0/+1
* Add data_offset arg to ->avail_sizeNeilBrown2012-05-211-1/+4
* 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
* Don't report Used Dev Size for RAID0.NeilBrown2010-07-221-1/+1
* super-0.90: don't write bitmap larger than 60KNeilBrown2010-07-071-2/+2
* Compile-time switch to enable 0.9 metadata as defaultmartin f. krafft2010-05-311-0/+3
* Revert change to handling of -empty-string- metadata.NeilBrown2010-05-311-1/+2
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-041-0/+1
* Various fixes for --killNeilBrown2009-11-241-2/+2
* Improve error messages when metadata handler does not support request.NeilBrown2009-11-171-3/+13
* Set default bitmap-chunksize for internal bitmaps to at least 64MegNeilBrown2009-11-171-2/+7
* Change default metadata from 0.90 to 1.1NeilBrown2009-11-171-3/+1
* Assemble/super0: allow non-in-sync devices to be assembled without complaint.NeilBrown2009-11-171-1/+8
* Handle negative delta_disks in super0 and super1.NeilBrown2009-10-161-5/+7
* Merge branch 'master' into devel-3.1NeilBrown2009-10-011-10/+9
|\
| * super0: fix crash on assemble if homehost is not set.NeilBrown2009-09-251-3/+7
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* | Grow: support restart of new migrations.NeilBrown2009-08-131-1/+1
* | Examine/Detail: report raid6 layoutNeilBrown2009-07-141-0/+8
|/
* Make --brief even briefer.NeilBrown2009-05-111-6/+10
* super0: Do all metadata IO with 4096byte alignmentNeilBrown2009-03-091-11/+14
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md...NeilBrown2008-12-181-0/+1
|\
| * introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+1
* | Change 'size' argument to validate_geometry to be sectors, not KNeilBrown2008-12-041-2/+2
|/
* allow add_to_super to return errorsDan Williams2008-11-271-1/+3