aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-11nvme: fix race condition between connected uevent and STARTED_ONCE flagMaurizio Lombardi1-1/+1
2026-05-11nvme: make prp passthrough usage less scaryKeith Busch1-0/+4
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe1-5/+11
2026-04-22nvme: skip trace completion for host path errorsKeith Busch1-3/+8
2026-04-16nvme-multipath: put module reference when delayed removal work is canceledJohn Garry1-1/+2
2026-04-16nvme-core: fix parameter name in commentFlavio Suligoi1-1/+1
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-29/+60
2026-03-27nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett1-1/+1
2026-03-27nvme: set discard_granularity from NPDG/NPDACaleb Sander Mateos1-3/+32
2026-03-27nvme: always issue I/O Command Set specific Identify NamespaceCaleb Sander Mateos1-1/+1
2026-03-27nvme: update nvme_id_ns OPTPERF constantsCaleb Sander Mateos1-1/+7
2026-03-27nvme: fold nvme_config_discard() into nvme_update_disk_info()Caleb Sander Mateos1-24/+19
2026-03-14blk-integrity: support arbitrary buffer alignmentKeith Busch1-0/+1
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2026-03-10nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()Maurizio Lombardi1-2/+1
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+12
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe1-16/+12
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-11/+11
2026-02-06nvme: stop setting namespace gendisk device driver dataJohn Garry1-7/+0
2026-02-02nvme: fix admin queue leak on controller resetMing Lei1-0/+7
2026-01-28nvme: stop using AWUPFJohn Garry1-9/+5
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei1-1/+2
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+7
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch1-5/+5
2025-11-05nvme: fix admin request_queue lifetimeKeith Busch1-1/+2
2025-11-05block: introduce disk_report_zone()Damien Le Moal1-3/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+17
2025-09-23Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-4/+15
2025-09-23nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-09-23nvme-core: use nvme_is_io_ctrl() for I/O controller checkMartin George1-1/+1
2025-09-23nvme-core: do ioccsz/iorcsz validation only for I/O controllersKamaljit Singh1-2/+2
2025-09-23nvme-core: add method to check for an I/O controllerKamaljit Singh1-0/+5
2025-09-02nvme: fix PI insert on writeChristoph Hellwig1-7/+11
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-2/+2
2025-07-31nvme: add capability to connect to an administrative controllerKamaljit Singh1-0/+16
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+5
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+11
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari1-1/+1
2025-07-15nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-07-15nvme: revert the cross-controller atomic write size validationChristoph Hellwig1-9/+0
2025-07-14nvme: fix endianness of command word prints in nvme_log_err_passthru()John Garry1-6/+6
2025-07-14nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing1-1/+1
2025-07-01nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONEAnuj Gupta1-2/+3
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta1-0/+2
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta1-1/+1
2025-06-30nvme: correctly account for namespace head reference counterNilay Shroff1-1/+15
2025-06-30nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari1-1/+1
2025-06-26nvme: fix atomic write size validationChristoph Hellwig1-22/+11