summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAge
* Examine: fix array size calculation for RAID10.NeilBrown2012-03-22
* super1.c: use ROUND_UP/ROUND_UP_PTRJes Sorensen2012-03-21
* Use struct align_fd to cache fd's block size for aligned reads/writesJes Sorensen2012-03-21
* Use 4K buffer alignment for superblock allocationsJes Sorensen2012-03-21
* match_metadata_desc1(): Use calloc instead of malloc+memsetJes Sorensen2012-03-21
* init_super1() memset full buffer allocated for superblockJes Sorensen2012-03-21
* Define and use SUPER1_SIZE for allocationsJes Sorensen2012-03-21
* super1.c don't keep recalculating bitmap pointerJes Sorensen2012-03-21
* super1: support superblocks up to 4K.NeilBrown2012-03-08
* Print error message if failing to write super for 1.x metadataJes Sorensen2012-02-23
* Use posix_memalign() for memory used to write bitmapsJes Sorensen2012-02-16
* super1: make aread/awrite always use an aligned buffer.NeilBrown2012-02-07
* getinfo_super1: Use MaxSector in place of sb->sizeAlexander Lyakas2012-02-07
* Grow/bitmap: support adding bitmap via sysfs.NeilBrown2011-12-23
* super1: use awrite when writing a new bitmap.NeilBrown2011-12-23
* super1 - fix for bigendian machines.NeilBrown2011-12-23
* super1: getinfo_super should set write-mostly flag.NeilBrown2011-12-20
* Add recovery blocked field to mdinfoAdam Kwolek2011-10-05
* Fix readding of a readwrite drive into a writemostly arrayDoug Ledford2011-09-19
* super1: fix spacing for 'Flags' field in --examine.NeilBrown2011-08-02
* --add incorrectly sets writemostlyScott Schaefer2011-08-02
* Fix some type-aliasing issues.Luca Berra2011-06-17
* Fix some compiler warnings.Luca Berra2011-06-17
* getinfo_super now clears the 'info' structure before filling it in.NeilBrown2011-06-08
* config: restore the possibility of a NULL homehostNeilBrown2011-05-10
* Merge branch 'master' into devel-3.2NeilBrown2011-03-10
|\
| * Assemble: add --update=no-bitmapNeilBrown2011-03-10
| * Teach --assemble --force to handle reshapes a little better.NeilBrown2011-02-21
* | Fix chunksize defaulting.NeilBrown2011-03-09
* | set default chunk in validate_geometryCzarnowska, Anna2011-02-22
* | super1: fix regression in write_init_super.NeilBrown2011-01-31
* | Don't close fds in write_init_superNeilBrown2011-01-25
* | Merge branch 'master' into devel-3.2NeilBrown2010-12-09
|\|
| * Fix byte-order conversion in update_super1("assemble")NeilBrown2010-09-16
* | Assemble: add --update=no-bitmapNeilBrown2010-11-30
* | Create: user container_dev rather than subarray for some tests.NeilBrown2010-11-22
* | Remove subarray detection from load_super.NeilBrown2010-11-22
* | Add subarray arg to container_content.NeilBrown2010-11-22
* | get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-22
* | Report error in --update string is not recognised.NeilBrown2010-11-22
|/
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Don't report Used Dev Size for RAID0.NeilBrown2010-07-22
* Compile-time switch to enable 0.9 metadata as defaultmartin f. krafft2010-05-31
* Revert change to handling of -empty-string- metadata.NeilBrown2010-05-31
* super1: encourage data alignment on 1Meg boundaryNeilBrown2010-03-03
* Create: change default metadata type to 1.2NeilBrown2010-02-24
* super1: put bitmap on a 4K boundary when possible.NeilBrown2010-02-24
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-04
* Introduce MaxSectorDan Williams2009-12-21
* Various fixes for --killNeilBrown2009-11-24