summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2024-09-26Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds5-15/+17
2024-09-25nvme: remove CC register read-back during enablingKeith Busch1-5/+0
2024-09-25nvme: null terminate nvme_tls_attrsShin'ichiro Kawasaki1-0/+1
2024-09-25nvme-multipath: avoid hang on inaccessible namespacesHannes Reinecke1-2/+10
2024-09-25nvme-multipath: system fails to create generic nvme deviceHannes Reinecke1-1/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe4-20/+38
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds9-65/+191
2024-09-13blk-integrity: improved sg segment mappingKeith Busch1-2/+2
2024-09-13nvme-rdma: use request to get integrity segmentsKeith Busch1-1/+1
2024-09-13block: provide a request helper for user integrity segmentsKeith Busch1-4/+2
2024-09-13nvme-pci: qdepth 1 quirkKeith Busch2-9/+14
2024-09-10nvme-tcp: fix link failure for TCP authArnd Bergmann1-1/+1
2024-09-07nvme: Convert comma to semicolonShen Lichuan1-1/+1
2024-09-03nvme: set BLK_FEAT_ZONED for ZNS multipath disksChristoph Hellwig1-1/+3
2024-09-02fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula1-0/+1
2024-08-30nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-8/+14
2024-08-27nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber1-0/+11
2024-08-27nvme-pci: allocate tagset on reset if necessaryKeith Busch1-0/+6
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta3-6/+6
2024-08-26nvme-rdma: send cntlid in the RDMA_CM_REQUEST Private DataNiklas Cassel1-0/+2
2024-08-23nvme: use better description for async reset reasonKeith Busch1-1/+2
2024-08-22nvme: Remove unused fieldNilay Shroff1-1/+0
2024-08-22nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei1-1/+1
2024-08-22nvme-sysfs: add 'tls_keyring' attributeHannes Reinecke1-0/+14
2024-08-22nvme-sysfs: add 'tls_configured_key' sysfs attributeHannes Reinecke1-0/+14
2024-08-22nvme: split off TLS sysfs attributes into a separate groupHannes Reinecke1-21/+41
2024-08-22nvme: add a newline to the 'tls_key' sysfs attributeHannes Reinecke1-1/+1
2024-08-22nvme-tcp: check for invalidated or revoked keyHannes Reinecke3-2/+3
2024-08-22nvme-tcp: sanitize TLS key handlingHannes Reinecke4-17/+43
2024-08-22nvme_core: scan namespaces asynchronouslyStuart Hayes1-1/+39
2024-07-31nvme: reorganize nvme_ns_head fieldsKanchan Joshi1-6/+6
2024-07-31nvme: change data type of lba_shiftKanchan Joshi1-1/+1
2024-07-31nvme: remove a field from nvme_ns_headKanchan Joshi2-9/+8
2024-07-29nvme: remove unused parameterKanchan Joshi1-3/+3
2024-07-29nvme-tcp: use sendpages_ok() instead of sendpage_ok()Ofir Gal1-1/+1
2024-07-26Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe4-8/+21
2024-07-25nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky1-1/+2
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-11/+5
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 Torvalds15-195/+506
2024-07-15nvme-pci: Fix the instructions for disabling power managementBart Van Assche1-1/+1
2024-07-15nvme: remove redundant bdev local variableIsrael Rukshin1-3/+2
2024-07-15nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()Markus Elfring1-2/+2
2024-07-15nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli1-0/+7
2024-07-09Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe13-116/+393
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig3-0/+46
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-1/+1
2024-07-03block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig1-11/+4
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-0/+1