summaryrefslogtreecommitdiffstats
path: root/drivers/md/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-171-2591/+0Star
* md/bitmap: revert a patchShaohua Li2017-10-171-2/+2
* md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown2017-09-011-0/+5
* md/bitmap: copy correct data for bitmap superShaohua Li2017-08-241-2/+2
* md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang2017-07-101-1/+2
* md: uuid debug statement now in processor byte order.Kyungchan Koh2017-05-251-4/+4
* md: fix several trivial typos in commentsZhilong Liu2017-03-241-1/+1
* md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang2017-03-171-0/+16
* md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang2017-03-171-10/+31
* md: separate flags for superblock changesShaohua Li2016-12-091-2/+2
* md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown2016-11-221-3/+12
* md/bitmap: add blktrace event for writes to the bitmapNeilBrown2016-11-181-1/+10
* md/bitmap: Don't write bitmap while earlier writes might be in-flightNeilBrown2016-11-081-5/+22
* md/bitmap: change all printk() to pr_*()NeilBrown2016-11-081-57/+50Star
* md/bitmap: call bitmap_file_unmap once bitmap_storage_alloc returns -ENOMEMGuoqing Jiang2016-11-081-1/+3
* md/bitmap: fix wrong cleanupShaohua Li2016-09-211-3/+1Star
* MD: hold mddev lock to change bitmap locationShaohua Li2016-08-061-14/+33
* md: use bio op accessorsMike Christie2016-06-071-1/+1
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-2/+2
* md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang2016-05-091-0/+3
* md-cluster: fix ifnullfree.cocci warningskbuild test robot2016-05-041-2/+1Star
* md-cluster/bitmap: unplug bitmap to sync dirty pages to diskGuoqing Jiang2016-05-041-5/+5
* md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil...Guoqing Jiang2016-05-041-3/+13
* md-cluster/bitmap: fix wrong calcuation of offsetGuoqing Jiang2016-05-041-1/+1
* md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang2016-05-041-0/+21
* md-cluster: always setup in-memory bitmapGuoqing Jiang2016-05-041-2/+35
* Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2016-04-091-8/+11
|\
| * md/bitmap: clear bitmap if bitmap_create failedGuoqing Jiang2016-04-011-8/+11
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* md/bitmap: remove redundant return in bitmap_checkpageGuoqing Jiang2016-03-141-1/+0Star
* md/bitmap: remove redundant checkEric Engestrom2016-03-071-2/+1Star
* md-cluster: delete useless codeShaohua Li2016-01-251-4/+0Star
* md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-121-2/+2
* md: Increment version for clustered bitmapsGoldwyn Rodrigues2015-10-121-6/+4Star
* md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown2015-10-021-1/+2
* Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds2015-07-251-11/+17
|\
| * md-cluster: fix bitmap sub-offset in bitmap_read_sbGoldwyn Rodrigues2015-07-241-7/+4Star
| * md: Skip cluster setup in case of error while reading bitmapGoldwyn Rodrigues2015-07-241-1/+1
| * md: Skip cluster setup for dm-raidGoldwyn Rodrigues2015-07-231-3/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-2/+2
|\ \ | |/ |/|
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-241-1/+1
| * vfs: add file_path() helperMiklos Szeredi2015-06-241-1/+1
* | md/bitmap: remove rcu annotation from pointer arithmetic.NeilBrown2015-05-211-1/+6
|/
* md-cluster: re-add capabilitiesGoldwyn Rodrigues2015-04-211-9/+11
* md: Fix bitmap offset calculationsGoldwyn Rodrigues2015-03-251-4/+3Star
* md/bitmap: use sector_div for sector_t divisionsStephen Rothwell2015-03-041-2/+3
* md/bitmap: fix incorrect DIV_ROUND_UP usage.NeilBrown2015-03-041-2/+2
* Copy set bits from another slotGoldwyn Rodrigues2015-02-231-1/+77
* bitmap_create returns bitmap pointerGoldwyn Rodrigues2015-02-231-24/+36
* Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues2015-02-231-10/+57