summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-11-02nvme: use blk_mq_[un]quiesce_tagsetChao Leng2-27/+9
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig1-2/+2
2022-11-02nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_workChristoph Hellwig1-1/+0
2022-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig1-1/+0
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig4-33/+15
2022-11-02nvme: don't unquiesce the admin queue in nvme_kill_queuesChristoph Hellwig1-4/+0
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_validate_nsChristoph Hellwig1-4/+0
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespacesChristoph Hellwig1-1/+1
2022-11-02nvme: don't remove namespaces in nvme_passthru_endChristoph Hellwig1-1/+0
2022-11-02nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig1-16/+28
2022-11-02block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig1-6/+1
2022-10-25nvme-apple: remove an extra queue referenceChristoph Hellwig1-9/+0
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig3-2/+10
2022-10-22Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds6-17/+41
2022-10-19nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner1-4/+0
2022-10-19nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg1-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-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-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-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds4-89/+161
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds20-535/+525
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 Axboe4-9/+19
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 Axboe20-535/+525
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig1-6/+5
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig1-2/+1
2022-09-27nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig1-8/+0
2022-09-27nvme-loop: use the tagset alloc/free helpersChristoph Hellwig1-64/+19
2022-09-27nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-5/+5
2022-09-27nvme-loop: initialize sqsize laterChristoph Hellwig1-1/+1
2022-09-27nvme-fc: use the tagset alloc/free helpersChristoph Hellwig1-66/+17