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