summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2021-02-02nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard
2021-02-02nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis
2021-01-28nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner
2021-01-28nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni
2021-01-20nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig
2021-01-20nvme-pci: refactor nvme_unmap_dataChristoph Hellwig
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen
2021-01-18nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng
2021-01-18nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng
2021-01-18nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar
2021-01-14nvme: don't intialize hwmon for discovery controllersSagi Grimberg
2021-01-14nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg
2021-01-14nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg
2021-01-06nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy
2021-01-06nvme: unexport functions with no external callerMinwoo Im
2021-01-06nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar
2021-01-06nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg
2021-01-06nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari
2021-01-06nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González
2020-12-01nvme: rename bdev operationsJavier González
2020-12-01nvme: rename controller base dev_t char deviceJavier González
2020-12-01nvme: remove unnecessary return valuesJavier González
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im
2020-12-01nvme: improve an error message on Identify failureMinwoo Im
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni
2020-12-01nvme: simplify nvme_req_qid()Baolin Wang
2020-11-23Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-16nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-11-16nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch
2020-11-14nvme: directly cache command effects logKeith Busch
2020-11-14nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im
2020-11-12nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg
2020-11-05Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe
2020-11-03nvme-tcp: avoid repeated request completionSagi Grimberg
2020-11-03nvme-rdma: avoid repeated request completionSagi Grimberg