aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-8/+4
5 daysMerge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-4/+11
10 daysnvmet-rdma: fix possible bad dereference when freeing rspsGravatar Sagi Grimberg 1-12/+4
10 daysnvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Gravatar Dan Carpenter 1-3/+2
11 daysnvmet: make nvmet_wq unboundGravatar Sagi Grimberg 1-1/+2
11 daysnvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersGravatar Maurizio Lombardi 1-1/+1
11 daysnvme-pci: Add quirk for broken MSIsGravatar Sean Anderson 2-3/+16
2024-05-01nvme-tcp: strict pdu pacing to avoid send stalls on TLSGravatar Hannes Reinecke 1-2/+8
2024-05-01nvmet: fix nvme status code when namespace is disabledGravatar Sagi Grimberg 3-1/+18
2024-05-01nvmet-tcp: fix possible memory leak when tearing down a controllerGravatar Sagi Grimberg 1-7/+4
2024-05-01nvme: cancel pending I/O if nvme controller is in terminal stateGravatar Nilay Shroff 3-22/+28
2024-05-01nvmet-auth: replace pr_debug() with pr_err() to report an error.Gravatar Maurizio Lombardi 1-3/+3
2024-05-01nvmet-auth: return the error code to the nvmet_auth_host_hash() callersGravatar Maurizio Lombardi 1-1/+1
2024-05-01nvme: find numa distance only if controller has valid numa idGravatar Nilay Shroff 1-1/+2
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceGravatar Damien Le Moal 1-1/+1
2024-04-17nvmet: zns: Do not reference the gendisk conv_zones_bitmapGravatar Damien Le Moal 1-7/+3
2024-04-15nvme/io_uring: use helper for polled completionsGravatar Jens Axboe 1-4/+11
2024-04-11nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHGravatar Yi Zhang 1-1/+1
2024-04-04nvme-fc: rename free_ctrl callback to match name patternGravatar Daniel Wagner 1-2/+2
2024-04-04nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsGravatar Daniel Wagner 1-7/+10
2024-04-04nvmet: implement unique discovery NQNGravatar Hannes Reinecke 2-0/+54
2024-04-04nvme: don't create a multipath node for zero capacity devicesGravatar Christoph Hellwig 1-1/+1
2024-04-02nvme: split nvme_update_zone_infoGravatar Christoph Hellwig 3-23/+41
2024-04-02nvme-multipath: don't inherit LBA-related fields for the multipath nodeGravatar Christoph Hellwig 1-0/+20
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