summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)Author
2015-03-26UBI: Fastmap: Make self_check_eba() depend on fastmap self checkingRichard Weinberger
2015-03-26UBI: Fastmap: Add self check to detect absent PEBsRichard Weinberger
2015-03-26UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger
2015-03-26UBI: Fastmap: Enhance fastmap checkingRichard Weinberger
2015-03-26UBI: Add initial support for fastmap self checksRichard Weinberger
2015-03-26UBI: Fastmap: Rework fastmap error pathsRichard Weinberger
2015-03-26UBI: Fastmap: Prepare for variable sized fastmapsRichard Weinberger
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger
2015-03-26UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger
2015-03-26UBI: Fastmap: Fix race after ubi_wl_get_peb()Richard Weinberger
2015-03-26UBI: Fastmap: Fix leb_count unbalanceRichard Weinberger
2015-03-26UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger
2015-03-26UBI: Fastmap: Switch to ro mode if invalidate_fastmap() failsRichard Weinberger
2015-03-26UBI: Fastmap: Remove eba_orphans logicRichard Weinberger
2015-03-26UBI: Fastmap: Remove bogus ubi_assert()Richard Weinberger
2015-03-26UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger
2015-03-26UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger
2015-03-26UBI: Fastmap: Fix memory leak while attachingRichard Weinberger
2015-03-26UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger
2015-03-26UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger
2015-03-26UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failureRichard Weinberger
2015-03-26UBI: Fastmap: Fix memory leaks while closing the WL sub-systemRichard Weinberger
2015-03-26UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger
2015-03-26UBI: Fastmap: Make ubi_refill_pools() fairRichard Weinberger
2015-03-26UBI: Split __wl_get_peb()Richard Weinberger
2015-03-26UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger
2015-03-26UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdownRichard Weinberger
2015-03-26UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger
2015-03-26UBI: align comment for readabilityBrian Norris
2015-03-26UBI: fix check for "too many bytes"Brian Norris
2015-03-26UBI: initialize LEB number variableBrian Norris
2015-03-26UBI: fix out of bounds writeBrian Norris
2015-03-26UBI: account for bitflips in both the VID header and dataBrian Norris
2015-03-24mtd: nand: fix spelling of REPLACEABLEBrian Norris
2015-03-21Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-03-11mtd: nand: fully initialize mtd_oob_opsBrian Norris
2015-03-11mtd: blkdevs: remove dead codeBrian Norris
2015-03-11mtd: nand: denali: drop dead codeBrian Norris
2015-03-11mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris
2015-03-11mtd: tests: fix more potential integer overflowsBrian Norris
2015-03-11mtd: onenand: drop dead codeBrian Norris
2015-03-11mtd: docg3: drop dead codeBrian Norris
2015-03-11mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König
2015-03-11mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König
2015-03-11mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König
2015-03-11mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König
2015-03-11mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König
2015-03-11mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König
2015-03-11mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regsBoris Brezillon
2015-03-06treewide: Fix typo in printk messagesMasanari Iida