summaryrefslogtreecommitdiff
path: root/Create.c
Commit message (Expand)AuthorAge
* Allow creation of a RAID6 with a single missing device.Neil Brown2008-04-28
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-14
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-14
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-14
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-14
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* A recent patch broke --create --level=faulty - fix it.Neil Brown2007-11-29
* Add some extra consistency checks based on level.Neil Brown2007-10-17
* Create.c s/major/major_num/maximilian attems2007-09-24
* Enhance raid4 support: --assemble and --monitor wasn't quite happy with it.Doug Ledford2007-07-09
* Improve error message when trying to create an array that already exists.Doug Ledford2007-07-09
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-21
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-14
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-14
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-14
* Fix bugs related to raid10 and the new offset layout.Neil Brown2006-10-19
* Remove partitions from components of an md arrayNeil Brown2006-10-13
* Minor improvement in name auto-chosen for version-1 superblocks.Neil Brown2006-08-11
* Tidyup automatic name choice for v-1 arraysNeil Brown2006-08-07
* More consistent honoring of --configfileNeil Brown2006-06-26
* Allow default metadata to be specified in mdadm.confNeil Brown2006-06-02
* Set default name for v1 array based on device name.Neil Brown2006-05-26
* Make homehost information appear in superblock.Neil Brown2006-05-19
* Just updaqte copyright dates and email addressNeil Brown2006-05-19
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-15
* Kill old superblocks on create.Neil Brown2006-03-28
* Prefer version-1 superblocks for v.large devices.Neil Brown2006-01-31
* Enable support for v.large raid1.Neil Brown2006-01-27
* Minor fixesNeil Brown2006-01-27
* Assorted fixes...Neil Brown2006-01-27
* uhm.. assort fixes, particularly for recovery offset...Neil Brown2005-12-16
* Support --assume-clean for --createNeil Brown2005-12-05
* Support bitmaps with raid10Neil Brown2005-11-22
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-11
* Passes all tests, nearly ready for release.Neil Brown2005-08-26
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-25
* Add test for multipath and make it work.Neil Brown2005-08-16
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-15
* Support nameing of version-1 arrays.Neil Brown2005-08-09
* Add write-behind supportNeil Brown2005-08-09
* Retry --stop --scan until all stoppable devices have been stoppedNeil Brown2005-06-14
* Make --zero-superblock work for version 1 superblocks.Neil Brown2005-06-07
* Add support for internal bitmapsNeil Brown2005-06-07
* Fix create bug which initialised superblocks wrongly.Neil Brown2005-06-07
* Initial bitmap supportNeil Brown2005-06-07
* Release 1.8.1 after some man page updates and other fixes.Neil Brown2005-06-07
* super1Neil Brown2005-05-03
* Add a 'super-switch' so that different format superblocks can be used.Neil Brown2005-05-03
* Separate sueprblock handling into separate fileNeil Brown2005-05-03
* Use O_EXCL when opening component devices to be assembled into an arrayNeil Brown2005-04-04