summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2022-11-15nvme: don't call nvme_init_ctrl_finish from nvme_passthru_endChristoph Hellwig
2022-11-15nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig
2022-11-15nvme: identify-namespace without CAP_SYS_ADMINKanchan Joshi
2022-11-15nvme: fine-granular CAP_SYS_ADMIN for nvme io commandsKanchan Joshi
2022-11-15nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()Christophe JAILLET
2022-11-02nvme: use blk_mq_[un]quiesce_tagsetChao Leng
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig
2022-11-02nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_workChristoph Hellwig
2022-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig
2022-11-02nvme: don't unquiesce the admin queue in nvme_kill_queuesChristoph Hellwig
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_validate_nsChristoph Hellwig
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespacesChristoph Hellwig
2022-11-02nvme: don't remove namespaces in nvme_passthru_endChristoph Hellwig
2022-11-02nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig
2022-11-02block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig
2022-10-25nvme-apple: remove an extra queue referenceChristoph Hellwig
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig
2022-10-19nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig
2022-10-19nvme-apple: don't limit DMA segement sizeRussell King (Oracle)
2022-10-19nvme-pci: disable write zeroes on various Kingston SSDXander Li
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter
2022-10-12nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg
2022-10-12nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30nvme: wire up fixed buffer support for nvme passthroughKanchan Joshi
2022-09-30nvme: pass ubuffer as an integerKanchan Joshi
2022-09-30nvme: refactor nvme_alloc_requestKanchan Joshi
2022-09-30nvme: refactor nvme_add_user_metadataKanchan Joshi
2022-09-30nvme: Use blk_rq_map_user_io helperAnuj Gupta
2022-09-30nvme: enable batched completions of passthrough IOJens Axboe
2022-09-30nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-27nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig
2022-09-27nvme-fc: use the tagset alloc/free helpersChristoph Hellwig
2022-09-27nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig
2022-09-27nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig
2022-09-27nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig
2022-09-27nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig