summaryrefslogtreecommitdiffstats
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
* Don't report Used Dev Size for RAID0.NeilBrown2010-07-221-1/+1
* Compile-time switch to enable 0.9 metadata as defaultmartin f. krafft2010-05-311-0/+2
* Revert change to handling of -empty-string- metadata.NeilBrown2010-05-311-2/+1
* super1: encourage data alignment on 1Meg boundaryNeilBrown2010-03-031-12/+40
* Create: change default metadata type to 1.2NeilBrown2010-02-241-1/+1
* super1: put bitmap on a 4K boundary when possible.NeilBrown2010-02-241-8/+7
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-041-0/+5
* Introduce MaxSectorDan Williams2009-12-211-3/+3
* Various fixes for --killNeilBrown2009-11-241-2/+2
* Improve error messages when metadata handler does not support request.NeilBrown2009-11-171-1/+4
* 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-1/+4
* Assemble: include ACTIVE but not in-sync devices as non-spares.NeilBrown2009-11-171-1/+1
* Handle negative delta_disks in super0 and super1.NeilBrown2009-10-161-11/+12
* Merge branch 'master' into devel-3.1NeilBrown2009-10-011-7/+4
|\
| * super1: remove fd leak when opening /dev/urandomNeilBrown2009-08-131-0/+2
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* | Examine/Detail: report raid6 layoutNeilBrown2009-07-141-0/+8
|/
* Merge branch 'master' into devel-3.0NeilBrown2009-05-111-13/+9
|\
| * Fix gcc-4.4 compiler warning.NeilBrown2009-04-291-12/+7
* | super1 - fix brief examine.NeilBrown2009-05-111-3/+3
* | Make --brief even briefer.NeilBrown2009-05-111-5/+7
* | conf/assemble: new config line "auto".NeilBrown2009-05-111-1/+1
* | Merge branch 'master' in devel-3.0NeilBrown2009-03-101-0/+4
|\|
| * super1: make sure max_dev grows enough when adding a device to an array.NeilBrown2009-03-091-0/+3
| * Fix bad metadata formattingDoug Ledford2008-10-301-0/+3
* | super1/examine: remove confusing information.NeilBrown2009-03-091-4/+21
* | super1 - do metadata IO in sector_size units.NeilBrown2009-03-091-7/+64
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+1
* | allow add_to_super to return errorsDan Williams2008-11-271-1/+3
* | Don't give array name in --examine --brief output if it is doubtful.NeilBrown2008-11-041-2/+4
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-10/+38
|\|
| * Grow: Fix linear-growth when devices are not all the same size.NeilBrown2008-10-151-1/+20
| * Improve reporting of layout for raid10.NeilBrown2008-10-131-8/+6
| * Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-131-1/+12
* | trivial warn_unused_result squashingDan Williams2008-10-151-6/+18
* | Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-181-6/+0
* | Ignore leading zeros in version number information.NeilBrown2008-09-181-3/+9
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-2/+6
* | Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-151-0/+1
* | Pass 'verbose' flag to validate_geometryNeil Brown2008-07-121-3/+6
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-17/+26
* | Remove silly convention that major='-1' means 'zero superblock'.Neil Brown2008-07-121-1/+1
* | Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-121-0/+3
* | Add subarray field to supertype.Neil Brown2008-07-121-0/+3
* | Remove 'major' from superswitch.Neil Brown2008-07-121-2/+1
* | Use text_version in map_file rather than major.minor.Neil Brown2008-07-121-0/+1
* | Fix write_init_super usage when hot-adding a spareNeil Brown2008-07-121-6/+2
* | Always initialise a struct super_type to zeroNeil Brown2008-07-121-1/+2
* | Change write_init_super to be called only once.Neil Brown2008-05-151-96/+129