summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/fastmap.c
Commit message (Expand)AuthorAgeFilesLines
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-071-48/+48
* UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger2014-10-031-1/+2
* UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud2014-09-161-0/+1
* UBI: fastmap: do not miss bit-flipsBrian Norris2014-07-161-1/+1
* UBI: fix the volumes tree sorting criteriaHeiko Schocher2014-07-011-1/+1
* UBI: fix rb_tree node comparison in add_mapMike Snitzer2014-05-131-2/+2
* UBI: fix some use after free bugsDan Carpenter2014-02-041-4/+4
* UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger2013-10-031-0/+4
* UBI: Fix memory leak in ubi_attach_fastmap() error pathRichard Weinberger2013-10-031-0/+13
* UBI: fastmap: fix backward compatibility with image_seqRichard Genoud2013-10-031-3/+19
* UBI: Fix error path in scan_pool()Richard Weinberger2013-10-031-1/+1
* UBI: Fix invalidate_fastmap()Richard Weinberger2013-08-201-4/+1
* UBI: fastmap break out of used PEB searchBrian Pomerantz2013-05-291-1/+3
* UBI: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-261-4/+2
* UBI: Add fastmap coreRichard Weinberger2012-10-031-0/+1537