summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds2023-01-273-11/+10
|\
| * nvme: fix passthrough csi checkKeith Busch2023-01-251-1/+1
| * nvme-pci: flush initial scan_work for async probeKeith Busch2023-01-241-0/+1
| * nvme-fc: fix initialization orderRoss Lagerwall2023-01-231-10/+8
* | Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds2023-01-202-5/+21
|\|
| * nvme-pci: fix timeout request state checkKeith Busch2023-01-191-1/+1
| * nvme-apple: only reset the controller when RTKit is runningJanne Grunau2023-01-191-3/+3
| * nvme-apple: reset controller during shutdownJanne Grunau2023-01-191-1/+17
* | Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linuxLinus Torvalds2023-01-133-51/+73
|\|
| * nvme: don't allow unprivileged passthrough on partitionsChristoph Hellwig2023-01-101-16/+31
| * nvme: replace the "bool vec" arguments with flags in the ioctl pathChristoph Hellwig2023-01-101-25/+28
| * nvme: remove __nvme_ioctlChristoph Hellwig2023-01-101-10/+8
| * nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang2023-01-101-2/+7
| * nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin2023-01-101-1/+2
| * nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regressionHector Martin2023-01-101-1/+1
* | Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds2023-01-061-0/+2
|\|
| * block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-041-0/+2
* | Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds2022-12-297-57/+103
|\|
| * nvme-auth: fix smatch warning complaintsSagi Grimberg2022-12-281-1/+1
| * nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig2022-12-281-4/+24
| * nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig2022-12-281-6/+26
| * nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig2022-12-281-6/+5
| * nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig2022-12-281-2/+4
| * nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig2022-12-281-16/+19
| * nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig2022-12-261-4/+5
| * nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig2022-12-261-1/+1
| * nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang2022-12-221-1/+1
| * nvme-pci: fix page size checksKeith Busch2022-12-211-4/+4
| * nvme-pci: fix mempool alloc sizeKeith Busch2022-12-211-2/+2
| * nvme-pci: fix doorbell buffer value endiannessKlaus Jensen2022-12-211-12/+13
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-221-2/+31
|\ \
| * | nvme: Convert NVMe errors to PR errorsMike Christie2022-12-011-2/+31
* | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-0/+1
|\ \ \
| * | | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
| | |/ | |/|
* | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-2/+2
|\ \ \ | |/ / |/| |
| * | driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-2/+2
* | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-1316-811/+992
|\ \ \
| * | | nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg2022-12-071-1/+1
| * | | nvme-pci: use the tagset alloc/free helpersChristoph Hellwig2022-12-071-71/+18
| * | | nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+7
| * | | nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersChristoph Hellwig2022-12-071-1/+2
| * | | nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-076-19/+21
| * | | nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-076-7/+9
| * | | nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig2022-12-061-22/+25
| * | | nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig2022-12-061-2/+1
| * | | nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig2022-12-061-10/+10
| * | | nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig2022-12-061-10/+7
| * | | nvme-pci: remove nvme_pci_disableChristoph Hellwig2022-12-061-13/+5
| * | | nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig2022-12-061-9/+2
| * | | nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-068-45/+25