| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2015-02-15 | 11 | -173/+319 |
|\ |
|
| * | UBI: block: Fix checking for NULL instead of IS_ERR() | Dan Carpenter | 2015-02-12 | 1 | -2/+2 |
| * | UBI: block: Continue creating ubiblocks after an initialization error | Dan Ehrenberg | 2015-02-12 | 1 | -15/+22 |
| * | UBI: Block: Explain usage of blk_rq_map_sg() | Richard Weinberger | 2015-01-28 | 1 | -0/+6 |
| * | UBI: fix soft lockup in ubi_check_volume() | hujianyang | 2015-01-28 | 1 | -0/+2 |
| * | UBI: Fastmap: Care about the protection queue | Richard Weinberger | 2015-01-28 | 1 | -0/+13 |
| * | UBI: do propagate positive error codes up | Artem Bityutskiy | 2015-01-28 | 1 | -0/+1 |
| * | UBI: clean-up printing helpers | Artem Bityutskiy | 2015-01-28 | 1 | -4/+4 |
| * | UBI: extend UBI layer debug/messaging capabilities - cosmetics | Tanya Brokhman | 2015-01-28 | 5 | -22/+13 |
| * | UBI: Block: Add blk-mq support | Richard Weinberger | 2015-01-28 | 1 | -108/+94 |
| * | UBI: Add initial support for scatter gather | Richard Weinberger | 2015-01-28 | 3 | -15/+138 |
| * | UBI: rename_volumes: Use UBI_METAONLY | Richard Weinberger | 2015-01-28 | 1 | -1/+1 |
| * | UBI: Implement UBI_METAONLY | Richard Weinberger | 2015-01-28 | 3 | -7/+24 |
* | | mtd: export new mtd_mmap_capabilities | Arnd Bergmann | 2015-01-28 | 1 | -0/+1 |
* | | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 2015-01-20 | 4 | -131/+32 |
|/ |
|
* | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-12-17 | 32 | -448/+2292 |
|\ |
|
| * | mtd: tests: abort torturetest on erase errors | Brian Norris | 2014-12-12 | 1 | -1/+3 |
| * | mtd: physmap_of: fix potential NULL dereference | Ard Biesheuvel | 2014-12-12 | 1 | -5/+3 |
| * | mtd: spi-nor: allow NULL as chip name and try to auto detect it | Rafał Miłecki | 2014-12-01 | 1 | -3/+11 |
| * | mtd: nand: gpmi: add raw oob access functions | Boris BREZILLON | 2014-12-01 | 1 | -0/+18 |
| * | mtd: nand: gpmi: add proper raw access support | Boris BREZILLON | 2014-12-01 | 2 | -0/+185 |
| * | mtd: nand: gpmi: add gpmi_copy_bits function | Boris BREZILLON | 2014-12-01 | 2 | -0/+157 |
| * | mtd: spi-nor: factor out write_enable() for erase commands | Brian Norris | 2014-12-01 | 3 | -14/+6 |
| * | mtd: spi-nor: add support for s25fl128s | Huang Shijie | 2014-12-01 | 1 | -0/+18 |
| * | mtd: spi-nor: remove the jedec_id/ext_id | Huang Shijie | 2014-12-01 | 1 | -53/+45 |
| * | mtd: spi-nor: add id/id_len for flash_info{} | Huang Shijie | 2014-12-01 | 1 | -14/+25 |
| * | mtd: nand: correct the comment of function nand_block_isreserved() | Gu Zheng | 2014-11-28 | 1 | -2/+2 |
| * | mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy | Wu, Josh | 2014-11-25 | 1 | -29/+10 |
| * | mtd: cafe_nand: drop duplicate .write_page implementation | Brian Norris | 2014-11-25 | 1 | -45/+0 |
| * | mtd: m25p80: Add support for serial flash Spansion S25FL132K | Knut Wohlrab | 2014-11-25 | 2 | -3/+2 |
| * | MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_ids | Alison Chaiken | 2014-11-25 | 1 | -3/+3 |
| * | mtd: spi-nor: improve wait-till-ready timeout loop | Brian Norris | 2014-11-25 | 1 | -4/+9 |
| * | mtd: delete unnecessary checks before two function calls | Markus Elfring | 2014-11-25 | 2 | -4/+2 |
| * | mtd: nand: omap: Fix NAND enumeration on 3430 LDP | Roger Quadros | 2014-11-25 | 1 | -7/+0 |
| * | mtd: nand: add ATO manufacturer info | Brian Norris | 2014-11-25 | 1 | -0/+1 |
| * | mtd: nand: print erase size on init | Rafał Miłecki | 2014-11-25 | 1 | -2/+2 |
| * | mtd: oobtest: correct printf() format specifier for 'size_t' | Brian Norris | 2014-11-20 | 1 | -1/+1 |
| * | mtd: mtd_oobtest: add bitflip_limit parameter | Roger Quadros | 2014-11-19 | 1 | -18/+47 |
| * | mtd: mtd_oobtest: Show the verification error location and data | Roger Quadros | 2014-11-19 | 1 | -7/+29 |
| * | fsl_ifc: Support all 8 IFC chip selects | Aaron Sierra | 2014-11-05 | 1 | -6/+4 |
| * | mtd: atmel_nand: make PMECC lookup table and offset property optional | Josh Wu | 2014-11-05 | 2 | -4/+81 |
| * | mtd: mxc_nand: use __iowrite32_copy for 32 bit copy | Koul, Vinod | 2014-11-05 | 1 | -7/+3 |
| * | mtd: intflmount: fix off by one error in INFTL_dumpVUchains() | Dan Carpenter | 2014-11-05 | 1 | -1/+1 |
| * | mtd: spi-nor: Add support for SST spi flash | Harini Katakam | 2014-11-05 | 1 | -0/+1 |
| * | mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM | Rostislav Lisovy | 2014-11-05 | 1 | -0/+3 |
| * | mtd: nand: omap: Synchronize the access to the ECC engine | Rostislav Lisovy | 2014-11-05 | 1 | -5/+7 |
| * | mtd: spi-nor: Move n25q032 entry to Micron devices list | Chunhe Lan | 2014-11-05 | 1 | -1/+1 |
| * | mtd: dataflash: Remove use of tx_dma | Mark Brown | 2014-11-05 | 1 | -3/+3 |
| * | mtd: spi-nor: drop replaceable wait-till-ready function pointer | Brian Norris | 2014-11-05 | 1 | -18/+10 |
| * | mtd: fsl-quadspi: drop wait-till-ready checks | Brian Norris | 2014-11-05 | 1 | -11/+0 |