summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
| * | block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2024-02-132-4/+4
| * | nvme: allow integrity when PI is not in first bytesKanchan Joshi2024-02-122-1/+8
| * | block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-3/+2
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-112-9/+9
|\ \ \ | |_|/ |/| |
| * | nvme: port block device access to fileChristian Brauner2024-02-252-9/+9
* | | 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