summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2023-10-10Merge tag 'v6.6-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-1/+2
2023-10-07Merge tag 'for-6.6/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+7
2023-10-06Merge tag 'block-6.6-2023-10-06' of git://git.kernel.dk/linuxLinus Torvalds-0/+7
2023-10-06dm crypt: Fix reqsize in crypt_iv_eboiv_genHerbert Xu-1/+2
2023-10-03md/raid5: release batch_last before waiting for another stripe_headDavid Jeffery-0/+7
2023-09-20dm zoned: free dmz->ddev array in dmz_put_zoned_devicesFedor Pchelkin-8/+7
2023-09-15Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+33
2023-09-15dm: don't attempt to queue IO under RCU protectionJens Axboe-21/+2
2023-09-14md: Put the right device in md_seq_nextMariusz Tkaczyk-1/+1
2023-09-14dm: fix a race condition in retrieve_depsMikulas Patocka-9/+31
2023-09-11md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon-2/+1
2023-09-08md: fix warning for holder mismatch from export_rdev()Yu Kuai-3/+15
2023-09-08md: don't dereference mddev after export_rdev()Yu Kuai-3/+3
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-463/+508
2023-08-17md: raid0: account for split bio in iostat accountingDavid Jeffery-2/+1
2023-08-17md/raid0: Fix performance regression for large sequential writesJan Kara-1/+1
2023-08-17md/raid0: Factor out helper for mapping and submitting a bioJan Kara-39/+40
2023-08-17md raid1: allow writebehind to work on any leg device set WriteMostlyHeinz Mauelshagen-2/+1
2023-08-17md/raid1: hold the barrier until handle_read_error() finishesXueshi Hu-1/+3
2023-08-17md/raid1: free the r1bio before waiting for blocked rdevXueshi Hu-2/+2
2023-08-17md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()Xueshi Hu-3/+4
2023-08-15md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()Yu Kuai-2/+1
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng-14/+15
2023-08-15md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()Yu Kuai-1/+0
2023-08-15md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong-0/+4
2023-08-15md/raid5-cache: fix a deadlock in r5l_exit_log()Yu Kuai-3/+6
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi-1/+0
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-0/+1
2023-07-27md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai-0/+7
2023-07-27md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai-2/+0
2023-07-27md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan-10/+5
2023-07-27md/raid10: factor out dereference_rdev_and_rrdev()Li Nan-9/+20
2023-07-27md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan-0/+2
2023-07-27md/raid1: Avoid lock contention from wake_up()Jack Wang-6/+12
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai-2/+4
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai-2/+0
2023-07-27md: remove redundant check in fix_read_error()Li Nan-2/+2
2023-07-27md/raid10: optimize fix_read_errorLi Nan-10/+10
2023-07-27md/raid1: prioritize adding disk to 'removed' mirrorLi Nan-11/+15
2023-07-27md/md-faulty: enable io accountingYu Kuai-0/+2
2023-07-27md/md-linear: enable io accountingYu Kuai-0/+1
2023-07-27md/md-multipath: enable io accountingYu Kuai-0/+1
2023-07-27md/raid10: switch to use md_account_bio() for io accountingYu Kuai-12/+9
2023-07-27md/raid1: switch to use md_account_bio() for io accountingYu Kuai-9/+6
2023-07-27raid5: fix missing io accounting in raid5_align_endio()Yu Kuai-21/+8
2023-07-27md: also clone new io if io accounting is disabledYu Kuai-43/+42
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai-63/+23
2023-07-27md: deprecate bitmap file supportChristoph Hellwig-1/+3
2023-07-27md: make bitmap file support optionalChristoph Hellwig-0/+32
2023-07-27md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig-27/+39