summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-091-1/+0
* fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai2023-07-271-0/+7
* md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai2023-07-271-2/+0
* md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan2023-07-271-10/+5
* md/raid10: factor out dereference_rdev_and_rrdev()Li Nan2023-07-271-9/+20
* md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan2023-07-271-0/+2
* md/raid1: Avoid lock contention from wake_up()Jack Wang2023-07-271-6/+12
* md: restore 'noio_flag' for the last mddev_resume()Yu Kuai2023-07-271-2/+4
* md: don't quiesce in mddev_suspend()Yu Kuai2023-07-271-2/+0
* md: remove redundant check in fix_read_error()Li Nan2023-07-272-2/+2
* md/raid10: optimize fix_read_errorLi Nan2023-07-271-10/+10
* md/raid1: prioritize adding disk to 'removed' mirrorLi Nan2023-07-271-11/+15
* md/md-faulty: enable io accountingYu Kuai2023-07-271-0/+2
* md/md-linear: enable io accountingYu Kuai2023-07-271-0/+1
* md/md-multipath: enable io accountingYu Kuai2023-07-271-0/+1
* md/raid10: switch to use md_account_bio() for io accountingYu Kuai2023-07-272-12/+9
* md/raid1: switch to use md_account_bio() for io accountingYu Kuai2023-07-272-9/+6
* raid5: fix missing io accounting in raid5_align_endio()Yu Kuai2023-07-271-21/+8
* md: also clone new io if io accounting is disabledYu Kuai2023-07-273-43/+42
* md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai2023-07-274-63/+23
* md: deprecate bitmap file supportChristoph Hellwig2023-07-272-1/+3
* md: make bitmap file support optionalChristoph Hellwig2023-07-273-0/+32
* md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig2023-07-272-27/+39
* md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig2023-07-271-9/+8
* md-bitmap: cleanup read_sb_pageChristoph Hellwig2023-07-271-12/+11
* md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig2023-07-271-71/+70
* md-bitmap: rename read_page to read_file_pageChristoph Hellwig2023-07-271-6/+4
* md-bitmap: split file writes into a separate helperChristoph Hellwig2023-07-271-24/+24
* md-bitmap: use %pD to print the file name in md_bitmap_file_kickChristoph Hellwig2023-07-271-10/+2
* md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapChristoph Hellwig2023-07-271-8/+4
* md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageChristoph Hellwig2023-07-271-13/+8
* md: enhance checking in md_check_recovery()Yu Kuai2023-07-271-7/+15
* md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai2023-07-271-1/+1
* md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai2023-07-272-4/+21
* md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai2023-07-272-0/+8
* md: refactor action_store() for 'idle' and 'frozen'Yu Kuai2023-07-271-16/+45
* Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai2023-07-272-18/+2
* Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-081-0/+3
|\
| * dm: verity-loadpin: Add NULL pointer check for 'bdev' parameterMatthias Kaehlcke2023-06-281-0/+3
* | Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-037-100/+130
|\ \
| * | md/raid0: add discard support for the 'original' layoutJason Baron2023-06-302-8/+55
| * | Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe2023-06-285-92/+75
| |\ \
| | * | bcache: Fix bcache device claimingJan Kara2023-06-231-27/+38
| | * | bcache: Alloc holder object before async registrationJan Kara2023-06-231-41/+25
| | * | raid10: avoid spin_lock from fastpath from raid10_unplug()Yu Kuai2023-06-231-2/+2
| | * | md: fix 'delete_mutex' deadlockYu Kuai2023-06-232-22/+10
| | * | md: use mddev->external to select holder in export_rdev()Song Liu2023-06-231-2/+2
| | * | md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai2023-06-231-1/+1
| | * | md/raid10: fix the condition to call bio_end_io_acct()Li Nan2023-06-231-1/+1