aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds13-712/+1071
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at4-2/+120
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner3-7/+47
2015-03-26UBI: Fastmap: Fall back to scanning mode after ECC errorRichard Weinberger1-1/+1
2015-03-26UBI: Fastmap: Remove is_fm_block()Richard Weinberger3-29/+0
2015-03-26UBI: Fastmap: Add blank line after declarationsRichard Weinberger1-0/+1
2015-03-26UBI: Fastmap: Remove else after return.Richard Weinberger1-3/+3
2015-03-26UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger3-6/+28
2015-03-26UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger2-7/+8
2015-03-26UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger1-16/+12
2015-03-26UBI: Add accessor functions for WL data structuresRichard Weinberger1-0/+36
2015-03-26UBI: Move fastmap specific functions out of wl.cRichard Weinberger3-463/+476
2015-03-26UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger2-0/+10
2015-03-26UBI: Fastmap: Make self_check_eba() depend on fastmap self checkingRichard Weinberger1-1/+1
2015-03-26UBI: Fastmap: Add self check to detect absent PEBsRichard Weinberger1-2/+84
2015-03-26UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger1-16/+31
2015-03-26UBI: Fastmap: Enhance fastmap checkingRichard Weinberger1-2/+5
2015-03-26UBI: Add initial support for fastmap self checksRichard Weinberger3-0/+20
2015-03-26UBI: Fastmap: Rework fastmap error pathsRichard Weinberger1-48/+114
2015-03-26UBI: Fastmap: Prepare for variable sized fastmapsRichard Weinberger1-2/+10
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger5-44/+50
2015-03-26UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger1-2/+3
2015-03-26UBI: Fastmap: Fix race after ubi_wl_get_peb()Richard Weinberger2-6/+25
2015-03-26UBI: Fastmap: Fix leb_count unbalanceRichard Weinberger1-0/+1
2015-03-26UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger2-3/+1
2015-03-26UBI: Fastmap: Switch to ro mode if invalidate_fastmap() failsRichard Weinberger1-1/+3
2015-03-26UBI: Fastmap: Remove eba_orphans logicRichard Weinberger1-83/+8
2015-03-26UBI: Fastmap: Remove bogus ubi_assert()Richard Weinberger1-1/+3
2015-03-26UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger1-7/+8
2015-03-26UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger1-6/+6
2015-03-26UBI: Fastmap: Fix memory leak while attachingRichard Weinberger2-41/+33
2015-03-26UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger1-6/+5
2015-03-26UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger1-0/+4
2015-03-26UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failureRichard Weinberger1-1/+5
2015-03-26UBI: Fastmap: Fix memory leaks while closing the WL sub-systemRichard Weinberger1-0/+18
2015-03-26UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger2-29/+5
2015-03-26UBI: Fastmap: Make ubi_refill_pools() fairRichard Weinberger1-38/+47
2015-03-26UBI: Split __wl_get_peb()Richard Weinberger1-23/+38
2015-03-26UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger2-12/+25
2015-03-26UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdownRichard Weinberger1-0/+3
2015-03-26UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2-2/+10
2015-03-26UBI: align comment for readabilityBrian Norris1-1/+1
2015-03-26UBI: fix check for "too many bytes"Brian Norris1-1/+1
2015-03-26UBI: initialize LEB number variableBrian Norris1-1/+1
2015-03-26UBI: fix out of bounds writeBrian Norris1-1/+2
2015-03-26UBI: account for bitflips in both the VID header and dataBrian Norris1-1/+1
2015-03-21Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+2
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg1-2/+1