summaryrefslogtreecommitdiffstats
path: root/Grow.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-141-0/+1
|\
| * Grow: fix hang when reshape completes too fastDan Williams2009-04-121-0/+8
* | grow: don't wait forever for critical section to pass.NeilBrown2009-04-011-0/+8
|/
* Fix alignment for backup of reshape data.NeilBrown2008-08-191-6/+6
* Merge branch 'master' into from-stableNeilBrown2008-08-071-3/+4
|\
| * Clean up usage of open()Doug Ledford2008-07-241-1/+1
| * Add test for stoping and restarting a raid5 reshape.Neil Brown2008-06-271-2/+3
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-1/+1
|/
* Replace sysarray with mdinfoNeil Brown2007-12-141-4/+4
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-141-9/+12
* Find super from fd on an array.Neil Brown2007-12-141-4/+4
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-34/+27
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-12/+14
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-4/+7
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-4/+4
* Fix restarting of a reshaping array.Neil Brown2007-10-161-0/+21
* Report error when grow cannot be restarted.Neil Brown2007-08-201-3/+2
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-211-0/+5
* Fix --grow --add for linear arrays.Neil Brown2007-05-211-8/+7
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-3/+1
* Increase raid456 stripe cache size if needed to --grow the array.Neil Brown2006-12-141-2/+18
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-141-3/+5
* Stop map_dev from returning [0:0]Neil Brown2006-06-201-2/+2
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-1/+4
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-231-3/+3
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-151-2/+0
* Fix problem with sector/KB size confuision for bitmap sizing.Neil Brown2006-05-151-1/+1
* Bug fixes to pass test suiteNeil Brown2006-03-291-9/+14
* Create missing /dev files where needed.Neil Brown2006-03-281-12/+12
* Allow resize to backup to a file.Neil Brown2006-03-271-30/+58
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-4/+3
* Put a 'canary' block in front of the backupNeil Brown2006-03-271-8/+29
* Fix a few issues with the reshape patches.Neil Brown2006-03-201-7/+12
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-8/+125
* Initial reshape supportNeil Brown2006-03-131-1/+407
* Stuff like..Neil Brown2006-01-301-5/+20
* Work towards allowing larger internal bitmaps in version1 superblocks.Neil Brown2006-01-301-3/+8
* Support bitmaps with raid10Neil Brown2005-11-221-2/+9
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-111-2/+12
* Passes all tests, nearly ready for release.Neil Brown2005-08-261-1/+1
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-251-1/+1
* Assorted fixesNeil Brown2005-08-161-3/+71
* Add write-behind supportNeil Brown2005-08-091-2/+2
* Make --zero-superblock work for version 1 superblocks.Neil Brown2005-06-071-2/+2
* Increase max-devs on type-1 superblocksNeil Brown2005-06-071-1/+1
* Support --grow --bitmap=internalNeil Brown2005-06-071-0/+83
* super1Neil Brown2005-05-031-9/+9
* Add a 'super-switch' so that different format superblocks can be used.Neil Brown2005-05-031-6/+13