summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: fabrics: make nvmf_class constantRicardo B. Marliere2024-03-051-9/+11
* nvme: core: constify struct class usageRicardo B. Marliere2024-03-051-25/+28
* nvme-fabrics: typo in nvmf_parse_key()Hannes Reinecke2024-03-041-1/+1
* nvme-multipath: use atomic queue limits API for stacking limitsChristoph Hellwig2024-03-041-3/+6
* nvme-multipath: pass queue_limits to blk_alloc_diskChristoph Hellwig2024-03-041-6/+7
* nvme: use the atomic queue limits update APIChristoph Hellwig2024-03-043-79/+80
* nvme: cleanup nvme_configure_metadataChristoph Hellwig2024-03-041-28/+19
* nvme: don't query identify data in configure_metadataChristoph Hellwig2024-03-041-30/+19
* nvme: split out a nvme_identify_ns_nvm helperChristoph Hellwig2024-03-041-12/+26
* nvme: move common logic into nvme_update_ns_infoChristoph Hellwig2024-03-041-42/+42
* nvme: move setting the write cache flags out of nvme_set_queue_limitsChristoph Hellwig2024-03-041-3/+2
* nvme: move a few things out of nvme_update_disk_infoChristoph Hellwig2024-03-041-20/+26
* nvme: don't use nvme_update_disk_info for the multipath diskChristoph Hellwig2024-03-041-1/+2
* nvme: move blk_integrity_unregister into nvme_init_integrityChristoph Hellwig2024-03-041-2/+2
* nvme: cleanup the nvme_init_integrity calling conventionsChristoph Hellwig2024-03-041-14/+15
* nvme: move max_integrity_segments handling out of nvme_init_integrityChristoph Hellwig2024-03-041-7/+4
* nvme: remove nvme_revalidate_zonesChristoph Hellwig2024-03-043-12/+3
* nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discardChristoph Hellwig2024-03-041-5/+6
* nvme: set max_hw_sectors unconditionallyChristoph Hellwig2024-03-041-8/+8
* nvme-fabrics: check max outstanding commandsGuixin Liu2024-03-031-0/+5
* nvmet-rdma: set max_queue_size for RDMA transportMax Gurtovoy2024-03-032-1/+10
* nvmet: introduce new max queue size configuration entryMax Gurtovoy2024-03-033-3/+46
* nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy2024-03-031-4/+10
* nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy2024-03-032-1/+4
* nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy2024-03-032-2/+1
* nvmet: set maxcmd to be per controllerMax Gurtovoy2024-03-034-4/+4
* nvmet: compare mqes and sqsize only for IO SQMax Gurtovoy2024-03-031-1/+2
* nvme-rdma: move NVME_RDMA_IP_PORT from common fileMax Gurtovoy2024-03-032-2/+2
* nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig2024-03-011-4/+11
* nbd: freeze the queue for queue limits updatesChristoph Hellwig2024-03-011-1/+13
* nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig2024-03-011-1/+2
* pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig2024-03-011-5/+6
* dm: use queue_limits_setChristoph Hellwig2024-03-012-16/+13
* block: add a queue_limits_stack_bdev helperChristoph Hellwig2024-03-012-0/+27
* block: add a queue_limits_set helperChristoph Hellwig2024-03-012-0/+19
* Merge tag 'md-6.9-20240301' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-03-018-381/+549
|\
| * Merge branch 'raid1-read_balance' into md-6.9Song Liu2024-03-016-280/+444
| |\
| | * md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai2024-03-011-77/+98
| | * md/raid1: factor out the code to manage sequential IOYu Kuai2024-03-011-34/+37
| | * md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai2024-03-011-31/+48
| | * md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai2024-03-011-17/+52
| | * md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai2024-03-011-17/+46
| | * md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai2024-03-013-24/+24
| | * md/raid1-10: add a helper raid1_check_read_range()Yu Kuai2024-03-011-0/+49
| | * md/raid1: fix choose next idle in read_balance()Yu Kuai2024-03-011-10/+22
| | * md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai2024-03-013-7/+12
| | * md/raid1: factor out helpers to add rdev to confYu Kuai2024-03-011-32/+53
| | * md: add a new helper rdev_has_badblock()Yu Kuai2024-03-014-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