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