- 538e4a8 nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs by Thorsten Leemhuis · 4 years ago
- 772ea32 nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head by Chao Leng · 4 years ago
- d1bcf00 nvme-multipath: Early exit if no path is available by Daniel Wagner · 4 years ago
- 8991992 nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC device by Chaitanya Kulkarni · 4 years ago
- fa07321 nvme-pci: fix error unwind in nvme_map_data by Christoph Hellwig · 4 years ago
- 9275c20 nvme-pci: refactor nvme_unmap_data by Christoph Hellwig · 4 years ago
- bffcd50 nvmet: set right status on error in id-ns handler by Chaitanya Kulkarni · 4 years ago
- 20d3bb9 nvme-pci: allow use of cmb on v1.4 controllers by Klaus Jensen · 4 years ago
- 9ebbfe4 nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout by Chao Leng · 4 years ago
- 7674073 nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout by Chao Leng · 4 years ago
- 4d6b1c9 nvme: check the PRINFO bit before deciding the host buffer length by Revanth Rajashekar · 4 years ago
- 5ab25a3 nvme: don't intialize hwmon for discovery controllers by Sagi Grimberg · 4 years ago
- ca1ff67 nvme-tcp: fix possible data corruption with bio merges by Sagi Grimberg · 4 years ago
- ada83177 nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT by Sagi Grimberg · 4 years ago
- 7a84665 nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY by Israel Rukshin · 4 years ago
- 2b59787 nvme: remove the unused status argument from nvme_trace_bio_complete by Max Gurtovoy · 4 years, 1 month ago
- 9ceb786 nvmet-rdma: Fix list_del corruption on queue establishment failure by Israel Rukshin · 4 years, 1 month ago
- 9b66fc0 nvme: unexport functions with no external caller by Minwoo Im · 4 years, 1 month ago
- 62df801 nvme: avoid possible double fetch in handling CQE by Lalithambika Krishnakumar · 4 years, 1 month ago
- 5c11f7d nvme-tcp: Fix possible race of io_work and direct send by Sagi Grimberg · 4 years, 1 month ago
- 7ee5c78 nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN by Gopal Tiwari · 4 years, 2 months ago
- 2b54996b7 nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings by James Smart · 4 years, 1 month ago
- 19fce04 nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt context by James Smart · 4 years, 2 months ago
- 009bd55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 1 month ago
- 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 88c9979 nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class by Ming Lei · 4 years, 2 months ago
- 1c02fca block: remove the request_queue argument to the block_bio_remap tracepoint by Christoph Hellwig · 4 years, 2 months ago
- 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 2 months ago
- 2f4c9ba nvme: export zoned namespaces without Zone Append support read-only by Javier González · 4 years, 2 months ago
- ba4fb32 nvme: rename bdev operations by Javier González · 4 years, 2 months ago
- f68abd9 nvme: rename controller base dev_t char device by Javier González · 4 years, 2 months ago
- e1aaf5c nvme: remove unnecessary return values by Javier González · 4 years, 2 months ago
- f781f3d nvme: print a warning for when listing active namespaces fails by Minwoo Im · 4 years, 2 months ago
- aa9d729 nvme: improve an error message on Identify failure by Minwoo Im · 4 years, 2 months ago
- 8c4dfea nvme-fabrics: reject I/O to offline device by Victor Gladkov · 4 years, 2 months ago
- 9f20599 nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig by Colin Ian King · 4 years, 2 months ago
- 0068a7b nvmet: make sure discovery change log event is protected by Max Gurtovoy · 4 years, 2 months ago
- 6d65aea nvmet: remove unused ctrl->cqs by Amit · 4 years, 2 months ago
- e3aef09 nvme-pci: don't allocate unused I/O queues by Niklas Schnelle · 4 years, 2 months ago
- ff4e5fb nvme-pci: drop min() from nr_io_queues assignment by Niklas Schnelle · 4 years, 2 months ago
- dab3902 nvmet: use inline bio for passthru fast path by Chaitanya Kulkarni · 4 years, 2 months ago
- a4fe2d3 nvmet: use blk_rq_bio_prep instead of blk_rq_append_bio by Chaitanya Kulkarni · 4 years, 2 months ago
- 06b3bec nvmet: remove op_flags for passthru commands by Chaitanya Kulkarni · 4 years, 2 months ago
- 39dfe84 nvme: split nvme_alloc_request() by Chaitanya Kulkarni · 4 years, 2 months ago
- 47e9730 nvmet: add passthru io timeout value attr by Chaitanya Kulkarni · 4 years, 2 months ago
- a2f6a2b nvmet: add passthru admin timeout value attr by Chaitanya Kulkarni · 4 years, 2 months ago
- dc96f93 nvme: use consistent macro name for timeout by Chaitanya Kulkarni · 4 years, 2 months ago
- 0d2e7c8 nvme: centralize setting the timeout in nvme_alloc_request by Chaitanya Kulkarni · 4 years, 2 months ago
- 84115d6 nvme: simplify nvme_req_qid() by Baolin Wang · 4 years, 3 months ago
- 03d99e5 nvme-fcloop: add sysfs attribute to inject command drop by James Smart · 4 years, 3 months ago
- ed92f6a Merge tag 'v5.10-rc5' into rdma.git for-next by Jason Gunthorpe · 4 years, 2 months ago
- 5a7a9e0 RDMA/core: remove use of dma_virt_ops by Christoph Hellwig · 4 years, 3 months ago
- bf3b7b7 Merge branch 'for-rc' into rdma.git by Jason Gunthorpe · 4 years, 2 months ago
- d17e66a nvme: use set_capacity_and_notify in nvme_set_queue_dying by Christoph Hellwig · 4 years, 2 months ago
- 449f4ec block: remove the update_bdev parameter to set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 2 months ago
- 5dd5574 nvme: let set_capacity_revalidate_and_notify update the bdev size by Christoph Hellwig · 4 years, 2 months ago
- 8168d23 nvme: fix memory leak freeing command effects by Keith Busch · 4 years, 2 months ago
- f6224b8 nvme: directly cache command effects log by Keith Busch · 4 years, 2 months ago
- 0f0d2c8 nvme: free sq/cq dbbuf pointers when dbbuf set fails by Minwoo Im · 4 years, 3 months ago
- 22dd4c7 nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device by Christoph Hellwig · 4 years, 3 months ago
- 65c5a05 nvme: fix incorrect behavior when BLKROSET is called by the user by Sagi Grimberg · 4 years, 2 months ago
- 7ae7a8d Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10 by Jens Axboe · 4 years, 3 months ago
- 0a8a2c85 nvme-tcp: avoid repeated request completion by Sagi Grimberg · 4 years, 3 months ago
- fdf58e0 nvme-rdma: avoid repeated request completion by Sagi Grimberg · 4 years, 3 months ago
- d6f6621 nvme-tcp: avoid race between time out and tear down by Chao Leng · 4 years, 3 months ago
- 3017013 nvme-rdma: avoid race between time out and tear down by Chao Leng · 4 years, 3 months ago
- 04800fb nvme: introduce nvme_sync_io_queues by Chao Leng · 4 years, 3 months ago
- 3821080 Revert "nvme-pci: remove last_sq_tail" by Keith Busch · 4 years, 3 months ago
- 5fc6b07 Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 071ba4c RDMA: Add rdma_connect_locked() by Jason Gunthorpe · 4 years, 3 months ago
- 3c3751f nvmet: fix a NULL pointer dereference when tracing the flush command by Chaitanya Kulkarni · 4 years, 3 months ago
- ac9b820 nvme-fc: remove nvme_fc_terminate_io() by James Smart · 4 years, 3 months ago
- 95ced8a nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery by James Smart · 4 years, 3 months ago
- 9c2bb25 nvme-fc: remove err_work work item by James Smart · 4 years, 3 months ago
- caf1cbe nvme-fc: track error_recovery while connecting by James Smart · 4 years, 3 months ago
- 25c1ca6 nvme-rdma: handle unexpected nvme completion data length by zhenwei pi · 4 years, 3 months ago
- 8685699 nvme: ignore zone validate errors on subsequent scans by Keith Busch · 4 years, 3 months ago
- f673714 nvme-fc: shorten reconnect delay if possible for FC by James Smart · 4 years, 3 months ago
- 88e837e nvme-fc: wait for queues to freeze before calling update_hr_hw_queues by James Smart · 4 years, 3 months ago
- 514a6dc nvme-fc: fix error loop in create_hw_io_queues by James Smart · 4 years, 3 months ago
- 52793d6 nvme-fc: fix io timeout to abort I/O by James Smart · 4 years, 3 months ago
- 150dfb6 nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru by Chaitanya Kulkarni · 4 years, 3 months ago
- 5e06310 nvmet: cleanup nvmet_passthru_map_sg() by Logan Gunthorpe · 4 years, 3 months ago
- df06047 nvmet: limit passthru MTDS by BIO_MAX_PAGES by Logan Gunthorpe · 4 years, 3 months ago
- 85bd23f nvmet: fix uninitialized work for zero kato by zhenwei pi · 4 years, 3 months ago
- 02ca079 nvme-pci: disable Write Zeroes on Sandisk Skyhawk by Kai-Heng Feng · 4 years, 3 months ago
- 643c476 nvme: use queuedata for nvme_req_qid by Keith Busch · 4 years, 3 months ago
- a87da50 nvme-rdma: fix crash due to incorrect cqe by Chao Leng · 4 years, 3 months ago
- 43efdb8 nvme-rdma: fix crash when connect rejected by Chao Leng · 4 years, 3 months ago
- afaf5c6 nvme: translate zone resource errors by Keith Busch · 4 years, 4 months ago
- 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 583090b Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- c448525 nvme-core: remove extra condition for vwc by Chaitanya Kulkarni · 4 years, 4 months ago
- af5d6f7 nvme-core: remove extra variable by Chaitanya Kulkarni · 4 years, 4 months ago
- 7b15336 nvme: remove nvme_identify_ns_list by Christoph Hellwig · 4 years, 4 months ago
- 0a05226 nvme: refactor nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
- b2dc748 nvme: move nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
- 8b7c0ff nvme: query namespace identifiers before adding the namespace by Christoph Hellwig · 4 years, 4 months ago