summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-118-35/+65
|\
| * block: handle partial completions for special payload requestsChristoph Hellwig2017-05-111-12/+12
| * blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong2017-05-101-2/+2
| * blk-stat: don't use this_cpu_ptr() in a preemptable sectionJens Axboe2017-05-101-7/+10
| * elevator: remove redundant warnings on IO scheduler switchJens Axboe2017-05-101-4/+1
| * block, bfq: stress that low_latency must be off to get max throughputPaolo Valente2017-05-102-1/+21
| * block, bfq: use pointer entity->sched_data only if setPaolo Valente2017-05-101-2/+11
| * nvme: lightnvm: fix memory leakRakesh Pandit2017-05-101-1/+2
| * blk-mq: make __blk_mq_stop_hw_queues staticColin Ian King2017-05-081-1/+1
| * lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warningGeert Uytterhoeven2017-05-081-3/+3
| * block/mq: fix potential deadlock during cpu hotplugWanpeng Li2017-05-081-2/+2
* | Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds2017-05-1153-3834/+6173
|\ \
| * | MAINTAINERS: Update NAND subsystem git repositoriesBoris Brezillon2017-05-111-3/+4
| * | mtd: nand: gpio: update bindingChristophe Leroy2017-05-111-2/+2
| * | mtd: nand: add ooblayout for old hamming layoutAlexander Couzens2017-05-031-1/+69
| * | mtd: oxnas_nand: Allocating more than necessary in probe()Dan Carpenter2017-05-031-1/+1
| * | dt-bindings: mtd: Document the STM32 QSPI bindingsLudovic Barre2017-05-021-0/+43
| * | Merge tag 'spi-nor/for-4.12-v2' of git://github.com/spi-nor/linux into MTDBrian Norris2017-05-027-6/+749
| |\ \
| | * | mtd: mtk-nor: set controller's address width according to nor flashGuochun Mao2017-05-011-0/+27
| | * | mtd: spi-nor: add driver for STM32 quad spi flash controllerLudovic Barre2017-05-013-0/+701
| | * | mtd: spi-nor: enable stateless 4b op codes for mx25u25635fMathias Kresin2017-04-161-1/+1
| | * | mtd: spi-nor: Add support for N25Q256A11Nobuhiro Iwamatsu2017-04-101-0/+1
| | * | drivers mtd: spi-nor: add Macronix MX25Ux033E and MX25Ux035 variantsAlexander Kurz2017-03-221-0/+3
| | * | drivers mtd: spi-nor: add Winbond W25Q20 variantsAlexander Kurz2017-03-221-0/+3
| | * | mtd: spi-nor: Disable chip erase for Micron n25q00.mar.krzeminski2017-03-221-2/+2
| | * | mtd: spi-nor: Fix whole chip erasing for stacked chips.mar.krzeminski2017-03-221-0/+3
| | * | mtd: spi-nor: Add support for ESMT F25L32QA and F25L64QAL. D. Pinney2017-03-071-0/+2
| | * | mtd: spi-nor: intel: use ERR_CAST in return statementNicholas Mc Guire2017-03-071-1/+1
| | * | mtd: spi-nor: intel: use true/false for booleanNicholas Mc Guire2017-03-071-1/+1
| | * | mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failureAlexey Khoroshilov2017-03-071-1/+4
| * | | Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDBrian Norris2017-05-0135-3779/+5273
| |\ \ \
| | * | | mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu2017-04-251-3/+58
| | * | | mtd: nand: davinci: add comment on NAND subpage write status on keystoneSekhar Nori2017-04-251-0/+11
| | * | | mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros2017-04-251-0/+9
| | * | | mtd: nand: NULL terminate a of_device_id tableChristophe Jaillet2017-04-251-0/+1
| | * | | mtd: nand: Fix a couple error codesDan Carpenter2017-04-251-2/+2
| | * | | mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-04-252-2/+10
| | * | | mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada2017-04-251-9/+32
| | * | | mtd: nand: denali: allow to override revision numberMasahiro Yamada2017-04-253-13/+18
| | * | | mtd: nand: denali_dt: use pdev instead of ofdev for platform_deviceMasahiro Yamada2017-04-251-15/+17
| | * | | mtd: nand: denali_dt: remove dma-mask DT propertyMasahiro Yamada2017-04-252-11/+0
| | * | | mtd: nand: denali: support 64bit capable DMA engineMasahiro Yamada2017-04-252-4/+36
| | * | | mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variantMasahiro Yamada2017-04-252-6/+13
| | * | | mtd: nand: denali: support HW_ECC_FIXUP capabilityMasahiro Yamada2017-04-252-9/+57
| | * | | mtd: nand: denali: fix erased page checkingMasahiro Yamada2017-04-251-27/+50
| | * | | mtd: nand: denali: fix bitflips calculation in handle_ecc()Masahiro Yamada2017-04-251-70/+71
| | * | | mtd: nand: denali: remove meaningless pipeline read-ahead operationMasahiro Yamada2017-04-251-39/+3
| | * | | mtd: nand: denali: allow to override mtd->name from label DT propertyMasahiro Yamada2017-04-251-1/+3
| | * | | mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-252-3/+2
| | * | | mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-252-11/+5