summaryrefslogtreecommitdiff
path: root/bitmap.c
Commit message (Expand)AuthorAge
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-14
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* Centralise code for copying uuidNeil Brown2006-12-14
* Fix and test --update=uuidNeil Brown2006-12-14
* Reduce max bitmap size when bitmap is in a file.Neil Brown2006-10-16
* Flush bitmap file before truncate.Neil Brown2006-10-16
* Fixed endian problem with bitmap metdataPaul Clements2006-10-09
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-29
* When updating uuid, update the bitmap as well - external bitmapsNeil Brown2006-05-16
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-15
* Use O_DIRECT to read bitmap files.Neil Brown2006-05-15
* Release some compile fixes.Neil Brown2006-02-06
* Assorted fixes...Neil Brown2006-01-27
* Support bitmaps with raid10Neil Brown2005-11-22
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-11
* Fix remaining problems with hot-add bitmap to version-1 superblockNeil Brown2005-09-12
* Passes all tests, nearly ready for release.Neil Brown2005-08-26
* Getting ready for 2.0 release...Neil Brown2005-08-26
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-25
* Add write-behind supportNeil Brown2005-08-09
* Assorted Fixes for multiple bugs.Neil Brown2005-08-04
* Replace sprintf calls with snprintfNeil Brown2005-06-14
* Add support for internal bitmapsNeil Brown2005-06-07
* Initial bitmap supportNeil Brown2005-06-07