summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-06bcache: move calculation of stripe_size and io_opt into bcache_device_initChristoph Hellwig1-6/+5
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal1-2/+2
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2-6/+7
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig1-73/+46
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig1-8/+17
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig1-1/+0
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig1-34/+22
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig1-8/+17
2024-03-06drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig1-35/+49
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig1-4/+9
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-03-06Merge tag 'md-6.9-20240305' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe4-40/+208
2024-03-06dasd: use the atomic queue limits APIChristoph Hellwig2-18/+24
2024-03-06dasd: move queue setup to common codeChristoph Hellwig5-77/+42
2024-03-06dasd: cleamup dasd_state_basic_to_readyChristoph Hellwig1-28/+26
2024-03-05Merge branch 'dmraid-fix-6.9' into md-6.9Song Liu4-40/+196
2024-03-05dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai1-0/+2
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai4-7/+74
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai2-0/+19
2024-03-05md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai1-10/+18
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai2-11/+17
2024-03-05md: add a new helper reshape_interrupted()Yu Kuai1-0/+19
2024-03-05md: export helper md_is_rdwr()Yu Kuai2-12/+12
2024-03-05md: export helpers to stop sync_threadYu Kuai2-0/+32
2024-03-05md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai1-1/+4
2024-03-05Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu1-0/+12
2024-03-01nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig1-4/+11
2024-03-01nbd: freeze the queue for queue limits updatesChristoph Hellwig1-1/+13
2024-03-01nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig1-1/+2
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig1-5/+6
2024-03-01dm: use queue_limits_setChristoph Hellwig1-15/+12
2024-03-01Merge tag 'md-6.9-20240301' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe8-381/+549
2024-03-01md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai1-77/+98
2024-03-01md/raid1: factor out the code to manage sequential IOYu Kuai1-34/+37
2024-03-01md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai1-31/+48
2024-03-01md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai1-17/+52
2024-03-01md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai1-17/+46
2024-03-01md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai3-24/+24
2024-03-01md/raid1-10: add a helper raid1_check_read_range()Yu Kuai1-0/+49
2024-03-01md/raid1: fix choose next idle in read_balance()Yu Kuai1-10/+22
2024-03-01md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai3-7/+12
2024-03-01md/raid1: factor out helpers to add rdev to confYu Kuai1-32/+53
2024-03-01md: add a new helper rdev_has_badblock()Yu Kuai4-72/+44
2024-02-29ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei1-3/+6
2024-02-29ublk: improve getting & putting ublk deviceMing Lei1-5/+7
2024-02-28md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han1-6/+8
2024-02-27xen-blkfront: atomically update queue limitsChristoph Hellwig1-18/+23
2024-02-27xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig1-5/+3
2024-02-27xen-blkfront: rely on the default discard granularityChristoph Hellwig1-2/+2
2024-02-27xen-blkfront: set max_discard/secure erase limits to UINT_MAXChristoph Hellwig1-4/+2