summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-4/+6
5 daysnvme: fix namespace removal listKeith Busch1-4/+5
6 daysnvme: avoid double free special payloadChunguang Xu1-0/+1
6 daysblock: unmap and free user mapped integrity via submitterAnuj Gupta1-4/+11
2024-05-31nvme: fix nvme_pr_* status code parsingWeiwen Hu1-1/+1
2024-05-31nvme-fabrics: use reserved tag for reg read/write commandChunguang Xu1-3/+3
2024-05-28nvme: use srcu for iterating namespace listKeith Busch4-56/+83
2024-05-24nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar1-1/+2
2024-05-24nvme: remove sgs and swsKanchan Joshi1-2/+0
2024-05-23nvme-multipath: fix io accounting on failoverKeith Busch3-2/+4
2024-05-23nvme: fix multipath batched completion accountingKeith Busch1-5/+10
2024-05-21nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff1-1/+1
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe8-51/+73
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-4/+11
2024-05-07nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami2-6/+6
2024-05-07nvme-pci: Add quirk for broken MSIsSean Anderson2-3/+16
2024-05-01nvme: do not retry authentication failuresDaniel Wagner2-3/+9
2024-05-01nvme-fabrics: short-circuit reconnect retriesHannes Reinecke5-20/+41
2024-05-01nvme: return kernel error codes for admin queue connectHannes Reinecke3-22/+17
2024-05-01nvme-tcp: strict pdu pacing to avoid send stalls on TLSHannes Reinecke1-2/+8
2024-05-01nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff3-22/+28
2024-05-01nvme: find numa distance only if controller has valid numa idNilay Shroff1-1/+2
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-1/+1
2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe1-4/+11
2024-04-12nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHYi Zhang1-1/+1
2024-04-04nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner1-2/+2
2024-04-04nvme: don't create a multipath node for zero capacity devicesChristoph Hellwig1-1/+1
2024-04-02nvme: split nvme_update_zone_infoChristoph Hellwig3-23/+41
2024-04-02nvme-multipath: don't inherit LBA-related fields for the multipath nodeChristoph Hellwig1-0/+20
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe8-28/+131
2024-03-21nvme: remove redundant BUILD_BUG_ON checkGuixin Liu1-3/+0
2024-03-18nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng1-3/+18
2024-03-18nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng1-1/+1
2024-03-18drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)1-0/+3
2024-03-14nvme: parse format command's lbafu when tracingGuixin Liu1-1/+4
2024-03-14nvme: add tracing of reservation commandsGuixin Liu1-0/+62
2024-03-14nvme: parse zns command's zsa and zrasf to stringGuixin Liu1-3/+35
2024-03-14nvme: use nvme_disk_is_ns_head helperGuixin Liu2-4/+2
2024-03-14nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2-9/+4
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds8-269/+287
2024-03-08nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-08nvme: change shutdown timeout setting messageKeith Busch1-1/+1
2024-03-06nvme: clear caller pointer on identify failureKeith Busch1-1/+4
2024-03-06nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Shin'ichiro Kawasaki1-5/+2
2024-03-05nvme: fabrics: make nvmf_class constantRicardo B. Marliere1-9/+11
2024-03-05nvme: core: constify struct class usageRicardo B. Marliere1-25/+28
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-6/+1
2024-03-04nvme-fabrics: typo in nvmf_parse_key()Hannes Reinecke1-1/+1