summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/fastmap.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+1
* ubi: prevent null pointer referenceRoland Hieber2019-01-221-1/+2
* ubi: fastmap: Check each mapping only onceRichard Weinberger2018-08-311-0/+20
* ubi: fastmap: Clean up the initialization of pointer pColin Ian King2018-08-311-2/+1
* ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2018-08-311-1/+1
* ubi: fastmap: Fix slab corruptionRabin Vincent2018-08-311-4/+29
* ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon2018-08-311-5/+5
* ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2018-08-311-1/+1
* ubi: Fix Fastmap's update_vol()Richard Weinberger2018-08-311-1/+1
* UBI: introduce the VID buffer conceptBoris Brezillon2018-08-311-28/+43
* UBI: provide an helper to query LEB informationBoris Brezillon2018-08-311-2/+6
* UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2018-08-311-16/+13
* UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2018-08-311-5/+5
* UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2018-08-311-6/+2
* UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2018-08-311-24/+3
* UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2018-08-311-3/+4
* UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2018-08-311-4/+4
* UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon2018-08-311-20/+3
* ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger2018-08-311-0/+7
* ubi: Rework Fastmap attach base codeRichard Weinberger2018-08-311-3/+33
* ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger2018-08-311-1/+1
* UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2018-08-311-0/+1
* UBI: Fastmap: Fix memory leak while attachingRichard Weinberger2018-08-311-5/+0
* mtd: UBI: Remove ubi_free_fastmapTeresa Remmet2016-05-271-14/+0
* UBI: Fastmap: Fix PEB array typeEzequiel GarcĂ­a2016-05-271-1/+1
* UBI: Fastmap: Simplify expressionRichard Weinberger2016-05-271-1/+1
* UBI: Remove unnecessary `\'shengyong2016-05-271-1/+1
* UBI: Fastmap: Do not add vol if it already existsshengyong2016-05-271-1/+8
* UBI: Fastmap: Rename variables to make them meaningfulshengyong2016-05-271-29/+29
* UBI: Fastmap: Remove unnecessary `\'shengyong2016-05-271-7/+7
* UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger2016-05-271-16/+11
* UBI: Fastmap: Rework fastmap error pathsRichard Weinberger2016-05-271-48/+114
* UBI: Fastmap: Prepare for variable sized fastmapsRichard Weinberger2016-05-271-2/+9
* UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger2016-05-271-2/+3
* UBI: Fastmap: Fix leb_count unbalanceRichard Weinberger2016-05-271-0/+1
* UBI: Fastmap: Switch to ro mode if invalidate_fastmap() failsRichard Weinberger2016-05-271-1/+3
* UBI: Fastmap: Remove eba_orphans logicRichard Weinberger2016-05-271-82/+8
* UBI: Fastmap: Remove bogus ubi_assert()Richard Weinberger2016-05-271-1/+3
* UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger2016-05-271-25/+5
* UBI: Fastmap: Care about the protection queueRichard Weinberger2016-05-271-0/+13
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2016-05-271-48/+48
* UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger2016-05-271-1/+2
* UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud2016-05-271-0/+1
* UBI: fastmap: do not miss bit-flipsBrian Norris2014-09-111-1/+1
* UBI: fix the volumes tree sorting criteriaHeiko Schocher2014-09-111-1/+1
* UBI: fix rb_tree node comparison in add_mapMike Snitzer2014-09-111-2/+2
* UBI: fix some use after free bugsDan Carpenter2014-09-111-4/+4
* mtd: ubi: rework loggingSascha Hauer2014-02-281-2/+2
* UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger2014-01-071-0/+4