summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/attach.c
AgeCommit message (Expand)Author
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon
2016-10-02UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon
2016-10-02UBI: provide helpers to allocate and free aeb elementsBoris Brezillon
2016-10-02UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon
2016-10-02UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon
2016-10-02UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon
2016-07-29ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger
2016-07-29ubi: Rework Fastmap attach base codeRichard Weinberger
2016-07-29ubi: Introduce vol_ignored()Richard Weinberger
2016-07-29ubi: Fix scan_fast() commentRichard Weinberger
2015-10-03UBI: drop null test before destroy functionsJulia Lawall
2015-03-26UBI: Fastmap: Fall back to scanning mode after ECC errorRichard Weinberger
2015-03-26UBI: Fastmap: Make self_check_eba() depend on fastmap self checkingRichard Weinberger
2015-03-26UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger
2015-03-26UBI: Fastmap: Fix memory leak while attachingRichard Weinberger
2015-03-26UBI: account for bitflips in both the VID header and dataBrian Norris
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman
2014-01-02UBI: fix error return codeJulia Lawall
2013-10-03UBI: simplify image sequence testRichard Genoud
2013-10-03UBI: Call scan_all() with correct offset in error caseRichard Weinberger
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia
2012-10-26UBI: do not allocate the memory unnecessarilyArtem Bityutskiy
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger
2012-09-26UBI: fix trivial typo 'it' => 'is'Brian Norris
2012-09-04UBI: print lessArtem Bityutskiy
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy
2012-09-04UBI: comply with coding styleArtem Bityutskiy
2012-09-04UBI: erase free PEB with bitflip in EC headerMatthieu CASTET
2012-05-21UBI: add volume id struct ubi_ainf_pebJoel Reardon
2012-05-20UBI: rename scan.c to attach.cArtem Bityutskiy