aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/fastmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-48/+48
2014-10-03UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger1-1/+2
2014-09-16UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud1-0/+1
2014-07-16UBI: fastmap: do not miss bit-flipsBrian Norris1-1/+1
2014-07-01UBI: fix the volumes tree sorting criteriaHeiko Schocher1-1/+1
2014-05-13UBI: fix rb_tree node comparison in add_mapMike Snitzer1-2/+2
2014-02-04UBI: fix some use after free bugsDan Carpenter1-4/+4
2013-10-03UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger1-0/+4
2013-10-03UBI: Fix memory leak in ubi_attach_fastmap() error pathRichard Weinberger1-0/+13
2013-10-03UBI: fastmap: fix backward compatibility with image_seqRichard Genoud1-3/+19
2013-10-03UBI: Fix error path in scan_pool()Richard Weinberger1-1/+1
2013-08-20UBI: Fix invalidate_fastmap()Richard Weinberger1-4/+1
2013-05-29UBI: fastmap break out of used PEB searchBrian Pomerantz1-1/+3
2012-10-26UBI: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-10-03UBI: Add fastmap coreRichard Weinberger1-0/+1537