aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/wl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16ubi: wl: Remove set but not used variable 'prev_e'YueHaibing1-2/+1
2019-11-17ubi: 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-12treewide: 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-29ubi: 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-16mtd: ubi: don't leak e if schedule_erase() failsSebastian Siewior1-0/+1
2015-12-16mtd: 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-26UBI: Fastmap: Remove is_fm_block()Richard Weinberger1-5/+0
2015-03-26UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger1-6/+1
2015-03-26UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger1-7/+1
2015-03-26UBI: Move fastmap specific functions out of wl.cRichard Weinberger1-463/+97
2015-03-26UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger1-16/+31
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger1-7/+12
2015-03-26UBI: Fastmap: Fix race after ubi_wl_get_peb()Richard Weinberger1-0/+7
2015-03-26UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failureRichard Weinberger1-1/+5
2015-03-26UBI: Fastmap: Fix memory leaks while closing the WL sub-systemRichard Weinberger1-0/+18
2015-03-26UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger1-3/+0
2015-03-26UBI: Fastmap: Make ubi_refill_pools() fairRichard Weinberger1-38/+47
2015-03-26UBI: Split __wl_get_peb()Richard Weinberger1-23/+38
2015-03-26UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger1-11/+23
2015-03-26UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdownRichard Weinberger1-0/+3
2015-03-26UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger1-1/+7
2015-03-26UBI: initialize LEB number variableBrian Norris1-1/+1
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman1-8/+2
2014-11-07UBI: Fix double free after do_sync_erase()Richard Weinberger1-7/+3
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-31/+39
2014-09-30UBI: Fix trivial typo in __schedule_ubi_workRichard Weinberger1-1/+1
2014-09-26UBI: wl: Rename cancel flag to shutdownRichard Weinberger1-11/+13
2014-09-24UBI: Fix livelock in produce_free_peb()Richard Weinberger1-1/+1
2014-07-28UBI: bugfix in ubi_wl_flush()Richard Weinberger1-2/+2
2014-05-05UBI: fix ubi free PEBs count calculationTanya Brokhman1-0/+3
2014-05-05UBI: fix error path in __wl_get_pebTanya Brokhman1-0/+3
2013-10-03UBI: fix refill_wl_user_pool()Richard Weinberger1-4/+0
2013-08-19UBI: Fix PEB leak in wear_leveling_worker()Richard Weinberger1-0/+3