summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng2021-01-281-1/+1
* nvme-multipath: Early exit if no path is availableDaniel Wagner2021-01-281-1/+1
* nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni2021-01-281-0/+2
* nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-01-201-10/+18
* nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-01-201-28/+49
* nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-181-0/+14
* nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng2021-01-181-4/+10
* nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng2021-01-181-4/+11
* nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-01-181-2/+15
* nvme: don't intialize hwmon for discovery controllersSagi Grimberg2021-01-141-3/+8
* nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg2021-01-141-1/+1
* nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg2021-01-141-1/+1
* nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2021-01-062-5/+3
* nvme: unexport functions with no external callerMinwoo Im2021-01-062-7/+2
* nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar2021-01-061-3/+4
* nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg2021-01-061-1/+11
* nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari2021-01-061-1/+2
* nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart2021-01-061-1/+14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-1/+1
|\
| * Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe2020-11-233-15/+33
| |\
| * \ Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-176-193/+153
| |\ \
| * | | nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig2020-11-121-1/+1
* | | | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1611-70/+177
|\ \ \ \
| * | | | nvme: export zoned namespaces without Zone Append support read-onlyJavier González2020-12-013-5/+12
| * | | | nvme: rename bdev operationsJavier González2020-12-011-4/+4
| * | | | nvme: rename controller base dev_t char deviceJavier González2020-12-011-5/+7
| * | | | nvme: remove unnecessary return valuesJavier González2020-12-011-5/+3
| * | | | nvme: print a warning for when listing active namespaces failsMinwoo Im2020-12-011-1/+4
| * | | | nvme: improve an error message on Identify failureMinwoo Im2020-12-011-1/+2
| * | | | nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-015-4/+77
| * | | | nvme-pci: don't allocate unused I/O queuesNiklas Schnelle2020-12-011-9/+7
| * | | | nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle2020-12-011-2/+1
| * | | | nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-014-22/+41
| * | | | nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-016-9/+9
| * | | | nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni2020-12-013-5/+11
| * | | | nvme: simplify nvme_req_qid()Baolin Wang2020-12-011-1/+2
* | | | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-18/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-2/+1
| * | | | nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig2020-11-161-12/+1
| * | | | block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-1/+1
| * | | | nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig2020-11-161-4/+1
| |/ / /
* | | | nvme: fix memory leak freeing command effectsKeith Busch2020-11-141-2/+14
* | | | nvme: directly cache command effects logKeith Busch2020-11-142-11/+4
* | | | nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im2020-11-141-0/+15
|/ / /
* | / nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg2020-11-091-2/+0
| |/ |/|
* | Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe2020-11-055-29/+33
|\ \
| * | nvme-tcp: avoid repeated request completionSagi Grimberg2020-11-031-1/+1
| * | nvme-rdma: avoid repeated request completionSagi Grimberg2020-11-031-1/+1
| * | nvme-tcp: avoid race between time out and tear downChao Leng2020-11-031-11/+3
| * | nvme-rdma: avoid race between time out and tear downChao Leng2020-11-031-10/+2