summaryrefslogtreecommitdiff
path: root/bitmap.c
Commit message (Expand)AuthorAge
* --examine-bitmap: give useful message if no bitmap found on md array.NeilBrown2014-05-22
* Avoid using BLKFLSBUF.NeilBrown2013-02-05
* Minor cosmetic fixes in various files.NeilBrown2012-08-13
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* Subject: bitmap: used 4K aligned buffers when reading the bitmap.NeilBrown2011-12-23
* bitmap: print correct percentage of bitmap in use.NeilBrown2011-12-23
* bitmap_fd_read(): fix memory leakJes Sorensen2011-11-02
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Cast to long long before left-shifting too much.NeilBrown2010-07-22
* Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown2010-04-07
* imsm: add support for checkpointing via 'curr_migr_unit'Dan Williams2009-12-21
* Merge branch 'master' into devel-3.0NeilBrown2009-05-11
|\
| * Fix gcc-4.4 compiler warning.NeilBrown2009-04-29
* | Merge branch 'master' into devel-3.0NeilBrown2009-02-02
|\|
| * Fix possible crash if bitmap metadata is bad.NeilBrown2009-02-02
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-17
|\|
| * Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-13
* | trivial warn_unused_result squashingDan Williams2008-10-15
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-12
|/
* 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