summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/constants.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-01nvme: remove redundant status maskCaleb Sander1-1/+1
2024-02-01nvme: return string as char *, not unsigned char *Caleb Sander1-4/+4
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe1-1/+1
2023-06-27nvme: host: fix command name spellingDamien Le Moal1-1/+1
2023-05-31nvme: fix the name of Zone Append for verbose loggingChristoph Hellwig1-1/+1
2023-02-01nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel1-0/+16
2022-08-03nvme-pci: print the command name of aborted commandsChristoph Hellwig1-0/+1
2022-08-03nvme: don't always build constants.oChristoph Hellwig1-2/+0
2022-05-18nvme: add support for TP4084 - Time-to-Ready EnhancementsChristoph Hellwig1-0/+1
2022-05-16nvme: remove unneeded include from constants fileMax Gurtovoy1-1/+0
2022-05-16nvme: add missing status values to verbose loggingMax Gurtovoy1-0/+3
2022-02-28nvme: add verbose error loggingAlan Adamson1-0/+185