summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/fastmap-wl.c
Commit message (Expand)AuthorAgeFilesLines
* ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng2023-10-281-1/+1
* ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng2023-10-281-10/+34
* ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng2023-10-281-1/+1
* ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng2023-10-281-3/+2
* ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng2023-10-281-3/+50
* ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng2023-10-281-11/+5
* ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng2023-02-021-5/+7
* ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng2022-05-271-0/+52
* ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng2022-05-271-23/+46
* ubi: fastmap: Free fastmap next anchor peb during detachZhihao Cheng2020-08-021-0/+5
* ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm2020-06-021-15/+24
* ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao2020-03-301-2/+13
* ubi: Fix producing anchor PEBsSascha Hauer2019-11-171-13/+18
* ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEBZhihao Cheng2019-09-151-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-10/+1
* ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger2018-04-041-1/+0
* ubi: Fastmap: Fix typoSascha Hauer2018-01-181-1/+1
* ubi: Fix races around ubi_refill_pools()Richard Weinberger2016-10-021-2/+4
* ubi: fastmap: Implement produce_free_peb()Richard Weinberger2015-10-031-0/+29
* UBI: Fastmap: Remove is_fm_block()Richard Weinberger2015-03-261-19/+0
* UBI: Fastmap: Add blank line after declarationsRichard Weinberger2015-03-261-0/+1
* UBI: Fastmap: Remove else after return.Richard Weinberger2015-03-261-3/+3
* UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger2015-03-261-0/+19
* UBI: Move fastmap specific functions out of wl.cRichard Weinberger2015-03-261-0/+361