summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe14-111/+141
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2-8/+4
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-4/+11
2024-05-08nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-05-08nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter1-3/+2
2024-05-07nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami2-6/+6
2024-05-07nvmet: make nvmet_wq unboundSagi Grimberg1-1/+2
2024-05-07nvmet-rdma: Avoid o(n^2) loop in delete_ctrlSagi Grimberg1-10/+6
2024-05-07nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi1-1/+1
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-01nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke4-45/+43
2024-05-01nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke2-5/+19
2024-05-01nvme-tcp: strict pdu pacing to avoid send stalls on TLSHannes Reinecke1-2/+8
2024-05-01nvmet: fix nvme status code when namespace is disabledSagi Grimberg3-1/+18
2024-05-01nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg1-7/+4
2024-05-01nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff3-22/+28
2024-05-01nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi1-3/+3
2024-05-01nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi1-1/+1
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-17nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal1-7/+3
2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe1-4/+11
2024-04-11nvme: 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-04nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner1-7/+10
2024-04-04nvmet: implement unique discovery NQNHannes Reinecke2-0/+54
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 Axboe11-33/+233
2024-03-21nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu1-5/+3
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-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds18-290/+361
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-9/+9
2024-03-08nvmet: add tracing of zns commandsGuixin Liu1-0/+66
2024-03-08nvmet: add tracing of authentication commandsGuixin Liu1-0/+32
2024-03-08nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-08nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1