summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-12nvme: fix admin request_queue lifetimeKeith Busch1-1/+2
2025-11-13nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-09-25nvme: fix PI insert on writeChristoph Hellwig1-7/+11
2025-07-24nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-07-24nvme: fix endianness of command word prints in nvme_log_err_passthru()John Garry1-6/+6
2025-07-24nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing1-1/+1
2025-07-10nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari1-1/+1
2025-06-19nvme: fix command limits status codeKeith Busch1-1/+0
2025-05-18nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-05-02nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke1-1/+1
2025-05-02nvme: re-read ANA log page after ns scan completesHannes Reinecke1-0/+5
2025-05-02nvme: requeue namespace scan on missed AENsHannes Reinecke1-0/+4
2025-03-22nvme: move error logging from nvme_end_req() to __nvme_end_req()Shin'ichiro Kawasaki1-6/+6
2025-03-22nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-02-17nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-02-08nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe1-1/+1
2025-02-08nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura1-4/+22
2025-02-08nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2024-12-14Revert "nvme: make keep-alive synchronous operation"Nilay Shroff1-7/+10
2024-12-14nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi1-2/+3
2024-12-14nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig1-1/+2
2024-12-05nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff1-0/+5
2024-11-09Merge tag 'block-6.12-20241108' of git://git.kernel.dk/linuxLinus Torvalds1-7/+14
2024-11-05nvme/host: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-11-02Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds1-14/+42
2024-10-30nvme: module parameter to disable pi with offsetsKeith Busch1-2/+17
2024-10-22nvme: enhance cns version checkingKeith Busch1-12/+25
2024-10-19Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds1-24/+17
2024-10-17nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff1-8/+2
2024-10-17nvme: make keep-alive synchronous operationNilay Shroff1-10/+7
2024-10-10nvme: disable CC.CRIME (NVME_CC_CRIME)Greg Joyce1-6/+8
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-25nvme: remove CC register read-back during enablingKeith Busch1-5/+0
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe1-11/+12
2024-09-07nvme: Convert comma to semicolonShen Lichuan1-1/+1
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta1-2/+2
2024-08-23nvme: use better description for async reset reasonKeith Busch1-1/+2
2024-08-22nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei1-1/+1
2024-08-22nvme-tcp: sanitize TLS key handlingHannes Reinecke1-1/+0
2024-08-22nvme_core: scan namespaces asynchronouslyStuart Hayes1-1/+39
2024-07-31nvme: remove a field from nvme_ns_headKanchan Joshi1-8/+8
2024-07-29nvme: remove unused parameterKanchan Joshi1-3/+3
2024-07-26Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe1-1/+7
2024-07-16nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin1-1/+7
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-95/+191
2024-07-09Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-44/+83
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig1-0/+27
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song1-1/+1
2024-07-01nvme: don't set io_opt if NOWS is zeroChristoph Hellwig1-1/+2
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-11/+11