summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAge
* 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
* Improve error messages when metadata handler does not support request.NeilBrown2009-11-17
* Set default bitmap-chunksize for internal bitmaps to at least 64MegNeilBrown2009-11-17
* Change default metadata from 0.90 to 1.1NeilBrown2009-11-17
* Assemble: include ACTIVE but not in-sync devices as non-spares.NeilBrown2009-11-17
* Handle negative delta_disks in super0 and super1.NeilBrown2009-10-16
* Merge branch 'master' into devel-3.1NeilBrown2009-10-01
|\
| * super1: remove fd leak when opening /dev/urandomNeilBrown2009-08-13
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* | Examine/Detail: report raid6 layoutNeilBrown2009-07-14
|/
* Merge branch 'master' into devel-3.0NeilBrown2009-05-11
|\
| * Fix gcc-4.4 compiler warning.NeilBrown2009-04-29
* | super1 - fix brief examine.NeilBrown2009-05-11
* | Make --brief even briefer.NeilBrown2009-05-11
* | conf/assemble: new config line "auto".NeilBrown2009-05-11
* | Merge branch 'master' in devel-3.0NeilBrown2009-03-10
|\|
| * super1: make sure max_dev grows enough when adding a device to an array.NeilBrown2009-03-09
| * Fix bad metadata formattingDoug Ledford2008-10-30
* | super1/examine: remove confusing information.NeilBrown2009-03-09
* | super1 - do metadata IO in sector_size units.NeilBrown2009-03-09
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-08
* | allow add_to_super to return errorsDan Williams2008-11-27
* | Don't give array name in --examine --brief output if it is doubtful.NeilBrown2008-11-04
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-17
|\|
| * Grow: Fix linear-growth when devices are not all the same size.NeilBrown2008-10-15
| * Improve reporting of layout for raid10.NeilBrown2008-10-13
| * Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-13
* | trivial warn_unused_result squashingDan Williams2008-10-15
* | Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-18
* | Ignore leading zeros in version number information.NeilBrown2008-09-18
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-18
* | Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-15
* | Pass 'verbose' flag to validate_geometryNeil Brown2008-07-12
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-12
* | Remove silly convention that major='-1' means 'zero superblock'.Neil Brown2008-07-12
* | Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-12
* | Add subarray field to supertype.Neil Brown2008-07-12
* | Remove 'major' from superswitch.Neil Brown2008-07-12