summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-10-02ubi: Fix Fastmap's update_vol()Richard Weinberger1-0/+1
2016-10-02ubi: Fix races around ubi_refill_pools()Richard Weinberger4-14/+30
2016-10-02ubi: Deal with interrupted erasures in WLRichard Weinberger1-2/+19
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon7-142/+218
2016-10-02UBI: hide EBA internalsBoris Brezillon4-51/+165
2016-10-02UBI: provide an helper to query LEB informationBoris Brezillon3-2/+40
2016-10-02UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon3-2/+15
2016-10-02UBI: add an helper to check lnum validityBoris Brezillon3-8/+13
2016-10-02UBI: simplify LEB write and atomic LEB change codeBoris Brezillon1-170/+115
2016-10-02UBI: simplify recover_peb() codeBoris Brezillon1-53/+77
2016-10-02UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2-20/+23
2016-10-02UBI: provide helpers to allocate and free aeb elementsBoris Brezillon4-38/+66
2016-10-02UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon1-5/+5
2016-10-02UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon1-6/+2
2016-10-02UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon1-13/+12
2016-10-02UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon3-67/+112
2016-10-02UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon1-1/+1
2016-10-02UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon1-3/+4
2016-10-02UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon1-4/+4
2016-10-02UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon1-2/+2
2016-10-02UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon1-20/+3
2016-08-05Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds8-75/+263
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-08-03Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds31-246/+5540
2016-07-31Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-07-30ubi: Use bitmaps in Fastmap self-check codeRichard Weinberger1-9/+11
2016-07-30ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2-4/+27
2016-07-30ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger1-0/+7
2016-07-30ubi: Rework Fastmap attach base codeRichard Weinberger4-42/+162
2016-07-30ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger1-1/+1
2016-07-30ubi: Introduce vol_ignored()Richard Weinberger2-6/+33
2016-07-30ubi: Fix scan_fast() commentRichard Weinberger1-1/+1
2016-07-30ubi: Make volume resize power cut awareRichard Weinberger1-7/+18
2016-07-30ubi: Fix early loggingRichard Weinberger1-4/+4
2016-07-30ubi: gluebi: Fix double refcountingRichard Weinberger1-5/+0
2016-07-30ubi: Fix race condition between ubi device creation and udevIosif Harutyunov1-1/+4
2016-07-30ubi: Only read necessary size when reading the VID headerSascha Hauer1-1/+1
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-07-27Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-07-25Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.or...David S. Miller1-1/+1
2016-07-20mtd: spi-nor: don't build Cadence QuadSPI on non-ARMBrian Norris1-1/+1
2016-07-19mtd: mtk-nor: remove duplicated include from mtk-quadspi.cWei Yongjun1-1/+0
2016-07-19mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-07-19mtd: add arch dependency for MTD_BCM47XXSFLASH symbolRafał Miłecki1-1/+1
2016-07-18mtd: update description of MTD_BCM47XXSFLASH symbolRafał Miłecki1-2/+2
2016-07-18mtd: spi-nor: Add driver for Cadence Quad SPI Flash ControllerGraham Moore3-0/+1311
2016-07-17mtd: nand: brcmnand: Change BUG_ON in brcmnand_send_cmdFlorian Fainelli1-1/+1
2016-07-16mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter1-3/+3
2016-07-16mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter1-1/+3