summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvmet: remove superfluous initializationChaitanya Kulkarni2024-02-131-2/+2
* nvme: implement support for relaxed effectsKeith Busch2024-02-131-0/+4
* nvme-fabrics: fix I/O connect error handlingChaitanya Kulkarni2024-02-131-0/+1
* nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeFrancis Pravin2024-02-071-1/+1
* nvme-core: fix comment to reflect right functionsChaitanya Kulkarni2024-02-071-2/+2
* nvme: move passthrough logging attribute to headKeith Busch2024-02-073-18/+17
* nvme-host: fix the updating of the firmware versionMaurizio Lombardi2024-02-011-2/+5
* nvme: allow passthru cmd error loggingAlan Adamson2024-02-013-7/+113
* nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale2024-02-011-2/+2
* nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale2024-02-011-2/+2
* nvme-tcp: show hostnqn when connecting to tcp targetNitin U. Yewale2024-02-011-2/+2
* nvmet-fc: use RCU list iterator for assoc_listDaniel Wagner2024-02-011-12/+22
* nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner2024-02-011-8/+23
* nvmet-fc: avoid deadlock on delete association pathDaniel Wagner2024-02-011-3/+13
* nvmet-fc: abort command when there is no bindingDaniel Wagner2024-02-011-2/+6
* nvmet-fc: do not tack refs on tgtports from assocDaniel Wagner2024-02-011-7/+1
* nvmet-fc: remove null hostport pointer checkDaniel Wagner2024-02-011-4/+2
* nvmet-fc: hold reference on hostport matchDaniel Wagner2024-02-011-2/+0
* nvmet-fc: free queue and assoc directlyDaniel Wagner2024-02-011-4/+2
* nvmet-fc: defer cleanup using RCU properlyDaniel Wagner2024-02-011-46/+37
* nvmet-fc: release reference on target portDaniel Wagner2024-02-011-1/+2
* nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner2024-02-011-3/+3
* nvme-fc: do not wait in vain when unloading moduleDaniel Wagner2024-02-011-41/+6
* nvme-fc: log human-readable opcode on timeoutCaleb Sander2024-01-311-3/+5
* nvme: split out fabrics version of nvme_opcode_str()Caleb Sander2024-01-314-11/+17
* nvme: remove redundant status maskCaleb Sander2024-01-311-1/+1
* nvme: return string as char *, not unsigned char *Caleb Sander2024-01-312-13/+13
* nvme-common: add module descriptionChaitanya Kulkarni2024-01-312-0/+2
* nvme: enable retries for authentication commandsHannes Reinecke2024-01-313-1/+5
* nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke2024-01-314-20/+41
* nvme-auth: open-code single-use macrosHannes Reinecke2024-01-311-7/+7
* nvme: use ctrl state accessorKeith Busch2024-01-298-30/+37
* nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu2024-01-261-0/+1
* nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin2024-01-241-3/+8
* nvmet: add module description to stop warningsChaitanya Kulkarni2024-01-246-0/+6
* nvme: add module description to stop warningsChaitanya Kulkarni2024-01-246-0/+6
* nvmet: unify aer type enumGuixin Liu2024-01-232-3/+3
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1814-87/+146
|\
| * nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+16
| * nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+15
| * nvme-pci: set doorbell config before unquiescingWilliam Butler2024-01-101-1/+1
| * nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi2024-01-081-3/+7
| * nvme-tcp: enhance timeout kernel logMax Gurtovoy2024-01-081-3/+3
| * nvme-rdma: enhance timeout kernel logMax Gurtovoy2024-01-081-3/+8
| * nvme-pci: enhance timeout kernel logKeith Busch2024-01-081-10/+13
| * nvme: trace: avoid memcpy overflow warningArnd Bergmann2024-01-051-1/+1
| * nvmet: re-fix tracing strncpy() warningArnd Bergmann2024-01-051-2/+1
| * nvme: introduce nvme_disk_is_ns_head helperGuixin Liu2024-01-053-6/+17
| * nvme-pci: disable write zeroes for SK Hynix BC901Jim.Lin2024-01-051-0/+2
| * nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner2024-01-051-5/+2