summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-31nvme-pci: disable namespace identifiers for the MAXIO MAP1001Christoph Hellwig
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-16nvme-pci: harden drive presence detect in nvme_dev_disable()Stefan Roese
2022-05-16nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)
2022-05-16nvme: mark internal passthru request RQF_QUIETChaitanya Kulkarni
2022-04-15nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig
2022-04-15nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-23nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R
2022-03-23nvme-pci: expose use_threaded_interrupts read-only in sysfsXin Hao
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-01-27nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng
2022-01-05nvme-pci: fix queue_rqs list splittingKeith Busch
2021-12-16nvme: add support for mq_ops->queue_rqs()Jens Axboe
2021-12-16nvme: separate command prep and issueJens Axboe
2021-12-16nvme: split command copy into a helperJens Axboe
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe
2021-10-18nvme: add support for batched completion of polled IOJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe
2021-10-07nvme-pci: Fix abort command idKeith Busch
2021-09-27nvme: add command id quirk for apple controllersKeith Busch
2021-08-16nvme: allow user toggling hmb usageKeith Busch
2021-08-16nvme-pci: disable hmb on idle suspendKeith Busch
2021-08-16nvme-pci: cmb sysfs: one file, one valueKeith Busch
2021-08-16nvme-pci: use attribute group for cmb sysfsKeith Busch
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-08-16nvme-pci: limit maximum queue depth to 4095Sagi Grimberg
2021-08-14remove the lightnvm subsystemChristoph Hellwig
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen
2021-06-17nvme-pci: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvme-pci: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme-pci: remove trailing lines for helpersChaitanya Kulkarni
2021-06-17nvme-pci: fix var. type for increasing cq_headJK Kim
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello
2021-06-03nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello
2021-05-04nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu
2021-04-15nvme-pci: remove single trailing whitespaceNiklas Cassel
2021-04-15nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel
2021-04-02nvme: use driver pdu command for passthroughKeith Busch