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