index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
fastmap.c
Age
Commit message (
Expand
)
Author
2018-07-25
ubi: Fix Fastmap's update_vol()
Richard Weinberger
2018-07-25
ubi: Fix races around ubi_refill_pools()
Richard Weinberger
2018-07-25
ubi: Rework Fastmap attach base code
Richard Weinberger
2016-11-10
ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
Boris Brezillon
2016-11-10
UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
Boris Brezillon
2016-06-01
UBI: Fix static volume checks when Fastmap is used
Richard Weinberger
2015-11-06
UBI: Fastmap: Fix PEB array type
Ezequiel GarcĂa
2015-10-03
UBI: Fastmap: Simplify expression
Richard Weinberger
2015-06-03
UBI: Remove unnecessary `\'
shengyong
2015-06-02
UBI: Fastmap: Do not add vol if it already exists
shengyong
2015-06-02
UBI: Fastmap: Rename variables to make them meaningful
shengyong
2015-06-02
UBI: Fastmap: Remove unnecessary `\'
shengyong
2015-03-26
UBI: Fastmap: Wire up WL accessor functions
Richard Weinberger
2015-03-26
UBI: Fastmap: Add self check to detect absent PEBs
Richard Weinberger
2015-03-26
UBI: Fastmap: Rework fastmap error paths
Richard Weinberger
2015-03-26
UBI: Fastmap: Prepare for variable sized fastmaps
Richard Weinberger
2015-03-26
UBI: Fastmap: Locking updates
Richard Weinberger
2015-03-26
UBI: Fastmap: Set used_ebs only for static volumes
Richard Weinberger
2015-03-26
UBI: Fastmap: Fix leb_count unbalance
Richard Weinberger
2015-03-26
UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails
Richard Weinberger
2015-03-26
UBI: Fastmap: Remove eba_orphans logic
Richard Weinberger
2015-03-26
UBI: Fastmap: Remove bogus ubi_assert()
Richard Weinberger
2015-03-26
UBI: Fastmap: Fix memory leak while attaching
Richard Weinberger
2015-03-26
UBI: Fastmap: Don't allocate new ubi_wl_entry objects
Richard Weinberger
2015-01-28
UBI: Fastmap: Care about the protection queue
Richard Weinberger
2014-11-07
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
2014-10-03
UBI: Fastmap: Calc fastmap size correctly
Richard Weinberger
2014-09-16
UBI: add missing kmem_cache_free() in process_pool_aeb error path
Richard Genoud
2014-07-16
UBI: fastmap: do not miss bit-flips
Brian Norris
2014-07-01
UBI: fix the volumes tree sorting criteria
Heiko Schocher
2014-05-13
UBI: fix rb_tree node comparison in add_map
Mike Snitzer
2014-02-04
UBI: fix some use after free bugs
Dan Carpenter
2013-10-03
UBI: Add some asserts to ubi_attach_fastmap()
Richard Weinberger
2013-10-03
UBI: Fix memory leak in ubi_attach_fastmap() error path
Richard Weinberger
2013-10-03
UBI: fastmap: fix backward compatibility with image_seq
Richard Genoud
2013-10-03
UBI: Fix error path in scan_pool()
Richard Weinberger
2013-08-20
UBI: Fix invalidate_fastmap()
Richard Weinberger
2013-05-29
UBI: fastmap break out of used PEB search
Brian Pomerantz
2012-10-26
UBI: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2012-10-03
UBI: Add fastmap core
Richard Weinberger