summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds7 days8-70/+113
|\
| * nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff8 days1-8/+2
| * nvme: make keep-alive synchronous operationNilay Shroff8 days1-10/+7
| * nvme-loop: flush off pending I/O while shutting down loop controllerNilay Shroff8 days1-0/+13
| * nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi8 days1-3/+16
| * nvme-multipath: defer partition scanningKeith Busch10 days2-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
| * nvmet-rdma: use sbitmap to replace rsp free listGuixin Liu2024-10-081-29/+27
| * nvme: tcp: avoid race between queue_lock lock and destroyHannes Reinecke2024-10-031-3/+4
| * nvmet-passthru: clear EUID/NGUID/UUID while using loop targetNilay Shroff2024-10-011-4/+2
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0211-11/+11
|/
* 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-241-5/+0
| * nvme: null terminate nvme_tls_attrsShin'ichiro Kawasaki2024-09-241-0/+1
| * nvme-multipath: avoid hang on inaccessible namespacesHannes Reinecke2024-09-241-2/+10
| * nvme-multipath: system fails to create generic nvme deviceHannes Reinecke2024-09-241-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-011-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-281-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-261-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