summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/fastmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25ubi: correct the calculation of fastmap sizeZhang Yi1-3/+4
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng1-5/+1
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng1-46/+2
2023-10-28ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng1-5/+5
2023-10-28ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashZhihao Cheng1-18/+9
2023-10-28ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockZhihao Cheng1-10/+15
2023-02-02UBI: Fastmap: Fix kernel-docJiapeng Chong1-1/+1
2022-09-21ubi: fastmap: Use the bitmap API to allocate bitmapsChristophe JAILLET1-6/+4
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng1-11/+0
2022-01-11ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng1-9/+19
2020-06-02ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm1-0/+11
2020-01-20ubi: Fix an error pointer dereference in error handling codeDan Carpenter1-9/+12
2020-01-17ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer1-1/+1
2019-11-18ubi: Fix producing anchor PEBsSascha Hauer1-9/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-10/+1
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger1-0/+20
2018-01-17ubi: fastmap: Clean up the initialization of pointer pColin Ian King1-2/+1
2018-01-17ubi: fastmap: Use kmem_cache_free to deallocate memoryPan Bian1-1/+1
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King1-1/+1
2017-05-08ubi: fastmap: Fix slab corruptionRabin Vincent1-4/+29
2016-10-28ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon1-5/+5
2016-10-20ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King1-1/+1
2016-10-02ubi: Fix Fastmap's update_vol()Richard Weinberger1-0/+1
2016-10-02ubi: Fix races around ubi_refill_pools()Richard Weinberger1-4/+10
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon1-28/+43
2016-10-02UBI: provide an helper to query LEB informationBoris Brezillon1-2/+6
2016-10-02UBI: provide helpers to allocate and free aeb elementsBoris Brezillon1-18/+10
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 code used to manipulate volumes at attach timeBoris Brezillon1-24/+3
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: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon1-20/+3
2016-07-30ubi: Use bitmaps in Fastmap self-check codeRichard Weinberger1-9/+11
2016-07-30ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger1-0/+7
2016-07-30ubi: Rework Fastmap attach base codeRichard Weinberger1-3/+33
2016-07-30ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger1-1/+1
2016-05-24UBI: Fix static volume checks when Fastmap is usedRichard Weinberger1-0/+1
2015-11-07UBI: Fastmap: Fix PEB array typeEzequiel GarcĂ­a1-1/+1
2015-10-03UBI: Fastmap: Simplify expressionRichard Weinberger1-1/+1
2015-06-03UBI: Remove unnecessary `\'shengyong1-1/+1
2015-06-02UBI: Fastmap: Do not add vol if it already existsshengyong1-1/+8
2015-06-02UBI: Fastmap: Rename variables to make them meaningfulshengyong1-29/+29
2015-06-02UBI: Fastmap: Remove unnecessary `\'shengyong1-7/+7
2015-03-27UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger1-16/+12
2015-03-27UBI: Fastmap: Add self check to detect absent PEBsRichard Weinberger1-2/+84
2015-03-27UBI: Fastmap: Rework fastmap error pathsRichard Weinberger1-48/+114
2015-03-27UBI: Fastmap: Prepare for variable sized fastmapsRichard Weinberger1-2/+10
2015-03-27UBI: Fastmap: Locking updatesRichard Weinberger1-9/+9
2015-03-27UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger1-2/+3