aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bitmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer1-277/+0
2017-03-16md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang1-0/+1
2017-03-16md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang1-0/+2
2016-05-04md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang1-0/+3
2016-03-14md: fix typos for stipeGuoqing Jiang1-2/+2
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues1-1/+1
2015-10-12md: Increment version for clustered bitmapsGoldwyn Rodrigues1-0/+2
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues1-1/+1
2015-02-23Copy set bits from another slotGoldwyn Rodrigues1-0/+2
2015-02-23bitmap_create returns bitmap pointerGoldwyn Rodrigues1-1/+1
2015-02-23Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues1-0/+1
2015-02-23Add node recovery callbacksGoldwyn Rodrigues1-2/+2
2015-02-23Add number of nodes to bitmap structure for clusteringGoldwyn Rodrigues1-1/+2
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-1/+1
2012-05-22md/bitmap: record the space available for the bitmap in the superblock.NeilBrown1-1/+3
2012-05-22md/bitmap: add bitmap_resize function to allow bitmap resizing.NeilBrown1-0/+3
2012-05-22md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'NeilBrown1-10/+13
2012-05-22md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags.NeilBrown1-3/+3
2012-05-22md/bitmap: store bytes in file rather than just in last page.NeilBrown1-1/+1
2012-05-22md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.NeilBrown1-6/+11
2012-05-22md/bitmap: disentangle two different 'pending' flags.NeilBrown1-1/+6
2012-05-04md/bitmap: fix calculation of 'chunks' - missing shift.NeilBrown1-3/+0
2012-03-19md/bitmap: discard CHUNK_BLOCK_SHIFT macroNeilBrown1-2/+1
2012-03-19md/bitmap: move printing of bitmap status to bitmap.cNeilBrown1-0/+1
2012-03-19md/bitmap: remove some unused noise from bitmap.hNeilBrown1-18/+0
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown1-6/+6
2011-07-27MD bitmap: Revert DM dirty log hooksJonathan Brassow1-5/+0
2011-06-09md/bitmap: remove unused fields from struct bitmapNamhyung Kim1-10/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-28md: use sector_t in bitmap_get_counterNeilBrown1-2/+2
2010-07-26md/bitmap: separate out loading a bitmap from initialising the structures.NeilBrown1-0/+1
2010-07-26md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log.NeilBrown1-0/+5
2010-05-18md/raid1: delay reads that could overtake behind-writes.NeilBrown1-0/+1
2010-05-18md: expose max value of behind writes counterPaul Clements1-0/+1
2009-12-14md: Support write-intent bitmaps with externally managed metadata.NeilBrown1-10/+1
2009-12-14md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown1-5/+1
2009-12-14md/bitmap: protect against bitmap removal while being updated.NeilBrown1-1/+1
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig1-0/+288