aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
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 11-33/+233
2024-03-21nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGravatar Guixin Liu 1-5/+3
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 2-9/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 18-290/+361
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 2-9/+9
2024-03-08nvmet: add tracing of zns commandsGravatar Guixin Liu 1-0/+66
2024-03-08nvmet: add tracing of authentication commandsGravatar Guixin Liu 1-0/+32
2024-03-08nvme-apple: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-03-08nvmet-tcp: do not continue for invalid icreqGravatar Hannes Reinecke 1-0/+1
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: fcloop: make fcloop_class constantGravatar Ricardo B. Marliere 1-8/+9
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 2-9/+2
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-02nvmet-rdma: set max_queue_size for RDMA transportGravatar Max Gurtovoy 1-0/+8
2024-03-02nvmet: introduce new max queue size configuration entryGravatar Max Gurtovoy 3-3/+46
2024-03-02nvme-rdma: clamp queue size according to ctrl capGravatar Max Gurtovoy 1-4/+10
2024-03-02nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionGravatar Max Gurtovoy 1-0/+2
2024-03-02nvmet: set ctrl pi_support cap before initializing cap regGravatar Max Gurtovoy 2-2/+1
2024-03-02nvmet: set maxcmd to be per controllerGravatar Max Gurtovoy 4-4/+4
2024-03-02nvmet: compare mqes and sqsize only for IO SQGravatar Max Gurtovoy 1-1/+2