summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
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-18nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain1-1/+1
2024-12-05Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13Jens Axboe1-3/+5
2024-12-04nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi1-2/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-7/+7
2024-12-02nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig1-1/+2
2024-12-01Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-7/+15
2024-11-19nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff1-0/+5
2024-11-19Revert "nvme: make keep-alive synchronous operation"Nilay Shroff1-7/+10
2024-11-19Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-12/+26
2024-11-13Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-10/+19
2024-11-11nvme: check ns's volatile write cache not presentGuixin Liu1-1/+3
2024-11-11nvme: add rotational supportWang Yugui1-0/+6
2024-11-11nvme: use command set independent id ns if availableMatias Bjørling1-3/+4
2024-11-11nvmet: implement rotational media information logKeith Busch1-0/+1
2024-11-11nvmet: implement endurance groupsKeith Busch1-0/+1
2024-11-09Merge tag 'block-6.12-20241108' of git://git.kernel.dk/linuxLinus Torvalds1-7/+14
2024-11-05nvme-core: remove repeated wq flagsChaitanya Kulkarni1-6/+4
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-26nvme: core: switch to non_owner variant of start_freeze/unfreeze queueMing Lei1-2/+7
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
2024-06-24nvme: fix status magic numbersWeiwen Hu1-9/+9