summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/fastmap-wl.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-29ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng1-1/+1
2023-10-29ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng1-10/+34
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng1-1/+1
2023-10-28ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng1-3/+2
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng1-3/+50
2023-10-28ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng1-11/+5
2023-02-02ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng1-5/+7
2022-05-27ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng1-0/+52
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng1-23/+46
2020-08-03ubi: fastmap: Free fastmap next anchor peb during detachZhihao Cheng1-0/+5
2020-06-02ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm1-15/+24
2020-03-31ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao1-2/+13
2019-11-18ubi: Fix producing anchor PEBsSascha Hauer1-13/+18
2019-09-15ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEBZhihao Cheng1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-10/+1
2018-04-05ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger1-1/+0
2018-01-18ubi: Fastmap: Fix typoSascha Hauer1-1/+1
2016-10-02ubi: Fix races around ubi_refill_pools()Richard Weinberger1-2/+4
2015-10-04ubi: fastmap: Implement produce_free_peb()Richard Weinberger1-0/+29
2015-03-27UBI: Fastmap: Remove is_fm_block()Richard Weinberger1-19/+0
2015-03-27UBI: Fastmap: Add blank line after declarationsRichard Weinberger1-0/+1
2015-03-27UBI: Fastmap: Remove else after return.Richard Weinberger1-3/+3
2015-03-27UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger1-0/+19
2015-03-27UBI: Move fastmap specific functions out of wl.cRichard Weinberger1-0/+361