summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2024-02-08nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeFrancis Pravin1-1/+1
2024-02-07nvme-core: fix comment to reflect right functionsChaitanya Kulkarni1-2/+2
2024-02-07nvme: move passthrough logging attribute to headKeith Busch3-18/+17
2024-02-01nvme-host: fix the updating of the firmware versionMaurizio Lombardi1-2/+5
2024-02-01nvme: allow passthru cmd error loggingAlan Adamson3-7/+113
2024-02-01nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale1-2/+2
2024-02-01nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale1-2/+2
2024-02-01nvme-tcp: show hostnqn when connecting to tcp targetNitin U. Yewale1-2/+2
2024-02-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner1-41/+6
2024-02-01nvme-fc: log human-readable opcode on timeoutCaleb Sander1-3/+5
2024-02-01nvme: split out fabrics version of nvme_opcode_str()Caleb Sander4-11/+17
2024-02-01nvme: remove redundant status maskCaleb Sander1-1/+1
2024-02-01nvme: return string as char *, not unsigned char *Caleb Sander2-13/+13
2024-02-01nvme: enable retries for authentication commandsHannes Reinecke3-1/+5
2024-02-01nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke4-20/+41
2024-02-01nvme-auth: open-code single-use macrosHannes Reinecke1-7/+7
2024-01-29nvme: use ctrl state accessorKeith Busch7-27/+32
2024-01-24nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin1-3/+8
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni6-0/+6
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds7-49/+67
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds8-318/+303
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2024-01-10nvme-pci: set doorbell config before unquiescingWilliam Butler1-1/+1
2024-01-08nvme-tcp: enhance timeout kernel logMax Gurtovoy1-3/+3
2024-01-08nvme-rdma: enhance timeout kernel logMax Gurtovoy1-3/+8
2024-01-08nvme-pci: enhance timeout kernel logKeith Busch1-10/+13
2024-01-06nvme: introduce nvme_disk_is_ns_head helperGuixin Liu3-6/+17
2024-01-06nvme-pci: disable write zeroes for SK Hynix BC901Jim.Lin1-0/+2
2024-01-03nvme: simplify the max_discard_segments calculationChristoph Hellwig2-9/+6
2024-01-03nvme: fix max_discard_sectors calculationChristoph Hellwig2-12/+9
2024-01-03nvme: also skip discard granularity updates in nvme_config_discardChristoph Hellwig1-3/+1
2024-01-03nvme: update the explanation for not updating the limits in nvme_config_discardChristoph Hellwig1-1/+7
2024-01-03nvme: tcp: remove unnecessary goto statementGuixin Liu1-3/+2
2023-12-22Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe8-149/+273
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlKeith Busch1-4/+2
2023-12-21nvme-fabrics: don't check discovery ioccsz/iorcszMax Gurtovoy1-2/+2
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-1/+1
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-1/+1
2023-12-19nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi1-1/+2
2023-12-19nvme: repack struct nvme_ns_headDaniel Wagner1-4/+4
2023-12-19nvme: add csi, ms and nuse to sysfsDaniel Wagner3-1/+96
2023-12-19nvme: rename ns attribute groupDaniel Wagner4-10/+10
2023-12-19nvme: refactor ns info setup functionDaniel Wagner2-60/+62
2023-12-19nvme: refactor ns info helpersDaniel Wagner4-28/+34
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner5-66/+69
2023-12-19Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch1-16/+5
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov1-1/+1
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2-1/+20
2023-12-07nvme-fabrics: check ioccsz and iorcszGuixin Liu1-0/+14