summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds2024-09-255-15/+17
|\
| * nvme: remove CC register read-back during enablingKeith Busch2024-09-251-5/+0
| * nvme: null terminate nvme_tls_attrsShin'ichiro Kawasaki2024-09-251-0/+1
| * nvme-multipath: avoid hang on inaccessible namespacesHannes Reinecke2024-09-251-2/+10
| * nvme-multipath: system fails to create generic nvme deviceHannes Reinecke2024-09-251-1/+1
| * Merge tag 'v6.11' into for-6.12/blockJens Axboe2024-09-177-22/+52
| |\
| * | blk-integrity: improved sg segment mappingKeith Busch2024-09-131-2/+2
| * | nvme-rdma: use request to get integrity segmentsKeith Busch2024-09-131-1/+1
| * | block: provide a request helper for user integrity segmentsKeith Busch2024-09-131-4/+2
* | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-0/+1
|\ \ \
| * | | fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula2024-09-021-0/+1
* | | | Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-1613-79/+253
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | nvme-pci: qdepth 1 quirkKeith Busch2024-09-132-9/+14
| * | nvme-tcp: fix link failure for TCP authArnd Bergmann2024-09-101-1/+1
| * | nvme: Convert comma to semicolonShen Lichuan2024-09-061-1/+1
| * | nvme: fix metadata handling in nvme-passthroughPuranjay Mohan2024-08-301-8/+14
| * | nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta2024-08-264-8/+8
| * | nvme-rdma: send cntlid in the RDMA_CM_REQUEST Private DataNiklas Cassel2024-08-261-0/+2
| * | nvme-target: do not check authentication status for admin commands twiceHannes Reinecke2024-08-221-2/+0
| * | nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke2024-08-221-0/+12
| * | nvme-sysfs: add 'tls_keyring' attributeHannes Reinecke2024-08-221-0/+14
| * | nvme-sysfs: add 'tls_configured_key' sysfs attributeHannes Reinecke2024-08-221-0/+14
| * | nvme: split off TLS sysfs attributes into a separate groupHannes Reinecke2024-08-221-21/+41
| * | nvme: add a newline to the 'tls_key' sysfs attributeHannes Reinecke2024-08-221-1/+1
| * | nvme-tcp: check for invalidated or revoked keyHannes Reinecke2024-08-224-2/+25
| * | nvme-tcp: sanitize TLS key handlingHannes Reinecke2024-08-224-17/+43
| * | nvme-keyring: restrict match length for version '1' identifiersHannes Reinecke2024-08-221-10/+26
| * | nvme_core: scan namespaces asynchronouslyStuart Hayes2024-08-221-1/+39
| * | nvme-tcp: use sendpages_ok() instead of sendpage_ok()Ofir Gal2024-07-291-1/+1
* | | nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi2024-09-031-0/+10
* | | nvme: set BLK_FEAT_ZONED for ZNS multipath disksChristoph Hellwig2024-09-031-1/+3
* | | nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber2024-08-271-0/+11
* | | nvme-pci: allocate tagset on reset if necessaryKeith Busch2024-08-271-0/+6
* | | nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi2024-08-271-1/+3
* | | nvme: use better description for async reset reasonKeith Busch2024-08-231-1/+2
* | | nvmet: Make nvmet_debugfs staticJinjie Ruan2024-08-231-1/+1
| |/ |/|
* | nvme: Remove unused fieldNilay Shroff2024-08-221-1/+0
* | nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei2024-08-221-1/+1
* | nvme: reorganize nvme_ns_head fieldsKanchan Joshi2024-07-311-6/+6
* | nvme: change data type of lba_shiftKanchan Joshi2024-07-311-1/+1
* | nvme: remove a field from nvme_ns_headKanchan Joshi2024-07-312-9/+8
* | nvme: remove unused parameterKanchan Joshi2024-07-291-3/+3
|/
* Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe2024-07-264-8/+21
|\
| * nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky2024-07-251-1/+2
| * nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin2024-07-161-1/+7
| * nvme-pci: Fix the instructions for disabling power managementBart Van Assche2024-07-151-1/+1
| * nvme: remove redundant bdev local variableIsrael Rukshin2024-07-151-3/+2
| * nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()Markus Elfring2024-07-151-2/+2
| * nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli2024-07-151-0/+7
* | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-221-11/+5
|\ \