summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2024-03-04nvme-multipath: use atomic queue limits API for stacking limitsChristoph Hellwig1-3/+6
2024-03-04nvme-multipath: pass queue_limits to blk_alloc_diskChristoph Hellwig1-6/+7
2024-03-04nvme: use the atomic queue limits update APIChristoph Hellwig3-79/+80
2024-03-04nvme: cleanup nvme_configure_metadataChristoph Hellwig1-28/+19
2024-03-04nvme: don't query identify data in configure_metadataChristoph Hellwig1-30/+19
2024-03-04nvme: split out a nvme_identify_ns_nvm helperChristoph Hellwig1-12/+26
2024-03-04nvme: move common logic into nvme_update_ns_infoChristoph Hellwig1-42/+42
2024-03-04nvme: move setting the write cache flags out of nvme_set_queue_limitsChristoph Hellwig1-3/+2
2024-03-04nvme: move a few things out of nvme_update_disk_infoChristoph Hellwig1-20/+26
2024-03-04nvme: don't use nvme_update_disk_info for the multipath diskChristoph Hellwig1-1/+2
2024-03-04nvme: move blk_integrity_unregister into nvme_init_integrityChristoph Hellwig1-2/+2
2024-03-04nvme: cleanup the nvme_init_integrity calling conventionsChristoph Hellwig1-14/+15
2024-03-04nvme: move max_integrity_segments handling out of nvme_init_integrityChristoph Hellwig1-7/+4
2024-03-04nvme: remove nvme_revalidate_zonesChristoph Hellwig3-12/+3
2024-03-04nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discardChristoph Hellwig1-5/+6
2024-03-04nvme: set max_hw_sectors unconditionallyChristoph Hellwig1-8/+8
2024-03-03nvme-fabrics: check max outstanding commandsGuixin Liu1-0/+5
2024-03-03nvmet-rdma: set max_queue_size for RDMA transportMax Gurtovoy1-0/+8
2024-03-03nvmet: introduce new max queue size configuration entryMax Gurtovoy3-3/+46
2024-03-03nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy1-4/+10
2024-03-03nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy1-0/+2
2024-03-03nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy2-2/+1
2024-03-03nvmet: set maxcmd to be per controllerMax Gurtovoy4-4/+4
2024-03-03nvmet: compare mqes and sqsize only for IO SQMax Gurtovoy1-1/+2
2024-02-25nvme: port block device access to fileChristian Brauner2-9/+9
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+3
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-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2-4/+4
2024-02-12nvme: allow integrity when PI is not in first bytesKanchan Joshi2-1/+8
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-3/+2
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