summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2024-07-31nvme: reorganize nvme_ns_head fieldsKanchan Joshi1-6/+6
2024-07-31nvme: change data type of lba_shiftKanchan Joshi1-1/+1
2024-07-31nvme: remove a field from nvme_ns_headKanchan Joshi2-9/+8
2024-07-29nvme: remove unused parameterKanchan Joshi1-3/+3
2024-07-26Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe4-8/+21
2024-07-25nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky1-1/+2
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-11/+5
2024-07-16nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin1-1/+7
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds34-313/+992
2024-07-15nvme-pci: Fix the instructions for disabling power managementBart Van Assche1-1/+1
2024-07-15nvme: remove redundant bdev local variableIsrael Rukshin1-3/+2
2024-07-15nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()Markus Elfring1-2/+2
2024-07-15nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli1-0/+7
2024-07-09Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe32-226/+870
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig3-0/+46
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-1/+1
2024-07-03block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig1-11/+4
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-0/+1
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe10-32/+55
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song3-5/+87
2024-07-01nvme: don't set io_opt if NOWS is zeroChristoph Hellwig1-1/+2
2024-06-26nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor1-1/+1
2024-06-26nvme-multipath: prepare for "queue-depth" iopolicyJohn Meneghini1-6/+15
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-3/+3
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch7-11/+58
2024-06-24nvme-fcloop: implement 'host_traddr'Hannes Reinecke1-0/+11
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke1-0/+33
2024-06-24nvmet-rdma: implement host_traddr()Hannes Reinecke1-0/+12
2024-06-24nvmet-tcp: implement host_traddr()Hannes Reinecke1-0/+14
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke3-0/+31
2024-06-24nvmet: add debugfs supportHannes Reinecke6-3/+262
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu15-122/+122
2024-06-24nvme: fix status magic numbersWeiwen Hu5-14/+14
2024-06-24nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_errWeiwen Hu1-5/+5
2024-06-24nvme: split device add from initializationKeith Busch8-23/+66
2024-06-24nvme: fc: split controller bringup handlingKeith Busch1-16/+27
2024-06-24nvme: rdma: split controller bringup handlingKeith Busch1-7/+21
2024-06-24nvme: tcp: split controller bringup handlingKeith Busch1-6/+19
2024-06-24nvme: apple: fix device reference countingKeith Busch1-5/+22
2024-06-21nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke1-9/+30
2024-06-21nvme: Atomic write supportAlan Adamson1-0/+52
2024-06-20nvme-apple: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig1-3/+5
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig1-5/+3
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig1-2/+1
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig1-1/+1
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig1-11/+1
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig1-2/+1
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig2-8/+5