summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds2024-11-022-16/+47
|\
| * nvme: re-fix error-handling for io_uring nvme-passthroughKeith Busch2024-10-301-2/+5
| * nvme: module parameter to disable pi with offsetsKeith Busch2024-10-301-2/+17
| * nvme: enhance cns version checkingKeith Busch2024-10-221-12/+25
* | Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds2024-10-195-37/+71
|\|
| * nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff2024-10-171-8/+2
| * nvme: make keep-alive synchronous operationNilay Shroff2024-10-171-10/+7
| * nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi2024-10-171-3/+16
| * nvme-multipath: defer partition scanningKeith Busch2024-10-152-6/+34
| * nvme: disable CC.CRIME (NVME_CC_CRIME)Greg Joyce2024-10-091-6/+8
| * nvme: delete unnecessary fallthru commentTokunori Ikegami2024-10-081-1/+0
| * nvme: tcp: avoid race between queue_lock lock and destroyHannes Reinecke2024-10-031-3/+4
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-026-6/+6
|/
* 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-174-20/+38
| |\
| * | 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-169-65/+191
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | 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-263-6/+6
| * | nvme-rdma: send cntlid in the RDMA_CM_REQUEST Private DataNiklas Cassel2024-08-261-0/+2
| * | 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-223-2/+3
| * | nvme-tcp: sanitize TLS key handlingHannes Reinecke2024-08-224-17/+43
| * | 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
* | | 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
* | | nvme: use better description for async reset reasonKeith Busch2024-08-231-1/+2
| |/ |/|
* | 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
|\