summaryrefslogtreecommitdiff
path: root/drivers/md/md-bitmap.c
AgeCommit message (Expand)Author
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Yu Kuai
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai
2023-10-10md/md-bitmap: use new apis to suspend array for location_store()Yu Kuai
2023-09-22md-bitmap: suspend array earlier in location_store()Yu Kuai
2023-09-22md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai
2023-07-27md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai
2023-07-27md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai
2023-07-27md: make bitmap file support optionalChristoph Hellwig
2023-07-27md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig
2023-07-27md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig
2023-07-27md-bitmap: cleanup read_sb_pageChristoph Hellwig
2023-07-27md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig
2023-07-27md-bitmap: rename read_page to read_file_pageChristoph Hellwig
2023-07-27md-bitmap: split file writes into a separate helperChristoph Hellwig
2023-07-27md-bitmap: use %pD to print the file name in md_bitmap_file_kickChristoph Hellwig
2023-07-27md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapChristoph Hellwig
2023-07-27md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageChristoph Hellwig
2023-06-13md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai
2023-06-13md/raid1-10: submit write io directly if bitmap is not enabledYu Kuai
2023-06-13md: protect md_thread with rcuYu Kuai
2023-06-13md/bitmap: factor out a helper to set timeoutYu Kuai
2023-06-13md/bitmap: always wake up md_thread in timeout_storeYu Kuai
2023-06-13md/raid10: check slab-out-of-bounds in md_bitmap_get_counterLi Nan
2023-04-28md: Fix bitmap offset type in sb writerJonathan Derrick
2023-04-13md: Use optimal I/O size for last bitmap pageJon Derrick
2023-04-13md: Fix types in sb writerJon Derrick
2023-04-13md: Move sb writer loop to its own functionJon Derrick
2022-11-14md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller
2022-11-14drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao
2022-04-25md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao
2021-11-02md/bitmap: don't set max_write_behind if there is no write mostly deviceGuoqing Jiang
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam
2020-10-08md/bitmap: fix memory leak of temporary bitmapZhao Heming
2020-10-08md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming
2020-10-08md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming
2020-09-24md: only calculate blocksize once and use i_blocksize()Xianting Tian
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi
2020-06-02md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang
2020-01-13md: don't destroy serial_info_pool if serialize_policy is trueGuoqing Jiang
2020-01-13md: rename wb stuffsGuoqing Jiang
2020-01-13md-bitmap: small cleanupsZhiqiang Liu
2019-10-24md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang