summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Revert "dm: use queue_limits_set"Linus Torvalds2024-03-111-12/+15
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1117-772/+1092
|\
| * Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-03-068-216/+265
| |\
| | * md: remove mddev->queueChristoph Hellwig2024-03-067-23/+26
| | * md: don't initialize queue limitsChristoph Hellwig2024-03-061-2/+0
| | * md/raid10: use the atomic queue limit update APIsChristoph Hellwig2024-03-061-27/+33
| | * md/raid5: use the atomic queue limit update APIsChristoph Hellwig2024-03-061-65/+65
| | * md/raid1: use the atomic queue limit update APIsChristoph Hellwig2024-03-061-9/+16
| | * md/raid0: use the atomic queue limit update APIsChristoph Hellwig2024-03-061-15/+20
| | * md: add queue limit helpersChristoph Hellwig2024-03-062-0/+48
| | * md: add a mddev_is_dm helperChristoph Hellwig2024-03-066-35/+38
| | * md: add a mddev_add_trace_msg helperChristoph Hellwig2024-03-066-29/+28
| | * md: add a mddev_trace_remap helperChristoph Hellwig2024-03-066-37/+17
| * | bcache: move calculation of stripe_size and io_opt into bcache_device_initChristoph Hellwig2024-03-061-6/+5
| |/
| * Merge branch 'dmraid-fix-6.9' into md-6.9Song Liu2024-03-054-40/+196
| |\
| | * dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai2024-03-051-0/+2
| | * dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai2024-03-054-7/+74
| | * dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai2024-03-052-0/+19
| | * md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai2024-03-051-10/+18
| | * dm-raid: really frozen sync_thread during suspendYu Kuai2024-03-052-11/+17
| | * md: add a new helper reshape_interrupted()Yu Kuai2024-03-051-0/+19
| | * md: export helper md_is_rdwr()Yu Kuai2024-03-052-12/+12
| | * md: export helpers to stop sync_threadYu Kuai2024-03-052-0/+32
| | * md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai2024-03-051-1/+4
| * | Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu2024-03-051-0/+12
| |/
| * dm: use queue_limits_setChristoph Hellwig2024-03-011-15/+12
| * md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai2024-02-291-77/+98
| * md/raid1: factor out the code to manage sequential IOYu Kuai2024-02-291-34/+37
| * md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai2024-02-291-31/+48
| * md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai2024-02-291-17/+52
| * md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai2024-02-291-17/+46
| * md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai2024-02-293-24/+24
| * md/raid1-10: add a helper raid1_check_read_range()Yu Kuai2024-02-291-0/+49
| * md/raid1: fix choose next idle in read_balance()Yu Kuai2024-02-291-10/+22
| * md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai2024-02-293-7/+12
| * md/raid1: factor out helpers to add rdev to confYu Kuai2024-02-291-32/+53
| * md: add a new helper rdev_has_badblock()Yu Kuai2024-02-294-72/+44
| * md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han2024-02-271-6/+8
| * md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao2024-02-261-3/+6
| * md: check mddev->pers before calling md_set_readonly()Li Nan2024-02-261-11/+11
| * md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan2024-02-261-23/+14
| * md: sync blockdev before stopping raid or setting readonlyLi Nan2024-02-261-0/+16
| * md: factor out a helper to sync mddevLi Nan2024-02-261-11/+21
| * md: Don't clear MD_CLOSING when the raid is about to stopLi Nan2024-02-261-4/+10
| * md: return directly before setting did_set_md_closingLi Nan2024-02-261-17/+8
| * md: clean up invalid BUG_ON in md_ioctlLi Nan2024-02-261-5/+0
| * md: changed the switch of RAID_VERSION to ifLi Nan2024-02-261-6/+2
| * md: merge the check of capabilities into md_ioctl_valid()Li Nan2024-02-261-18/+12
| * bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-22/+24
| * block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-193-7/+8