summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi1-1/+2
2023-12-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke1-6/+13
2023-12-08nvme: check for valid nvme_identify_ns() before using itEwan D. Milne1-0/+9
2023-09-23nvme: avoid bogus CRTO valuesKeith Busch1-19/+35
2023-07-23nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig1-3/+33
2023-07-19nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni1-0/+1
2023-07-19nvme-core: add missing fault-injection cleanupChaitanya Kulkarni1-0/+1
2023-07-19nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg1-1/+5
2023-07-19nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni1-2/+5
2023-07-19nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni1-2/+5
2023-07-19nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg1-4/+0
2023-06-28nvme: improve handling of long keep alivesUday Shankar1-1/+15
2023-06-28nvme: check IO start time when deciding to defer KAUday Shankar1-1/+13
2023-06-28nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar1-1/+17
2023-06-09nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi1-1/+5
2023-05-11nvme: fix async event trace eventKeith Busch1-4/+1
2023-04-20nvme: send Identify with CNS 06h only to I/O controllersMartin George1-1/+2
2023-04-13nvme: fix discard support without oncsKeith Busch1-3/+3
2023-03-22nvme: fix handling single range discard requestMing Lei1-9/+19
2023-03-11nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig1-17/+18
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi1-0/+1
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi1-1/+3
2023-02-01nvme: fix passthrough csi checkKeith Busch1-1/+1
2023-02-01nvme: consolidate setting the tagset flagsChristoph Hellwig1-6/+9
2023-02-01nvme: simplify transport specific device attribute handlingChristoph Hellwig1-2/+6
2023-01-12nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2022-12-31nvme-auth: don't override ctrl keys before validationSagi Grimberg1-2/+10
2022-12-31nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig1-3/+2
2022-12-31nvme: return err on nvme_init_non_mdts_limits failJoel Granados1-1/+1
2022-12-06nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander1-1/+1
2022-11-09nvme: quiet user passthrough command errorsKeith Busch1-2/+1
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig1-1/+5
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter1-1/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-14/+126
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-2/+4
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe1-0/+1
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe1-14/+126
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig1-0/+102
2022-09-27nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg1-0/+10
2022-09-27nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley1-3/+3
2022-09-27nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-09-27nvme: handle effects after freeing the requestKeith Busch1-11/+6
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi1-0/+1
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-19nvme: add comment for unaligned "fake" nqnLinjun Bao1-1/+5
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11