summaryrefslogtreecommitdiffstats
path: root/drivers
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
* nbd: freeze the queue while we're adding connectionsJosef Bacik2021-01-251-0/+8
* s390/dasd: Fix inconsistent kobject removalJan Höppner2021-01-253-8/+17
* lightnvm: fix memory leak when submit failsPan Bian2021-01-211-2/+1
* Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-215-50/+123
|\
| * 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
* | md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-01-201-0/+2
|/
* 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
* bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15
* bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-093-7/+28
* bcache: check unsupported feature sets for bcache registerColy Li2021-01-092-0/+29
* bcache: fix typo from SUUP to SUPP in features.hColy Li2021-01-091-3/+3
* bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
* block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-081-1/+2
* block/rnbd: Adding name to the Contributors ListSwapnil Ingle2021-01-081-0/+1
* block/rnbd-clt: Fix sg table use after freeGuoqing Jiang2021-01-081-8/+7
* block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang2021-01-081-3/+5
* block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang2021-01-081-0/+1
* 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
* lightnvm: select CONFIG_CRC32Arnd Bergmann2021-01-031-0/+1
* block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-031-0/+1
* Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbLinus Torvalds2020-12-274-3/+44
|\
| * ntb: intel: add Intel NTB LTR vendor support for gen4 NTBDave Jiang2020-12-063-1/+42
| * ntb: idt: fix error check in ntb_hw_idt.cWang Qing2020-12-061-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-272-2/+4
|\ \
| * | crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero2020-12-231-0/+1
| * | crypto: keembay - Add dependency on HAS_IOMEMDaniele Alessandrelli2020-12-231-0/+1
| * | crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAYGeert Uytterhoeven2020-12-231-2/+2
* | | mfd: ab8500-debugfs: Remove extraneous seq_putcLinus Torvalds2020-12-261-1/+0
* | | Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-252-32/+31
|\ \ \
| * | | PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin2020-12-251-6/+2
| * | | PCI: tegra: Fix host link initializationRob Herring2020-12-251-26/+29