summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | nvme-fcloop: add sysfs attribute to inject command dropJames Smart2020-12-011-2/+79
* | | | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-164-28/+23
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei2020-12-071-0/+10
| * | | | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-2/+1
| * | | | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-10/+10
| * | | | 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
| * | nvme: introduce nvme_sync_io_queuesChao Leng2020-11-032-2/+7
| * | Revert "nvme-pci: remove last_sq_tail"Keith Busch2020-11-021-4/+19
* | | Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-305-178/+127
|\| |
| * | nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2020-10-272-16/+9
| * | nvme-fc: remove nvme_fc_terminate_io()James Smart2020-10-271-33/+16
| * | nvme-fc: eliminate terminate_io use by nvme_fc_error_recoveryJames Smart2020-10-271-103/+84
| * | nvme-fc: remove err_work work itemJames Smart2020-10-271-30/+10
| * | nvme-fc: track error_recovery while connectingJames Smart2020-10-271-5/+9
| * | nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi2020-10-271-0/+8
| * | nvme: ignore zone validate errors on subsequent scansKeith Busch2020-10-271-1/+1
| |/
* / RDMA: Add rdma_connect_locked()Jason Gunthorpe2020-10-281-2/+2
|/
* nvme-fc: shorten reconnect delay if possible for FCJames Smart2020-10-231-1/+18
* nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart2020-10-231-2/+5
* nvme-fc: fix error loop in create_hw_io_queuesJames Smart2020-10-231-2/+2
* nvme-fc: fix io timeout to abort I/OJames Smart2020-10-231-39/+69
* nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni2020-10-221-1/+1
* nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe2020-10-221-3/+4
* nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe2020-10-221-1/+8
* nvmet: fix uninitialized work for zero katozhenwei pi2020-10-221-1/+2
* nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng2020-10-221-0/+2
* nvme: use queuedata for nvme_req_qidKeith Busch2020-10-221-1/+1
* nvme-rdma: fix crash due to incorrect cqeChao Leng2020-10-221-2/+3
* nvme-rdma: fix crash when connect rejectedChao Leng2020-10-221-1/+0
* nvme: translate zone resource errorsKeith Busch2020-10-131-0/+4
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1311-384/+310
|\
| * nvme-core: remove extra condition for vwcChaitanya Kulkarni2020-10-071-3/+1
| * nvme-core: remove extra variableChaitanya Kulkarni2020-10-071-3/+2
| * nvme: remove nvme_identify_ns_listChristoph Hellwig2020-10-071-12/+8
| * nvme: refactor nvme_validate_nsChristoph Hellwig2020-10-071-20/+17
| * nvme: move nvme_validate_nsChristoph Hellwig2020-10-071-37/+37
| * nvme: query namespace identifiers before adding the namespaceChristoph Hellwig2020-10-071-63/+53