summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-2013-174/+175
|\
| * nvme-pci: remove iod use_sglsKeith Busch2023-02-141-3/+1
| * nvme-pci: fix freeing single sglKeith Busch2023-02-141-1/+1
| * Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe2023-02-0710-153/+166
| |\
| | * nvme: mask CSE effects for security receiveKeith Busch2023-02-011-0/+17
| | * nvme: always initialize known command effectsKeith Busch2023-02-011-39/+45
| | * nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel2023-02-011-1/+1
| | * nvme-tcp: add additional info for nvme_tcp_timeout logAmit Engel2023-02-011-2/+5
| | * nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel2023-02-012-0/+29
| | * nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-014-19/+12
| | * nvme-pci: place descriptor addresses in iodKeith Busch2023-02-011-31/+18
| | * nvme-pci: use mapped entries for sgl decisionKeith Busch2023-02-011-3/+3
| | * nvme-pci: remove SGL segment descriptorsKeith Busch2023-02-011-42/+5
| | * nvme-auth: don't use NVMe status codesHannes Reinecke2023-02-011-15/+15
| | * nvme-fabrics: clarify AUTHREQ result handlingHannes Reinecke2023-02-011-2/+17
| * | nvme: use bvec_set_virt to initialize special_vecChristoph Hellwig2023-02-031-3/+1
| * | nvmet: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-032-11/+4
| |/
| * block: introduce bdev_zone_no helperPankaj Raghav2023-01-291-2/+1
| * nvme: set REQ_ALLOC_CACHE for uring-passthru requestAnuj Gupta2023-01-291-2/+2
* | Merge tag 'block-6.2-2023-02-17' of git://git.kernel.dk/linuxLinus Torvalds2023-02-181-0/+8
|\ \
| * | nvme-pci: refresh visible attrs for cmb attributesKeith Busch2023-02-171-0/+8
* | | Merge tag 'block-6.2-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-161-10/+10
|\| |
| * | nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote2023-02-141-3/+3
| * | nvme-pci: set the DMA mask earlierChristoph Hellwig2023-02-141-7/+5
| * | nvme-pci: add bogus ID quirk for ADATA SX6000PNPDaniel Wagner2023-02-131-0/+2
* | | Merge tag 'block-6.2-2023-02-10' of git://git.kernel.dk/linuxLinus Torvalds2023-02-101-1/+1
|\| |
| * | nvme-auth: mark nvme_auth_wq staticTom Rix2023-02-081-1/+1
* | | Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds2023-02-033-4/+19
|\| | | |/ |/|
| * nvme-auth: use workqueue dedicated to authenticationShin'ichiro Kawasaki2023-02-011-2/+12
| * nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi2023-02-011-0/+1
| * nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi2023-02-011-1/+3
| * nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel2023-02-011-1/+3
* | 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
|\|