aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md-bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06md: add a mddev_add_trace_msg helperGravatar Christoph Hellwig 1-6/+3
2024-02-26md/md-bitmap: fix incorrect usage for sb_indexGravatar Heming Zhao 1-3/+6
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Gravatar Yu Kuai 1-4/+4
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolGravatar Yu Kuai 1-4/+4
2023-10-10md/md-bitmap: use new apis to suspend array for location_store()Gravatar Yu Kuai 1-4/+2
2023-09-22md-bitmap: suspend array earlier in location_store()Gravatar Yu Kuai 1-23/+20
2023-09-22md-bitmap: remove the checking of 'pers->quiesce' from location_store()Gravatar Yu Kuai 1-4/+0
2023-07-27md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Gravatar Yu Kuai 1-0/+7
2023-07-27md/md-bitmap: remove unnecessary local variable in backlog_store()Gravatar Yu Kuai 1-2/+0
2023-07-27md: make bitmap file support optionalGravatar Christoph Hellwig 1-0/+15
2023-07-27md-bitmap: don't use ->index for pages backing the bitmap fileGravatar Christoph Hellwig 1-27/+38
2023-07-27md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageGravatar Christoph Hellwig 1-9/+8
2023-07-27md-bitmap: cleanup read_sb_pageGravatar Christoph Hellwig 1-12/+11
2023-07-27md-bitmap: refactor md_bitmap_init_from_diskGravatar Christoph Hellwig 1-71/+70
2023-07-27md-bitmap: rename read_page to read_file_pageGravatar Christoph Hellwig 1-6/+4
2023-07-27md-bitmap: split file writes into a separate helperGravatar Christoph Hellwig 1-24/+24
2023-07-27md-bitmap: use %pD to print the file name in md_bitmap_file_kickGravatar Christoph Hellwig 1-10/+2
2023-07-27md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapGravatar Christoph Hellwig 1-8/+4
2023-07-27md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageGravatar Christoph Hellwig 1-13/+8
2023-06-13md/md-bitmap: add a new helper to unplug bitmap asynchrouslyGravatar Yu Kuai 1-0/+29
2023-06-13md/raid1-10: submit write io directly if bitmap is not enabledGravatar Yu Kuai 1-3/+1
2023-06-13md: protect md_thread with rcuGravatar Yu Kuai 1-2/+8
2023-06-13md/bitmap: factor out a helper to set timeoutGravatar Yu Kuai 1-16/+19
2023-06-13md/bitmap: always wake up md_thread in timeout_storeGravatar Yu Kuai 1-3/+3
2023-06-13md/raid10: check slab-out-of-bounds in md_bitmap_get_counterGravatar Li Nan 1-8/+9
2023-04-28md: Fix bitmap offset type in sb writerGravatar Jonathan Derrick 1-3/+3
2023-04-13md: Use optimal I/O size for last bitmap pageGravatar Jon Derrick 1-4/+29
2023-04-13md: Fix types in sb writerGravatar Jon Derrick 1-21/+14
2023-04-13md: Move sb writer loop to its own functionGravatar Jon Derrick 1-60/+65
2022-11-14md/bitmap: Fix bitmap chunk size overflow issuesGravatar Florian-Ewald Mueller 1-8/+12
2022-11-14drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Gravatar Li Zhong 1-12/+15
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-2/+2
2022-07-14md/core: Combine two sync_page_io() argumentsGravatar Bart Van Assche 1-1/+1
2022-04-25md: replace deprecated strlcpy & remove duplicated lineGravatar Heming Zhao 1-2/+1
2022-04-25md/bitmap: don't set sb values if can't pass sanity checkGravatar Heming Zhao 1-21/+23
2021-11-02md/bitmap: don't set max_write_behind if there is no write mostly deviceGravatar Guoqing Jiang 1-0/+19
2021-06-14md: Constify attribute_group structsGravatar Rikard Falkeborn 1-1/+1
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downGravatar Sudhakar Panneerselvam 1-0/+2
2020-10-08md/bitmap: fix memory leak of temporary bitmapGravatar Zhao Heming 1-1/+2
2020-10-08md/bitmap: md_bitmap_get_counter returns wrong blocksGravatar Zhao Heming 1-1/+1
2020-10-08md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksGravatar Zhao Heming 1-2/+2
2020-09-24md: only calculate blocksize once and use i_blocksize()Gravatar Xianting Tian 1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-14md: fix deadlock causing by sysfs_notifyGravatar Junxiao Bi 1-1/+1
2020-06-02md: remove __clear_page_buffers and use attach/detach_page_privateGravatar Guoqing Jiang 1-10/+2
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+10
2020-02-03fs: Enable bmap() function to properly return errorsGravatar Carlos Maiolino 1-6/+10
2020-01-13md: introduce a new struct for IO serializationGravatar Guoqing Jiang 1-8/+4
2020-01-13md: don't destroy serial_info_pool if serialize_policy is trueGravatar Guoqing Jiang 1-4/+8
2020-01-13md: rename wb stuffsGravatar Guoqing Jiang 1-10/+10