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