summaryrefslogtreecommitdiffstats
path: root/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown2010-04-071-2/+6
* imsm: add support for checkpointing via 'curr_migr_unit'Dan Williams2009-12-211-2/+0
* Merge branch 'master' into devel-3.0NeilBrown2009-05-111-13/+15
|\
| * Fix gcc-4.4 compiler warning.NeilBrown2009-04-291-13/+15
* | Merge branch 'master' into devel-3.0NeilBrown2009-02-021-1/+1
|\|
| * Fix possible crash if bitmap metadata is bad.NeilBrown2009-02-021-1/+1
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-0/+9
|\|
| * Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-131-0/+9
* | trivial warn_unused_result squashingDan Williams2008-10-151-1/+4
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-4/+2
|/
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-1/+1
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-3/+3
* Centralise code for copying uuidNeil Brown2006-12-141-12/+1
* Fix and test --update=uuidNeil Brown2006-12-141-5/+25
* Reduce max bitmap size when bitmap is in a file.Neil Brown2006-10-161-3/+4
* Flush bitmap file before truncate.Neil Brown2006-10-161-0/+1
* Fixed endian problem with bitmap metdataPaul Clements2006-10-091-0/+1
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-6/+12
* When updating uuid, update the bitmap as well - external bitmapsNeil Brown2006-05-161-0/+14
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-151-0/+11
* Use O_DIRECT to read bitmap files.Neil Brown2006-05-151-18/+41
* Release some compile fixes.Neil Brown2006-02-061-2/+2
* Assorted fixes...Neil Brown2006-01-271-0/+5
* Support bitmaps with raid10Neil Brown2005-11-221-5/+6
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-111-3/+5
* Fix remaining problems with hot-add bitmap to version-1 superblockNeil Brown2005-09-121-1/+1
* Passes all tests, nearly ready for release.Neil Brown2005-08-261-3/+3
* Getting ready for 2.0 release...Neil Brown2005-08-261-3/+3
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-251-2/+25
* Add write-behind supportNeil Brown2005-08-091-0/+8
* Assorted Fixes for multiple bugs.Neil Brown2005-08-041-2/+2
* Replace sprintf calls with snprintfNeil Brown2005-06-141-1/+1
* Add support for internal bitmapsNeil Brown2005-06-071-3/+15
* Initial bitmap supportNeil Brown2005-06-071-0/+315