index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
fastmap-wl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubi: fastmap: Fix lapsed wear leveling for first 64 PEBs
Zhihao Cheng
2023-10-28
1
-1
/
+1
*
ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run out
Zhihao Cheng
2023-10-28
1
-10
/
+34
*
ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor exists
Zhihao Cheng
2023-10-28
1
-1
/
+1
*
ubi: fastmap: Remove unneeded break condition while filling pools
Zhihao Cheng
2023-10-28
1
-3
/
+2
*
ubi: fastmap: Wait until there are enough free PEBs before filling pools
Zhihao Cheng
2023-10-28
1
-3
/
+50
*
ubi: fastmap: Use free pebs reserved for bad block handling
Zhihao Cheng
2023-10-28
1
-11
/
+5
*
ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap
Zhihao Cheng
2023-02-02
1
-5
/
+7
*
ubi: fastmap: Check wl_pool for free peb before wear leveling
Zhihao Cheng
2022-05-27
1
-0
/
+52
*
ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
Zhihao Cheng
2022-05-27
1
-23
/
+46
*
ubi: fastmap: Free fastmap next anchor peb during detach
Zhihao Cheng
2020-08-02
1
-0
/
+5
*
ubi: Select fastmap anchor PEBs considering wear level rules
Arne Edholm
2020-06-02
1
-15
/
+24
*
ubi: fastmap: Free unused fastmap anchor peb during detach
Hou Tao
2020-03-30
1
-2
/
+13
*
ubi: Fix producing anchor PEBs
Sascha Hauer
2019-11-17
1
-13
/
+18
*
ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB
Zhihao Cheng
2019-09-15
1
-3
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2019-06-05
1
-10
/
+1
*
ubi: fastmap: Don't flush fastmap work on detach
Richard Weinberger
2018-04-04
1
-1
/
+0
*
ubi: Fastmap: Fix typo
Sascha Hauer
2018-01-18
1
-1
/
+1
*
ubi: Fix races around ubi_refill_pools()
Richard Weinberger
2016-10-02
1
-2
/
+4
*
ubi: fastmap: Implement produce_free_peb()
Richard Weinberger
2015-10-03
1
-0
/
+29
*
UBI: Fastmap: Remove is_fm_block()
Richard Weinberger
2015-03-26
1
-19
/
+0
*
UBI: Fastmap: Add blank line after declarations
Richard Weinberger
2015-03-26
1
-0
/
+1
*
UBI: Fastmap: Remove else after return.
Richard Weinberger
2015-03-26
1
-3
/
+3
*
UBI: Fastmap: Introduce may_reserve_for_fm()
Richard Weinberger
2015-03-26
1
-0
/
+19
*
UBI: Move fastmap specific functions out of wl.c
Richard Weinberger
2015-03-26
1
-0
/
+361