aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09nvme: quiet user passthrough command errorsKeith Busch2-4/+1
2022-10-25nvme-multipath: set queue dma alignment to 3Keith Busch1-0/+1
2022-10-25nvme-tcp: fix possible circular locking when deleting a controller under memory pressureSagi Grimberg1-1/+10
2022-10-25nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao1-1/+1
2022-10-19nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin1-7/+16
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig2-6/+13
2022-10-19nvme-apple: don't limit DMA segement sizeRussell King (Oracle)1-0/+2
2022-10-19nvme-pci: disable write zeroes on various Kingston SSDXander Li1-0/+10
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter1-1/+1
2022-10-12nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg1-0/+1
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao1-0/+2
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit1-0/+2
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-12nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds3-87/+158
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds8-383/+383
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds4-5/+78
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds2-3/+7
2022-09-30nvme: wire up fixed buffer support for nvme passthroughKanchan Joshi1-2/+16
2022-09-30nvme: pass ubuffer as an integerKanchan Joshi1-11/+12
2022-09-30nvme: refactor nvme_alloc_requestKanchan Joshi1-37/+53
2022-09-30nvme: refactor nvme_add_user_metadataKanchan Joshi1-10/+13
2022-09-30nvme: Use blk_rq_map_user_io helperAnuj Gupta1-16/+2
2022-09-30nvme: enable batched completions of passthrough IOJens Axboe1-2/+1
2022-09-30nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe1-18/+61
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe3-7/+16
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe4-5/+78
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe8-383/+383
2022-09-27nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig1-8/+0
2022-09-27nvme-fc: use the tagset alloc/free helpersChristoph Hellwig1-66/+17
2022-09-27nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-20/+12
2022-09-27nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig1-9/+1
2022-09-27nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig1-99/+34
2022-09-27nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig1-85/+16
2022-09-27nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig1-6/+3
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig2-0/+110
2022-09-27nvme-pci: report the actual number of tagset mapsKeith Busch1-2/+4
2022-09-27nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar1-1/+2
2022-09-27nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg2-0/+11
2022-09-27nvme: enumerate controller flagsSagi Grimberg1-2/+5
2022-09-27nvme-pci: disable Write Zeroes on Phison E3C/E4CTina Hsu1-0/+4
2022-09-27nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley1-3/+3
2022-09-27nvme: ensure subsystem reset is single threadedKeith Busch1-3/+13
2022-09-27nvme: restrict management ioctls to adminKeith Busch1-0/+6
2022-09-27nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-09-27nvme: handle effects after freeing the requestKeith Busch3-13/+17
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2-6/+12
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi4-5/+72