Age | Commit message (Expand) | Author |
2022-09-21 | ubi: fastmap: Fix typo in comments | Zhang Jiaming |
2022-09-21 | ubi: Fix repeated words in comments | Jilin Yuan |
2022-05-27 | ubi: fastmap: Check wl_pool for free peb before wear leveling | Zhihao Cheng |
2022-05-27 | ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty | Zhihao Cheng |
2020-11-20 | mtd: ubi: wl: Fix a couple of kernel-doc issues | Lee Jones |
2020-09-17 | ubi: check kthread_should_stop() after the setting of task state | Zhihao Cheng |
2020-08-02 | ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabled | Zhihao Cheng |
2020-06-02 | ubi: Select fastmap anchor PEBs considering wear level rules | Arne Edholm |
2020-03-30 | ubi: fastmap: Only produce the initial anchor PEB when fastmap is used | Hou Tao |
2020-01-16 | ubi: wl: Remove set but not used variable 'prev_e' | YueHaibing |
2019-11-17 | ubi: Fix producing anchor PEBs | Sascha Hauer |
2019-09-15 | ubi: Don't do anchor move within fastmap area | Richard Weinberger |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-07 | ubi: wl: Fix uninitialized variable | Gustavo A. R. Silva |
2019-03-05 | ubi: wl: Silence uninitialized variable warning | Dan Carpenter |
2019-02-24 | ubi: Expose the bitrot interface | Richard Weinberger |
2019-02-24 | ubi: Introduce in_pq() | Richard Weinberger |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-07 | ubi: fastmap: Cancel work upon detach | Richard Weinberger |
2018-01-18 | mtd: ubi: wl: Fix error return code in ubi_wl_init() | Wei Yongjun |
2018-01-18 | ubi: Fastmap: Fix typo | Sascha Hauer |
2018-01-17 | ubi: fastmap: Erase outdated anchor PEBs during attach | Sascha Hauer |
2016-10-02 | ubi: Fix races around ubi_refill_pools() | Richard Weinberger |
2016-10-02 | ubi: Deal with interrupted erasures in WL | Richard Weinberger |
2016-10-02 | UBI: introduce the VID buffer concept | Boris Brezillon |
2016-07-29 | ubi: Rework Fastmap attach base code | Richard Weinberger |
2016-05-24 | UBI: Set free_count to zero before walking through erase list | Heiko Schocher |
2016-01-10 | mtd: ubi: wl: avoid erasing a PEB which is empty | Sebastian Siewior |
2015-12-16 | mtd: ubi: don't leak e if schedule_erase() fails | Sebastian Siewior |
2015-12-16 | mtd: ubi: fixup error correction in do_sync_erase() | Sebastian Siewior |
2015-09-29 | UBI: return ENOSPC if no enough space available | shengyong |
2015-06-03 | UBI: Remove unnecessary `\' | shengyong |
2015-03-26 | UBI: Fastmap: Remove is_fm_block() | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Introduce may_reserve_for_fm() | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Introduce ubi_fastmap_init() | Richard Weinberger |
2015-03-26 | UBI: Move fastmap specific functions out of wl.c | Richard Weinberger |
2015-03-26 | UBI: Fix stale pointers in ubi->lookuptbl | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Locking updates | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Fix race after ubi_wl_get_peb() | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Fix memory leaks while closing the WL sub-system | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Don't allocate new ubi_wl_entry objects | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Make ubi_refill_pools() fair | Richard Weinberger |
2015-03-26 | UBI: Split __wl_get_peb() | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Fix races in ubi_wl_get_peb() | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown | Richard Weinberger |
2015-03-26 | UBI: Fastmap: Ensure that only one fastmap work is scheduled | Richard Weinberger |
2015-03-26 | UBI: initialize LEB number variable | Brian Norris |
2015-01-28 | UBI: extend UBI layer debug/messaging capabilities - cosmetics | Tanya Brokhman |
2014-11-07 | UBI: Fix double free after do_sync_erase() | Richard Weinberger |