aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Gravatar Jens Axboe 8-28/+131
2024-03-21nvme: remove redundant BUILD_BUG_ON checkGravatar Guixin Liu 1-3/+0
2024-03-18nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqGravatar Li Feng 1-3/+18
2024-03-18nvme-tcp: Export the nvme_tcp_wq to sysfsGravatar Li Feng 1-1/+1
2024-03-18drivers/nvme: Add quirks for device 126f:2262Gravatar Jiawei Fu (iBug) 1-0/+3
2024-03-14nvme: parse format command's lbafu when tracingGravatar Guixin Liu 1-1/+4
2024-03-14nvme: add tracing of reservation commandsGravatar Guixin Liu 1-0/+62
2024-03-14nvme: parse zns command's zsa and zrasf to stringGravatar Guixin Liu 1-3/+35
2024-03-14nvme: use nvme_disk_is_ns_head helperGravatar Guixin Liu 2-4/+2
2024-03-14nvme: fix reconnection fail due to reserved tag allocationGravatar Chunguang Xu 2-9/+4
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-6/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 8-269/+287
2024-03-08nvme-apple: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-03-08nvme: change shutdown timeout setting messageGravatar Keith Busch 1-1/+1
2024-03-06nvme: clear caller pointer on identify failureGravatar Keith Busch 1-1/+4
2024-03-06nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Gravatar Shin'ichiro Kawasaki 1-5/+2
2024-03-05nvme: fabrics: make nvmf_class constantGravatar Ricardo B. Marliere 1-9/+11
2024-03-05nvme: core: constify struct class usageGravatar Ricardo B. Marliere 1-25/+28
2024-03-05net: introduce page_frag_cache_drain()Gravatar Yunsheng Lin 1-6/+1
2024-03-04nvme-fabrics: typo in nvmf_parse_key()Gravatar Hannes Reinecke 1-1/+1
2024-03-04nvme-multipath: use atomic queue limits API for stacking limitsGravatar Christoph Hellwig 1-3/+6
2024-03-04nvme-multipath: pass queue_limits to blk_alloc_diskGravatar Christoph Hellwig 1-6/+7
2024-03-04nvme: use the atomic queue limits update APIGravatar Christoph Hellwig 3-79/+80
2024-03-04nvme: cleanup nvme_configure_metadataGravatar Christoph Hellwig 1-28/+19
2024-03-04nvme: don't query identify data in configure_metadataGravatar Christoph Hellwig 1-30/+19
2024-03-04nvme: split out a nvme_identify_ns_nvm helperGravatar Christoph Hellwig 1-12/+26
2024-03-04nvme: move common logic into nvme_update_ns_infoGravatar Christoph Hellwig 1-42/+42
2024-03-04nvme: move setting the write cache flags out of nvme_set_queue_limitsGravatar Christoph Hellwig 1-3/+2
2024-03-04nvme: move a few things out of nvme_update_disk_infoGravatar Christoph Hellwig 1-20/+26
2024-03-04nvme: don't use nvme_update_disk_info for the multipath diskGravatar Christoph Hellwig 1-1/+2
2024-03-04nvme: move blk_integrity_unregister into nvme_init_integrityGravatar Christoph Hellwig 1-2/+2
2024-03-04nvme: cleanup the nvme_init_integrity calling conventionsGravatar Christoph Hellwig 1-14/+15
2024-03-04nvme: move max_integrity_segments handling out of nvme_init_integrityGravatar Christoph Hellwig 1-7/+4
2024-03-04nvme: remove nvme_revalidate_zonesGravatar Christoph Hellwig 3-12/+3
2024-03-04nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discardGravatar Christoph Hellwig 1-5/+6
2024-03-04nvme: set max_hw_sectors unconditionallyGravatar Christoph Hellwig 1-8/+8
2024-03-02nvme-fabrics: check max outstanding commandsGravatar Guixin Liu 1-0/+5
2024-03-02nvme-rdma: clamp queue size according to ctrl capGravatar Max Gurtovoy 1-4/+10
2024-02-19block: pass a queue_limits argument to blk_alloc_diskGravatar Christoph Hellwig 1-3/+3
2024-02-13nvme: implement support for relaxed effectsGravatar Keith Busch 1-0/+4
2024-02-13nvme-fabrics: fix I/O connect error handlingGravatar Chaitanya Kulkarni 1-0/+1
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskGravatar Christoph Hellwig 1-1/+1
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueGravatar Christoph Hellwig 2-4/+4
2024-02-12nvme: allow integrity when PI is not in first bytesGravatar Kanchan Joshi 2-1/+8
2024-02-07nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeGravatar Francis Pravin 1-1/+1
2024-02-07nvme-core: fix comment to reflect right functionsGravatar Chaitanya Kulkarni 1-2/+2
2024-02-07nvme: move passthrough logging attribute to headGravatar Keith Busch 3-18/+17
2024-02-01nvme-host: fix the updating of the firmware versionGravatar Maurizio Lombardi 1-2/+5
2024-02-01nvme: allow passthru cmd error loggingGravatar Alan Adamson 3-7/+113
2024-02-01nvme-fc: show hostnqn when connecting to fc targetGravatar Nitin U. Yewale 1-2/+2