summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+1
10 daysnvme: print namespace IDs as unsigned 32bit valueMohamed Khalfella1-9/+9
10 daysnvme: remove stale namespaces by NSID range during scanMohamed Khalfella1-9/+9
10 daysnvme: add missing SRCU grace period in error pathTristan Madani1-0/+3
2026-08-19nvme: fix racy access to FDP placement id arrayKanchan Joshi1-19/+11
2026-08-19nvme: set ns->head in nvme_alloc_ns_headKanchan Joshi1-3/+6
2026-08-19nvme: skip the zoned limits update if the zone info query failedChao Shi1-2/+19
2026-08-11nvme: Add a quirk for page aligned admin queue buffersSven Peter1-1/+4
2026-08-10nvme: raise FDP placement handle cap to U8_MAX and warn on overflowGuixin Liu1-2/+9
2026-08-10nvme: zero the discard fallback pageYehyeong Lee1-1/+1
2026-07-28nvme: add context annotations for nvme_subsystems_lockNilay Shroff1-1/+3
2026-07-28nvme: add context annotations for nvme_subsystem::lockNilay Shroff1-0/+4
2026-07-28nvme: update nvme_passthru_end() signatureNilay Shroff1-2/+4
2026-07-16nvme: fix cdev lifetimeJohn Garry1-0/+7
2026-07-16nvme: add nvme_get_ns_head()John Garry1-0/+5
2026-07-14nvme: clamp FDP nruhsd to allocated RUH status descriptor countHari Mishal1-1/+1
2026-07-14nvme: bound ns descriptor header and body to identify bufferHari Mishal1-0/+4
2026-07-06nvme-multipath: revalidate zones for namespace headsYao Sang1-0/+4
2026-06-23Merge tag 'nvme-7.2-2026-06-23' of git://git.infradead.org/nvme into block-7.2Jens Axboe1-15/+30
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-21/+53
2026-06-10nvme: make nvme_add_ns{_head}_cdev return voidJohn Garry1-8/+5
2026-06-09nvme: fix crash and memory leak during invalid cdev teardownMaurizio Lombardi1-9/+24
2026-06-08nvme: quieten sparse warning in valid LBA size checkJohn Garry1-4/+7
2026-06-04nvme: export controller reset event count via sysfsNilay Shroff1-0/+1
2026-06-04nvme: export command error counters via sysfsNilay Shroff1-1/+9
2026-06-04nvme: export command retry count via sysfsNilay Shroff1-0/+4
2026-06-03nvme: validate FDP configuration descriptor sizesliuxixin1-4/+6
2026-06-02nvme: refresh multipath head zoned limits from path limitsYao Sang1-0/+10
2026-06-02nvme: fix FDP fdpcidx bounds checkliuxixin1-1/+1
2026-06-02nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()John Garry1-1/+1
2026-05-27nvme-multipath: fix flex array size in struct nvme_ns_headNilay Shroff1-1/+1
2026-05-27nvme-core: fix unsigned comparison warning in nvme_wait_freeze_timeoutMaurizio Lombardi1-1/+1
2026-05-20nvme: core: reject invalid LBA data size from Identify NamespaceChao Shi1-1/+11
2026-05-20nvme-core: warn on allocating admin tag set with existing queueMaurizio Lombardi1-6/+1
2026-05-20nvme-core: align fabrics_q teardown with admin_q in nvme_free_ctrlMaurizio Lombardi1-3/+3
2026-05-20nvme: add sysfs attribute to change IO timeout per controllerMaurizio Lombardi1-1/+3
2026-05-20nvme: add sysfs attribute to change admin timeout per nvme controllerMaurizio Lombardi1-0/+1
2026-05-20nvme: remove redundant timeout argument from nvme_wait_freeze_timeoutMaurizio Lombardi1-1/+2
2026-05-20nvme: Let the blocklayer set timeouts for requestsMaximilian Heyne1-2/+0
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