summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen18-414/+457
2023-08-15md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()Yu Kuai1-2/+1
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng7-14/+15
2023-08-15md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()Yu Kuai1-1/+0
2023-08-15md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong1-0/+4
2023-08-15md/raid5-cache: fix a deadlock in r5l_exit_log()Yu Kuai1-3/+6
2023-08-10bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi1-1/+0
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
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/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan1-10/+5
2023-07-27md/raid10: factor out dereference_rdev_and_rrdev()Li Nan1-9/+20
2023-07-27md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan1-0/+2
2023-07-27md/raid1: Avoid lock contention from wake_up()Jack Wang1-6/+12
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai1-2/+0
2023-07-27md: remove redundant check in fix_read_error()Li Nan2-2/+2
2023-07-27md/raid10: optimize fix_read_errorLi Nan1-10/+10
2023-07-27md/raid1: prioritize adding disk to 'removed' mirrorLi Nan1-11/+15
2023-07-27md/md-faulty: enable io accountingYu Kuai1-0/+2
2023-07-27md/md-linear: enable io accountingYu Kuai1-0/+1
2023-07-27md/md-multipath: enable io accountingYu Kuai1-0/+1
2023-07-27md/raid10: switch to use md_account_bio() for io accountingYu Kuai2-12/+9
2023-07-27md/raid1: switch to use md_account_bio() for io accountingYu Kuai2-9/+6
2023-07-27raid5: fix missing io accounting in raid5_align_endio()Yu Kuai1-21/+8
2023-07-27md: also clone new io if io accounting is disabledYu Kuai3-43/+42
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai4-63/+23
2023-07-27md: deprecate bitmap file supportChristoph Hellwig2-1/+3
2023-07-27md: make bitmap file support optionalChristoph Hellwig3-0/+32
2023-07-27md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig2-27/+39
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
2023-07-27md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageChristoph Hellwig1-13/+8
2023-07-27md: enhance checking in md_check_recovery()Yu Kuai1-7/+15
2023-07-27md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai1-1/+1
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai2-4/+21
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai2-0/+8
2023-07-27md: refactor action_store() for 'idle' and 'frozen'Yu Kuai1-16/+45
2023-07-27Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai2-18/+2
2023-07-25dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber1-10/+18
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai2-1/+5
2023-07-25dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai1-18/+9
2023-07-25dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai1-2/+7
2023-07-25dm integrity: fix double free on memory allocation failureMikulas Patocka1-0/+1
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3