summaryrefslogtreecommitdiffstats
path: root/drivers/md/md-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* md: cleanup mddev_create/destroy_serial_pool()Yu Kuai2023-10-101-4/+4
* md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai2023-10-101-4/+4
* md/md-bitmap: use new apis to suspend array for location_store()Yu Kuai2023-10-101-4/+2
* md-bitmap: suspend array earlier in location_store()Yu Kuai2023-09-221-23/+20
* md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai2023-09-221-4/+0
* md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai2023-07-271-0/+7
* md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai2023-07-271-2/+0
* md: make bitmap file support optionalChristoph Hellwig2023-07-271-0/+15
* md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig2023-07-271-27/+38
* md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig2023-07-271-9/+8
* md-bitmap: cleanup read_sb_pageChristoph Hellwig2023-07-271-12/+11
* md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig2023-07-271-71/+70
* md-bitmap: rename read_page to read_file_pageChristoph Hellwig2023-07-271-6/+4
* md-bitmap: split file writes into a separate helperChristoph Hellwig2023-07-271-24/+24
* md-bitmap: use %pD to print the file name in md_bitmap_file_kickChristoph Hellwig2023-07-271-10/+2
* md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapChristoph Hellwig2023-07-271-8/+4
* md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageChristoph Hellwig2023-07-271-13/+8
* md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai2023-06-131-0/+29
* md/raid1-10: submit write io directly if bitmap is not enabledYu Kuai2023-06-131-3/+1
* md: protect md_thread with rcuYu Kuai2023-06-131-2/+8
* md/bitmap: factor out a helper to set timeoutYu Kuai2023-06-131-16/+19
* md/bitmap: always wake up md_thread in timeout_storeYu Kuai2023-06-131-3/+3
* md/raid10: check slab-out-of-bounds in md_bitmap_get_counterLi Nan2023-06-131-8/+9
* md: Fix bitmap offset type in sb writerJonathan Derrick2023-04-281-3/+3
* md: Use optimal I/O size for last bitmap pageJon Derrick2023-04-131-4/+29
* md: Fix types in sb writerJon Derrick2023-04-131-21/+14
* md: Move sb writer loop to its own functionJon Derrick2023-04-131-60/+65
* md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller2022-11-141-8/+12
* drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong2022-11-141-12/+15
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-2/+2
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-1/+1
* md: replace deprecated strlcpy & remove duplicated lineHeming Zhao2022-04-251-2/+1
* md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao2022-04-251-21/+23
* md/bitmap: don't set max_write_behind if there is no write mostly deviceGuoqing Jiang2021-11-021-0/+19
* md: Constify attribute_group structsRikard Falkeborn2021-06-141-1/+1
* md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam2021-04-151-0/+2
* md/bitmap: fix memory leak of temporary bitmapZhao Heming2020-10-081-1/+2
* md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-10-081-1/+1
* md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming2020-10-081-2/+2
* md: only calculate blocksize once and use i_blocksize()Xianting Tian2020-09-241-3/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-1/+1
* md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang2020-06-021-10/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-6/+10
|\
| * fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-6/+10
* | md: introduce a new struct for IO serializationGuoqing Jiang2020-01-131-8/+4
* | md: don't destroy serial_info_pool if serialize_policy is trueGuoqing Jiang2020-01-131-4/+8
* | md: rename wb stuffsGuoqing Jiang2020-01-131-10/+10
* | md-bitmap: small cleanupsZhiqiang Liu2020-01-131-3/+2
|/
* md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang2019-10-241-1/+1