aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-03nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-02-02nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard1-0/+2
2021-02-02nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis1-0/+2
2021-01-28nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng1-1/+1
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner1-1/+1
2021-01-28nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni1-0/+2
2021-01-20nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig1-10/+18
2021-01-20nvme-pci: refactor nvme_unmap_dataChristoph Hellwig1-28/+49
2021-01-18nvmet: set right status on error in id-ns handlerChaitanya Kulkarni1-2/+6
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen1-0/+14
2021-01-18nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng1-4/+10
2021-01-18nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng1-4/+11
2021-01-18nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2021-01-14nvme: don't intialize hwmon for discovery controllersSagi Grimberg1-3/+8
2021-01-14nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg1-1/+1
2021-01-14nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg1-1/+1
2021-01-14nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin1-8/+8
2021-01-06nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2-5/+3
2021-01-06nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2021-01-06nvme: unexport functions with no external callerMinwoo Im2-7/+2
2021-01-06nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar1-3/+4
2021-01-06nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg1-1/+11
2021-01-06nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2021-01-06nvme-fcloop: Fix sscanf type and list_first_entry_or_null warningsJames Smart1-3/+4
2021-01-06nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart1-1/+14
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+3
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds19-105/+324
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds4-28/+23
2020-12-07nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei1-0/+10
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-2/+1
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-10/+10
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González3-5/+12
2020-12-01nvme: rename bdev operationsJavier González1-4/+4
2020-12-01nvme: rename controller base dev_t char deviceJavier González1-5/+7
2020-12-01nvme: remove unnecessary return valuesJavier González1-5/+3
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im1-1/+4
2020-12-01nvme: improve an error message on Identify failureMinwoo Im1-1/+2
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov5-4/+77
2020-12-01nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King1-1/+1
2020-12-01nvmet: make sure discovery change log event is protectedMax Gurtovoy1-0/+1
2020-12-01nvmet: remove unused ctrl->cqsAmit2-14/+2
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle1-9/+7
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle1-2/+1
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2-3/+10
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni1-6/+2
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni1-7/+1
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni5-23/+42
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni3-1/+23
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni3-0/+27
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni7-10/+10