summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-04nvme: don't query identify data in configure_metadataChristoph Hellwig1-30/+19
2024-03-04nvme: split out a nvme_identify_ns_nvm helperChristoph Hellwig1-12/+26
2024-03-04nvme: move common logic into nvme_update_ns_infoChristoph Hellwig1-42/+42
2024-03-04nvme: move setting the write cache flags out of nvme_set_queue_limitsChristoph Hellwig1-3/+2
2024-03-04nvme: move a few things out of nvme_update_disk_infoChristoph Hellwig1-20/+26
2024-03-04nvme: don't use nvme_update_disk_info for the multipath diskChristoph Hellwig1-1/+2
2024-03-04nvme: move blk_integrity_unregister into nvme_init_integrityChristoph Hellwig1-2/+2
2024-03-04nvme: cleanup the nvme_init_integrity calling conventionsChristoph Hellwig1-14/+15
2024-03-04nvme: move max_integrity_segments handling out of nvme_init_integrityChristoph Hellwig1-7/+4
2024-03-04nvme: remove nvme_revalidate_zonesChristoph Hellwig3-12/+3
2024-03-04nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discardChristoph Hellwig1-5/+6
2024-03-04nvme: set max_hw_sectors unconditionallyChristoph Hellwig1-8/+8
2024-03-03nvme-fabrics: check max outstanding commandsGuixin Liu1-0/+5
2024-03-03nvmet-rdma: set max_queue_size for RDMA transportMax Gurtovoy1-0/+8
2024-03-03nvmet: introduce new max queue size configuration entryMax Gurtovoy3-3/+46
2024-03-03nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy1-4/+10
2024-03-03nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy1-0/+2
2024-03-03nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy2-2/+1
2024-03-03nvmet: set maxcmd to be per controllerMax Gurtovoy4-4/+4
2024-03-03nvmet: compare mqes and sqsize only for IO SQMax Gurtovoy1-1/+2
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
2024-02-27md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao1-3/+6
2024-02-26md: check mddev->pers before calling md_set_readonly()Li Nan1-11/+11
2024-02-26md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan1-23/+14
2024-02-26md: sync blockdev before stopping raid or setting readonlyLi Nan1-0/+16
2024-02-26md: factor out a helper to sync mddevLi Nan1-11/+21
2024-02-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10