summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: Fix Segmentation fault.data_offsetmajianpeng2012-06-051-1/+3
* Allow data-offset to be specified per-device for createNeilBrown2012-06-051-5/+4
* super1: reserve at least 2 chunks for reshape headroom.NeilBrown2012-05-211-5/+16
* New RESHAPE_NO_BACKUP flag to track when backup action is needed.NeilBrown2012-05-211-0/+2
* Add space_before/space_after fields to mdinfoNeilBrown2012-05-211-0/+36
* super1: add new_offset field.NeilBrown2012-05-211-3/+27
* Add --data-offset flag for Create and GrowNeilBrown2012-05-211-3/+3
* Add data_offset arg to ->init_super and use it in super1.cNeilBrown2012-05-211-35/+49
* Add data_offset arg to ->validate_geometry.NeilBrown2012-05-211-1/+2
* Add data_offset arg to ->avail_sizeNeilBrown2012-05-211-4/+21
* super1: fix choice of data_offset.NeilBrown2012-05-151-15/+16
* Fix sign extension of bitmap_offset in super1.cJes Sorensen2012-04-301-2/+2
* super1: leave more space in front of data by default.NeilBrown2012-04-041-6/+21
* Bitmap_offset is a signed numberNeilBrown2012-04-041-2/+2
* Examine: fix array size calculation for RAID10.NeilBrown2012-03-221-6/+8
* super1.c: use ROUND_UP/ROUND_UP_PTRJes Sorensen2012-03-211-4/+3
* Use struct align_fd to cache fd's block size for aligned reads/writesJes Sorensen2012-03-211-21/+54
* Use 4K buffer alignment for superblock allocationsJes Sorensen2012-03-211-3/+3
* match_metadata_desc1(): Use calloc instead of malloc+memsetJes Sorensen2012-03-211-3/+3
* init_super1() memset full buffer allocated for superblockJes Sorensen2012-03-211-2/+1
* Define and use SUPER1_SIZE for allocationsJes Sorensen2012-03-211-10/+6
* super1.c don't keep recalculating bitmap pointerJes Sorensen2012-03-211-3/+2
* super1: support superblocks up to 4K.NeilBrown2012-03-081-27/+33
* Print error message if failing to write super for 1.x metadataJes Sorensen2012-02-231-9/+16
* Use posix_memalign() for memory used to write bitmapsJes Sorensen2012-02-161-2/+5
* super1: make aread/awrite always use an aligned buffer.NeilBrown2012-02-071-16/+23
* getinfo_super1: Use MaxSector in place of sb->sizeAlexander Lyakas2012-02-071-1/+1
* Grow/bitmap: support adding bitmap via sysfs.NeilBrown2011-12-231-16/+21
* super1: use awrite when writing a new bitmap.NeilBrown2011-12-231-2/+2
* super1 - fix for bigendian machines.NeilBrown2011-12-231-2/+2
* super1: getinfo_super should set write-mostly flag.NeilBrown2011-12-201-0/+2
* 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/+5
* super1: fix spacing for 'Flags' field in --examine.NeilBrown2011-08-021-1/+1
* --add incorrectly sets writemostlyScott Schaefer2011-08-021-0/+2
* Fix some type-aliasing issues.Luca Berra2011-06-171-1/+3
* Fix some compiler warnings.Luca Berra2011-06-171-7/+2
* 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
* | super1: fix regression in write_init_super.NeilBrown2011-01-311-8/+8
* | Don't close fds in write_init_superNeilBrown2011-01-251-0/+7
* | Merge branch 'master' into devel-3.2NeilBrown2010-12-091-3/+3
|\ \ | |/
| * Fix byte-order conversion in update_super1("assemble")NeilBrown2010-09-161-3/+3
* | Assemble: add --update=no-bitmapNeilBrown2010-11-301-2/+5
* | Create: user container_dev rather than subarray for some tests.NeilBrown2010-11-221-0/+1