summaryrefslogtreecommitdiff
path: root/drivers/md/md-bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-27md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai1-3/+18
2024-08-27md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operationsYu Kuai1-4/+5
2024-08-27md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai1-2/+2
2024-08-27md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai1-8/+20
2024-08-27md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operationsYu Kuai1-4/+5
2024-08-27md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operationsYu Kuai1-2/+4
2024-08-27md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operationsYu Kuai1-3/+6
2024-08-27md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operationsYu Kuai1-4/+4
2024-08-27md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()Yu Kuai1-4/+11
2024-08-27md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operationsYu Kuai1-16/+20
2024-08-27md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operationsYu Kuai1-3/+6
2024-08-27md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operationsYu Kuai1-2/+6
2024-08-27md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operationsYu Kuai1-1/+8
2024-08-27md/md-bitmap: merge bitmap_write_all() into bitmap_operationsYu Kuai1-7/+7
2024-08-27md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai1-2/+2
2024-08-27md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operationsYu Kuai1-7/+8
2024-08-27md/md-bitmap: make md_bitmap_print_sb() internalYu Kuai1-3/+2
2024-08-27md/md-bitmap: merge md_bitmap_flush() into bitmap_operationsYu Kuai1-4/+2
2024-08-27md/md-bitmap: merge md_bitmap_destroy() into bitmap_operationsYu Kuai1-3/+4
2024-08-27md/md-bitmap: merge md_bitmap_load() into bitmap_operationsYu Kuai1-3/+3
2024-08-27md/md-bitmap: merge md_bitmap_create() into bitmap_operationsYu Kuai1-2/+3
2024-08-27md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()Yu Kuai1-8/+15
2024-08-27md/md-bitmap: introduce struct bitmap_operationsYu Kuai1-0/+8
2024-08-27md/md-bitmap: add a new helper md_bitmap_set_pages()Yu Kuai1-0/+6
2024-08-27md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_statsYu Kuai1-0/+2
2024-08-27md/md-bitmap: add 'file_pages' into struct md_bitmap_statsYu Kuai1-2/+5
2024-08-27md/md-bitmap: add 'sync_size' into struct md_bitmap_statsYu Kuai1-0/+6
2024-08-27md/md-bitmap: add 'events_cleared' into struct md_bitmap_statsYu Kuai1-0/+2
2024-08-27md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()Yu Kuai1-19/+6
2024-08-27md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()Yu Kuai1-0/+1
2024-06-11md/md-bitmap: fix writing non bitmap pagesOfir Gal1-3/+3
2024-05-02md: fix resync softlockup when bitmap size is less than array sizeYu Kuai1-3/+3
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig1-6/+3
2024-02-26md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao1-3/+6
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Yu Kuai1-4/+4
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai1-4/+4
2023-10-10md/md-bitmap: use new apis to suspend array for location_store()Yu Kuai1-4/+2
2023-09-22md-bitmap: suspend array earlier in location_store()Yu Kuai1-23/+20
2023-09-22md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai1-4/+0
2023-07-27md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai1-0/+7
2023-07-27md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai1-2/+0
2023-07-27md: make bitmap file support optionalChristoph Hellwig1-0/+15
2023-07-27md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig1-27/+38
2023-07-27md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig1-9/+8
2023-07-27md-bitmap: cleanup read_sb_pageChristoph Hellwig1-12/+11
2023-07-27md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig1-71/+70
2023-07-27md-bitmap: rename read_page to read_file_pageChristoph Hellwig1-6/+4
2023-07-27md-bitmap: split file writes into a separate helperChristoph Hellwig1-24/+24
2023-07-27md-bitmap: use %pD to print the file name in md_bitmap_file_kickChristoph Hellwig1-10/+2
2023-07-27md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapChristoph Hellwig1-8/+4