summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | nvmet-fc: use RCU proctection for assoc_listLeonid Ravich2021-02-021-43/+38
| * | nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin2021-02-021-1/+1
| * | nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin2021-02-021-3/+1
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-218-35/+30
|\ \ \
| * | | nvme: cleanup zone information initializationDamien Le Moal2021-02-102-13/+9
| * | | nvme-core: check bdev value for NULLChaitanya Kulkarni2021-01-271-1/+2
| * | | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| |/ /
| * | nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-263-4/+4
| * | block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-242-3/+3
| * | block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-244-6/+6
| * | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-244-9/+8
| * | nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig2021-01-241-3/+2
* | | nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg2021-02-031-1/+2
* | | nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard2021-02-021-0/+2
* | | nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis2021-02-021-0/+2
| |/ |/|
* | 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
* nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
* 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
* nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin2021-01-141-8/+8
* nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2021-01-062-5/+3
* nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin2021-01-061-0/+10
* 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-fcloop: Fix sscanf type and list_first_entry_or_null warningsJames Smart2021-01-061-3/+4
* 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-162-2/+3
|\
| * Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe2020-11-233-15/+33
| |\
| * | RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-1/+2
| * | Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-178-209/+162
| |\ \
| * | | 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-1619-105/+324
|\ \ \ \
| * | | | 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