summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1823-367/+212
|\
| * sd: Honor block layer integrity handling flagsMartin K. Petersen2014-09-303-46/+116
| * block: Add T10 Protection Information functionsMartin K. Petersen2014-09-272-222/+20
| * block: Integrity checksum flagMartin K. Petersen2014-09-271-2/+4
| * block: Relocate bio integrity flagsMartin K. Petersen2014-09-271-2/+2
| * block: Add a disk flag to block integrity profileMartin K. Petersen2014-09-271-1/+7
| * block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-271-50/+56
| * block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-271-23/+23
| * block: Remove integrity tagging functionsMartin K. Petersen2014-09-271-65/+0
| * block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-271-4/+4
| * scsi: move blk_mq_start_request call earlierChristoph Hellwig2014-09-221-1/+5
| * blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig2014-09-221-1/+9
| * blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-224-6/+6
| * blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-224-0/+7
| * blk-mq: remove REQ_ENDChristoph Hellwig2014-09-224-5/+8
| * Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-22204-1180/+2453
| |\
| * \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-11170-6132/+781
| |\ \
| * | | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-2816-22/+22
| * | | block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-263-0/+6
* | | | Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtdLinus Torvalds2014-10-1837-549/+710
|\ \ \ \
| * | | | mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help messageRoger Quadros2014-10-071-1/+1
| * | | | mtd: nand: Force omap_elm to be built as a module if omap2_nand is a moduleEzequiel Garcia2014-10-072-2/+5
| * | | | mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki2014-09-292-29/+21
| * | | | mtd: spi-nor: add Kconfig option to disable 4K sectorsRafał Miłecki2014-09-282-1/+18
| * | | | mtd: nand: Move ELM driver and rename as omap_elmEzequiel García2014-09-223-1/+1
| * | | | nand: omap2: Replace pr_err with dev_errEzequiel García2014-09-221-13/+17
| * | | | nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García2014-09-221-59/+71
| * | | | mtd: nand: add Hynix's H27UCG8T2ATR-BC to nand_ids tableBoris BREZILLON2014-09-221-0/+4
| * | | | mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON2014-09-221-0/+2
| * | | | mtd: physmap_of: Add non-obsolete map_rom probeAaron Sierra2014-09-221-0/+4
| * | | | mtd: physmap_of: Fix ROM support via OFAaron Sierra2014-09-221-1/+1
| * | | | mtd: denali: fix indents and other trivial thingsMasahiro Yamada2014-09-191-77/+61
| * | | | mtd: denali: remove unnecessary parenthesesMasahiro Yamada2014-09-191-7/+7
| * | | | mtd: denali: remove another set-but-unused variableBrian Norris2014-09-191-2/+1
| * | | | mtd: denali: fix include guard and license block of denali.hMasahiro Yamada2014-09-181-23/+4
| * | | | mtd: nand: don't break long print messagesRafał Miłecki2014-09-182-22/+15
| * | | | mtd: bcm47xxnflash: replace some magic numbersRafał Miłecki2014-09-181-4/+6
| * | | | mtd: bcm47xxnflash: NAND_CMD_RESET supportRafał Miłecki2014-09-181-1/+5
| * | | | mtd: bcm47xxnflash: add cmd_ctrl handlerRafał Miłecki2014-09-181-0/+21
| * | | | mtd: bcm47xxnflash: add dev_ready and fill chip_delayRafał Miłecki2014-09-181-0/+12
| * | | | mtd: bcm47xxnflash: fix typo in freq calculationRafał Miłecki2014-09-181-3/+5
| * | | | mtd: bcm47xxpart: find NVRAM partitions in middle blocksRafał Miłecki2014-09-181-0/+11
| * | | | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh2014-09-181-8/+5
| * | | | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh2014-09-181-8/+6
| * | | | nand: omap2: Add support for flash-based bad block tableEzequiel García2014-09-171-1/+5
| * | | | mtd: nand: atmel_nand: retrieve NFC clockBoris BREZILLON2014-09-171-0/+25
| * | | | mtd: denali: remove a set-but-unused variableMasahiro Yamada2014-09-161-2/+0
| * | | | mtd: denali: change the type of iterators to intMasahiro Yamada2014-09-161-4/+7
| * | | | mtd: denali: remove unnecessary castsMasahiro Yamada2014-09-161-18/+18
| * | | | mtd: denali: remove unnecessary variable initializationsMasahiro Yamada2014-09-161-32/+27