summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/fastmap.c
AgeCommit message (Expand)Author
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King
2017-05-08ubi: fastmap: Fix slab corruptionRabin Vincent
2016-10-28ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon
2016-10-20ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King
2016-10-02ubi: Fix Fastmap's update_vol()Richard Weinberger
2016-10-02ubi: Fix races around ubi_refill_pools()Richard Weinberger
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon
2016-10-02UBI: provide an helper to query LEB informationBoris Brezillon
2016-10-02UBI: provide helpers to allocate and free aeb elementsBoris Brezillon
2016-10-02UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon
2016-10-02UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon
2016-10-02UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon
2016-10-02UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon
2016-10-02UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon
2016-10-02UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon
2016-07-29ubi: Use bitmaps in Fastmap self-check codeRichard Weinberger
2016-07-29ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger
2016-07-29ubi: Rework Fastmap attach base codeRichard Weinberger
2016-07-29ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger
2016-05-24UBI: Fix static volume checks when Fastmap is usedRichard Weinberger
2015-11-06UBI: Fastmap: Fix PEB array typeEzequiel GarcĂ­a
2015-10-03UBI: Fastmap: Simplify expressionRichard Weinberger
2015-06-03UBI: Remove unnecessary `\'shengyong
2015-06-02UBI: Fastmap: Do not add vol if it already existsshengyong
2015-06-02UBI: Fastmap: Rename variables to make them meaningfulshengyong
2015-06-02UBI: Fastmap: Remove unnecessary `\'shengyong
2015-03-26UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger
2015-03-26UBI: Fastmap: Add self check to detect absent PEBsRichard 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 leb_count unbalanceRichard 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 memory leak while attachingRichard Weinberger
2015-03-26UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger
2015-01-28UBI: Fastmap: Care about the protection queueRichard Weinberger
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman
2014-10-03UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger
2014-09-16UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud
2014-07-16UBI: fastmap: do not miss bit-flipsBrian Norris
2014-07-01UBI: fix the volumes tree sorting criteriaHeiko Schocher
2014-05-13UBI: fix rb_tree node comparison in add_mapMike Snitzer
2014-02-04UBI: fix some use after free bugsDan Carpenter
2013-10-03UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger
2013-10-03UBI: Fix memory leak in ubi_attach_fastmap() error pathRichard Weinberger
2013-10-03UBI: fastmap: fix backward compatibility with image_seqRichard Genoud
2013-10-03UBI: Fix error path in scan_pool()Richard Weinberger