summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | nvme: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig2022-12-061-26/+12
| * | | nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig2022-12-061-1/+2
| * | | nvme-fc: move common code into helperChaitanya Kulkarni2022-12-061-8/+11
| * | | nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni2022-12-061-1/+10
| * | | nvme: allow unprivileged passthrough of Identify ControllerJoel Granados2022-12-061-0/+2
| * | | nvme-multipath: support io stats on the mpath deviceSagi Grimberg2022-12-063-0/+42
| * | | nvme: introduce nvme_start_requestSagi Grimberg2022-12-067-6/+11
| * | | nvme: use kstrtobool() instead of strtobool()Christophe JAILLET2022-12-062-9/+11
| * | | nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig2022-12-061-0/+4
| * | | nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-214-3/+79
| * | | nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-214-5/+54
| * | | nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-188-68/+68
| * | | nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| * | | nvme: return err on nvme_init_non_mdts_limits failJoel Granados2022-11-161-1/+1
| * | | nvme: avoid fallback to sequential scan due to transient issuesUday Shankar2022-11-161-4/+11