summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-14
|\
| * Grow: fix hang when reshape completes too fastDan Williams2009-04-12
* | grow: don't wait forever for critical section to pass.NeilBrown2009-04-01
|/
* Fix alignment for backup of reshape data.NeilBrown2008-08-19
* Merge branch 'master' into from-stableNeilBrown2008-08-07
|\
| * Clean up usage of open()Doug Ledford2008-07-24
| * Add test for stoping and restarting a raid5 reshape.Neil Brown2008-06-27
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-12
|/
* Replace sysarray with mdinfoNeil Brown2007-12-14
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-14
* Find super from fd on an array.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
* Fix restarting of a reshaping array.Neil Brown2007-10-16
* Report error when grow cannot be restarted.Neil Brown2007-08-20
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-21
* Fix --grow --add for linear arrays.Neil Brown2007-05-21
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-14
* Increase raid456 stripe cache size if needed to --grow the array.Neil Brown2006-12-14
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-14
* Stop map_dev from returning [0:0]Neil Brown2006-06-20
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-29
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-23
* Just updaqte copyright dates and email addressNeil Brown2006-05-19
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-15
* Fix problem with sector/KB size confuision for bitmap sizing.Neil Brown2006-05-15
* Bug fixes to pass test suiteNeil Brown2006-03-29
* Create missing /dev files where needed.Neil Brown2006-03-28
* Allow resize to backup to a file.Neil Brown2006-03-27
* Remove ident arg from getinfo_super;Neil Brown2006-03-27
* Put a 'canary' block in front of the backupNeil Brown2006-03-27
* Fix a few issues with the reshape patches.Neil Brown2006-03-20
* Support restarting of a reshape on --assembleNeil Brown2006-03-20
* Initial reshape supportNeil Brown2006-03-13
* Stuff like..Neil Brown2006-01-30
* Work towards allowing larger internal bitmaps in version1 superblocks.Neil Brown2006-01-30
* 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
* Assorted fixesNeil Brown2005-08-16
* Add write-behind supportNeil Brown2005-08-09
* Make --zero-superblock work for version 1 superblocks.Neil Brown2005-06-07
* Increase max-devs on type-1 superblocksNeil Brown2005-06-07
* Support --grow --bitmap=internalNeil 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