index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
wl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-09
ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is empty
Zhihao Cheng
1
-1
/
+1
2024-12-09
ubi: wl: Put source PEB into correct list if trying locking LEB failed
Zhihao Cheng
1
-1
/
+8
2023-03-04
ubi: Fix deadlock caused by recursively holding work_sem
ZhaoLong Wang
1
-2
/
+2
2023-02-05
ubi: use correct names in function kernel-doc comments
Randy Dunlap
1
-1
/
+1
2023-02-02
ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
Zhihao Cheng
1
-2
/
+14
2023-02-02
ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
Zhihao Cheng
1
-1
/
+8
2022-09-21
ubi: fastmap: Fix typo in comments
Zhang Jiaming
1
-1
/
+1
2022-09-21
ubi: Fix repeated words in comments
Jilin Yuan
1
-3
/
+3
2022-05-27
ubi: fastmap: Check wl_pool for free peb before wear leveling
Zhihao Cheng
1
-2
/
+12
2022-05-27
ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
Zhihao Cheng
1
-9
/
+10
2020-11-20
mtd: ubi: wl: Fix a couple of kernel-doc issues
Lee Jones
1
-2
/
+1
2020-09-17
ubi: check kthread_should_stop() after the setting of task state
Zhihao Cheng
1
-0
/
+13
2020-08-02
ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabled
Zhihao Cheng
1
-1
/
+2
2020-06-02
ubi: Select fastmap anchor PEBs considering wear level rules
Arne Edholm
1
-9
/
+19
2020-03-30
ubi: fastmap: Only produce the initial anchor PEB when fastmap is used
Hou Tao
1
-1
/
+2
2020-01-16
ubi: wl: Remove set but not used variable 'prev_e'
YueHaibing
1
-2
/
+1
2019-11-17
ubi: Fix producing anchor PEBs
Sascha Hauer
1
-18
/
+14
2019-09-15
ubi: Don't do anchor move within fastmap area
Richard Weinberger
1
-0
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-05-07
ubi: wl: Fix uninitialized variable
Gustavo A. R. Silva
1
-1
/
+1
2019-03-05
ubi: wl: Silence uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2019-02-24
ubi: Expose the bitrot interface
Richard Weinberger
1
-0
/
+144
2019-02-24
ubi: Introduce in_pq()
Richard Weinberger
1
-7
/
+23
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-07
ubi: fastmap: Cancel work upon detach
Richard Weinberger
1
-3
/
+1
2018-01-18
mtd: ubi: wl: Fix error return code in ubi_wl_init()
Wei Yongjun
1
-2
/
+6
2018-01-18
ubi: Fastmap: Fix typo
Sascha Hauer
1
-1
/
+1
2018-01-17
ubi: fastmap: Erase outdated anchor PEBs during attach
Sascha Hauer
1
-20
/
+57
2016-10-02
ubi: Fix races around ubi_refill_pools()
Richard Weinberger
1
-6
/
+14
2016-10-02
ubi: Deal with interrupted erasures in WL
Richard Weinberger
1
-2
/
+19
2016-10-02
UBI: introduce the VID buffer concept
Boris Brezillon
1
-8
/
+11
2016-07-29
ubi: Rework Fastmap attach base code
Richard Weinberger
1
-8
/
+33
2016-05-24
UBI: Set free_count to zero before walking through erase list
Heiko Schocher
1
-1
/
+1
2016-01-10
mtd: ubi: wl: avoid erasing a PEB which is empty
Sebastian Siewior
1
-3
/
+18
2015-12-16
mtd: ubi: don't leak e if schedule_erase() fails
Sebastian Siewior
1
-0
/
+1
2015-12-16
mtd: ubi: fixup error correction in do_sync_erase()
Sebastian Siewior
1
-24
/
+28
2015-09-29
UBI: return ENOSPC if no enough space available
shengyong
1
-0
/
+1
2015-06-03
UBI: Remove unnecessary `\'
shengyong
1
-1
/
+1
2015-03-26
UBI: Fastmap: Remove is_fm_block()
Richard Weinberger
1
-5
/
+0
2015-03-26
UBI: Fastmap: Introduce may_reserve_for_fm()
Richard Weinberger
1
-6
/
+1
2015-03-26
UBI: Fastmap: Introduce ubi_fastmap_init()
Richard Weinberger
1
-7
/
+1
2015-03-26
UBI: Move fastmap specific functions out of wl.c
Richard Weinberger
1
-463
/
+97
2015-03-26
UBI: Fix stale pointers in ubi->lookuptbl
Richard Weinberger
1
-16
/
+31
2015-03-26
UBI: Fastmap: Locking updates
Richard Weinberger
1
-7
/
+12
2015-03-26
UBI: Fastmap: Fix race after ubi_wl_get_peb()
Richard Weinberger
1
-0
/
+7
2015-03-26
UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure
Richard Weinberger
1
-1
/
+5
2015-03-26
UBI: Fastmap: Fix memory leaks while closing the WL sub-system
Richard Weinberger
1
-0
/
+18
2015-03-26
UBI: Fastmap: Don't allocate new ubi_wl_entry objects
Richard Weinberger
1
-3
/
+0
2015-03-26
UBI: Fastmap: Make ubi_refill_pools() fair
Richard Weinberger
1
-38
/
+47
2015-03-26
UBI: Split __wl_get_peb()
Richard Weinberger
1
-23
/
+38
[next]