summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2024-03-02nvmet: introduce new max queue size configuration entryMax Gurtovoy
2024-03-02nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy
2024-03-02nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy
2024-03-02nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy
2024-03-02nvmet: set maxcmd to be per controllerMax Gurtovoy
2024-03-02nvmet: compare mqes and sqsize only for IO SQMax Gurtovoy
2024-02-25nvme: port block device access to fileChristian Brauner
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-02-13nvmet: remove superfluous initializationChaitanya Kulkarni
2024-02-13nvme: implement support for relaxed effectsKeith Busch
2024-02-13nvme-fabrics: fix I/O connect error handlingChaitanya Kulkarni
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig
2024-02-12nvme: allow integrity when PI is not in first bytesKanchan Joshi
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn
2024-02-07nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeFrancis Pravin
2024-02-07nvme-core: fix comment to reflect right functionsChaitanya Kulkarni
2024-02-07nvme: move passthrough logging attribute to headKeith Busch
2024-02-01nvme-host: fix the updating of the firmware versionMaurizio Lombardi
2024-02-01nvme: allow passthru cmd error loggingAlan Adamson
2024-02-01nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale
2024-02-01nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale
2024-02-01nvme-tcp: show hostnqn when connecting to tcp targetNitin U. Yewale
2024-02-01nvmet-fc: use RCU list iterator for assoc_listDaniel Wagner
2024-02-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner
2024-02-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner
2024-02-01nvmet-fc: abort command when there is no bindingDaniel Wagner
2024-02-01nvmet-fc: do not tack refs on tgtports from assocDaniel Wagner
2024-02-01nvmet-fc: remove null hostport pointer checkDaniel Wagner
2024-02-01nvmet-fc: hold reference on hostport matchDaniel Wagner
2024-02-01nvmet-fc: free queue and assoc directlyDaniel Wagner
2024-02-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner
2024-02-01nvmet-fc: release reference on target portDaniel Wagner
2024-02-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner
2024-02-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner
2024-01-31nvme-fc: log human-readable opcode on timeoutCaleb Sander
2024-01-31nvme: split out fabrics version of nvme_opcode_str()Caleb Sander
2024-01-31nvme: remove redundant status maskCaleb Sander
2024-01-31nvme: return string as char *, not unsigned char *Caleb Sander
2024-01-31nvme-common: add module descriptionChaitanya Kulkarni
2024-01-31nvme: enable retries for authentication commandsHannes Reinecke
2024-01-31nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke
2024-01-31nvme-auth: open-code single-use macrosHannes Reinecke
2024-01-29nvme: use ctrl state accessorKeith Busch
2024-01-26nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu
2024-01-24nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni
2024-01-23nvmet: unify aer type enumGuixin Liu
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds