summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/wl.c
AgeCommit message (Expand)Author
2023-10-28ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng
2023-03-04ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang
2023-02-05ubi: use correct names in function kernel-doc commentsRandy Dunlap
2023-02-02ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng
2023-02-02ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng
2022-09-21ubi: fastmap: Fix typo in commentsZhang Jiaming
2022-09-21ubi: Fix repeated words in commentsJilin Yuan
2022-05-27ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng
2020-11-20mtd: ubi: wl: Fix a couple of kernel-doc issuesLee Jones
2020-09-17ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng
2020-08-02ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabledZhihao Cheng
2020-06-02ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm
2020-03-30ubi: fastmap: Only produce the initial anchor PEB when fastmap is usedHou Tao
2020-01-16ubi: wl: Remove set but not used variable 'prev_e'YueHaibing
2019-11-17ubi: Fix producing anchor PEBsSascha Hauer
2019-09-15ubi: Don't do anchor move within fastmap areaRichard Weinberger
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-07ubi: wl: Fix uninitialized variableGustavo A. R. Silva
2019-03-05ubi: wl: Silence uninitialized variable warningDan Carpenter
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger
2019-02-24ubi: Introduce in_pq()Richard Weinberger
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger
2018-01-18mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun
2018-01-18ubi: Fastmap: Fix typoSascha Hauer
2018-01-17ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer
2016-10-02ubi: Fix races around ubi_refill_pools()Richard Weinberger
2016-10-02ubi: Deal with interrupted erasures in WLRichard Weinberger
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon
2016-07-29ubi: Rework Fastmap attach base codeRichard Weinberger
2016-05-24UBI: Set free_count to zero before walking through erase listHeiko Schocher
2016-01-10mtd: ubi: wl: avoid erasing a PEB which is emptySebastian Siewior
2015-12-16mtd: ubi: don't leak e if schedule_erase() failsSebastian Siewior
2015-12-16mtd: ubi: fixup error correction in do_sync_erase()Sebastian Siewior
2015-09-29UBI: return ENOSPC if no enough space availableshengyong
2015-06-03UBI: Remove unnecessary `\'shengyong
2015-03-26UBI: Fastmap: Remove is_fm_block()Richard Weinberger
2015-03-26UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger
2015-03-26UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger
2015-03-26UBI: Move fastmap specific functions out of wl.cRichard Weinberger
2015-03-26UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger
2015-03-26UBI: Fastmap: Fix race after ubi_wl_get_peb()Richard Weinberger
2015-03-26UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failureRichard Weinberger
2015-03-26UBI: Fastmap: Fix memory leaks while closing the WL sub-systemRichard Weinberger
2015-03-26UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger