summaryrefslogtreecommitdiff
path: root/drivers/md/bitmap.c
AgeCommit message (Expand)Author
2017-08-31md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown
2017-08-24md/bitmap: copy correct data for bitmap superShaohua Li
2017-07-10md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang
2017-05-24md: uuid debug statement now in processor byte order.Kyungchan Koh
2017-03-23md: fix several trivial typos in commentsZhilong Liu
2017-03-16md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang
2017-03-16md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang
2016-12-08md: separate flags for superblock changesShaohua Li
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown
2016-11-18md/bitmap: add blktrace event for writes to the bitmapNeilBrown
2016-11-07md/bitmap: Don't write bitmap while earlier writes might be in-flightNeilBrown
2016-11-07md/bitmap: change all printk() to pr_*()NeilBrown
2016-11-07md/bitmap: call bitmap_file_unmap once bitmap_storage_alloc returns -ENOMEMGuoqing Jiang
2016-09-21md/bitmap: fix wrong cleanupShaohua Li
2016-08-05MD: hold mddev lock to change bitmap locationShaohua Li
2016-06-07md: use bio op accessorsMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-05-09md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang
2016-05-04md-cluster: fix ifnullfree.cocci warningskbuild test robot
2016-05-04md-cluster/bitmap: unplug bitmap to sync dirty pages to diskGuoqing Jiang
2016-05-04md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil...Guoqing Jiang
2016-05-04md-cluster/bitmap: fix wrong calcuation of offsetGuoqing Jiang
2016-05-04md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang
2016-05-04md-cluster: always setup in-memory bitmapGuoqing Jiang
2016-04-09Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-01md/bitmap: clear bitmap if bitmap_create failedGuoqing Jiang
2016-03-14md/bitmap: remove redundant return in bitmap_checkpageGuoqing Jiang
2016-03-07md/bitmap: remove redundant checkEric Engestrom
2016-01-24md-cluster: delete useless codeShaohua Li
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues
2015-10-12md: Increment version for clustered bitmapsGoldwyn Rodrigues
2015-10-02md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown
2015-07-25Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds
2015-07-24md-cluster: fix bitmap sub-offset in bitmap_read_sbGoldwyn Rodrigues
2015-07-24md: Skip cluster setup in case of error while reading bitmapGoldwyn Rodrigues
2015-07-23md: Skip cluster setup for dm-raidGoldwyn Rodrigues
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-05-21md/bitmap: remove rcu annotation from pointer arithmetic.NeilBrown
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues
2015-03-25md: Fix bitmap offset calculationsGoldwyn Rodrigues
2015-03-04md/bitmap: use sector_div for sector_t divisionsStephen Rothwell
2015-03-04md/bitmap: fix incorrect DIV_ROUND_UP usage.NeilBrown
2015-02-23Copy set bits from another slotGoldwyn Rodrigues
2015-02-23bitmap_create returns bitmap pointerGoldwyn Rodrigues
2015-02-23Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues
2015-02-23Add node recovery callbacksGoldwyn Rodrigues
2015-02-23Introduce md_cluster_infoGoldwyn Rodrigues