summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig
2024-03-05Merge branch 'dmraid-fix-6.9' into md-6.9Song Liu
2024-03-05dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai
2024-03-05md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai
2024-03-05md: add a new helper reshape_interrupted()Yu Kuai
2024-03-05md: export helper md_is_rdwr()Yu Kuai
2024-03-05md: export helpers to stop sync_threadYu Kuai
2024-03-05md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai
2024-03-05Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu
2024-03-01nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig
2024-03-01nbd: freeze the queue for queue limits updatesChristoph Hellwig
2024-03-01nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig
2024-03-01dm: use queue_limits_setChristoph Hellwig
2024-03-01Merge tag 'md-6.9-20240301' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2024-02-29md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai
2024-02-29md/raid1: factor out the code to manage sequential IOYu Kuai
2024-02-29md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai
2024-02-29md/raid1-10: add a helper raid1_check_read_range()Yu Kuai
2024-02-29md/raid1: fix choose next idle in read_balance()Yu Kuai
2024-02-29md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai
2024-02-29md/raid1: factor out helpers to add rdev to confYu Kuai
2024-02-29md: add a new helper rdev_has_badblock()Yu Kuai
2024-02-28ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei
2024-02-28ublk: improve getting & putting ublk deviceMing Lei
2024-02-27md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han
2024-02-27xen-blkfront: atomically update queue limitsChristoph Hellwig
2024-02-27xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig
2024-02-27xen-blkfront: rely on the default discard granularityChristoph Hellwig
2024-02-27xen-blkfront: set max_discard/secure erase limits to UINT_MAXChristoph Hellwig
2024-02-26md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao
2024-02-26md: check mddev->pers before calling md_set_readonly()Li Nan
2024-02-26md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan
2024-02-26md: sync blockdev before stopping raid or setting readonlyLi Nan
2024-02-26md: factor out a helper to sync mddevLi Nan
2024-02-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan
2024-02-26md: return directly before setting did_set_md_closingLi Nan
2024-02-26md: clean up invalid BUG_ON in md_ioctlLi Nan
2024-02-26md: changed the switch of RAID_VERSION to ifLi Nan
2024-02-26md: merge the check of capabilities into md_ioctl_valid()Li Nan
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}John Garry
2024-02-22pktcdvd: set queue limits at disk allocation timeChristoph Hellwig