summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2024-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)1-0/+3
2024-03-27nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2-9/+4
2024-03-27nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Shin'ichiro Kawasaki1-5/+2
2024-02-14nvmet: remove superfluous initializationChaitanya Kulkarni1-2/+2
2024-02-13nvme: implement support for relaxed effectsKeith Busch1-0/+4
2024-02-13nvme-fabrics: fix I/O connect error handlingChaitanya Kulkarni1-0/+1
2024-02-08nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeFrancis Pravin1-1/+1
2024-02-07nvme-core: fix comment to reflect right functionsChaitanya Kulkarni1-2/+2
2024-02-07nvme: move passthrough logging attribute to headKeith Busch3-18/+17
2024-02-01nvme-host: fix the updating of the firmware versionMaurizio Lombardi1-2/+5
2024-02-01nvme: allow passthru cmd error loggingAlan Adamson3-7/+113
2024-02-01nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale1-2/+2
2024-02-01nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale1-2/+2
2024-02-01nvme-tcp: show hostnqn when connecting to tcp targetNitin U. Yewale1-2/+2
2024-02-01nvmet-fc: use RCU list iterator for assoc_listDaniel Wagner1-12/+22
2024-02-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner1-8/+23
2024-02-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner1-3/+13
2024-02-01nvmet-fc: abort command when there is no bindingDaniel Wagner1-2/+6
2024-02-01nvmet-fc: do not tack refs on tgtports from assocDaniel Wagner1-7/+1
2024-02-01nvmet-fc: remove null hostport pointer checkDaniel Wagner1-4/+2
2024-02-01nvmet-fc: hold reference on hostport matchDaniel Wagner1-2/+0
2024-02-01nvmet-fc: free queue and assoc directlyDaniel Wagner1-4/+2
2024-02-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner1-46/+37
2024-02-01nvmet-fc: release reference on target portDaniel Wagner1-1/+2
2024-02-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner1-3/+3
2024-02-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner1-41/+6
2024-02-01nvme-fc: log human-readable opcode on timeoutCaleb Sander1-3/+5
2024-02-01nvme: split out fabrics version of nvme_opcode_str()Caleb Sander4-11/+17
2024-02-01nvme: remove redundant status maskCaleb Sander1-1/+1
2024-02-01nvme: return string as char *, not unsigned char *Caleb Sander2-13/+13
2024-02-01nvme-common: add module descriptionChaitanya Kulkarni2-0/+2
2024-02-01nvme: enable retries for authentication commandsHannes Reinecke3-1/+5
2024-02-01nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke4-20/+41
2024-02-01nvme-auth: open-code single-use macrosHannes Reinecke1-7/+7
2024-01-29nvme: use ctrl state accessorKeith Busch8-30/+37
2024-01-26nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu1-0/+1
2024-01-24nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin1-3/+8
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni6-0/+6
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni6-0/+6
2024-01-23nvmet: unify aer type enumGuixin Liu2-3/+3
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds14-87/+146
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds11-325/+307
2024-01-11nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+16
2024-01-11nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+15
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2024-01-10nvme-pci: set doorbell config before unquiescingWilliam Butler1-1/+1
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-01-08nvme-tcp: enhance timeout kernel logMax Gurtovoy1-3/+3
2024-01-08nvme-rdma: enhance timeout kernel logMax Gurtovoy1-3/+8