aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bitmap.h
AgeCommit message (Expand)Author
2012-05-22md/bitmap: record the space available for the bitmap in the superblock.NeilBrown
2012-05-22md/bitmap: add bitmap_resize function to allow bitmap resizing.NeilBrown
2012-05-22md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'NeilBrown
2012-05-22md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags.NeilBrown
2012-05-22md/bitmap: store bytes in file rather than just in last page.NeilBrown
2012-05-22md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.NeilBrown
2012-05-22md/bitmap: disentangle two different 'pending' flags.NeilBrown
2012-05-04md/bitmap: fix calculation of 'chunks' - missing shift.NeilBrown
2012-03-19md/bitmap: discard CHUNK_BLOCK_SHIFT macroNeilBrown
2012-03-19md/bitmap: move printing of bitmap status to bitmap.cNeilBrown
2012-03-19md/bitmap: remove some unused noise from bitmap.hNeilBrown
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown
2011-07-27MD bitmap: Revert DM dirty log hooksJonathan Brassow
2011-06-09md/bitmap: remove unused fields from struct bitmapNamhyung Kim
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-28md: use sector_t in bitmap_get_counterNeilBrown
2010-07-26md/bitmap: separate out loading a bitmap from initialising the structures.NeilBrown
2010-07-26md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log.NeilBrown
2010-05-18md/raid1: delay reads that could overtake behind-writes.NeilBrown
2010-05-18md: expose max value of behind writes counterPaul Clements
2009-12-14md: Support write-intent bitmaps with externally managed metadata.NeilBrown
2009-12-14md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown
2009-12-14md/bitmap: protect against bitmap removal while being updated.NeilBrown
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig