aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/attach.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23ubi: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon1-19/+21
2016-10-02UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon1-20/+19
2016-10-02UBI: provide helpers to allocate and free aeb elementsBoris Brezillon1-18/+51
2016-10-02UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon1-13/+12
2016-10-02UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon1-43/+108
2016-10-02UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon1-2/+2
2016-07-29ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger1-4/+24
2016-07-29ubi: Rework Fastmap attach base codeRichard Weinberger1-30/+69
2016-07-29ubi: Introduce vol_ignored()Richard Weinberger1-6/+18
2016-07-29ubi: Fix scan_fast() commentRichard Weinberger1-1/+1
2015-10-03UBI: drop null test before destroy functionsJulia Lawall1-3/+1
2015-03-26UBI: Fastmap: Fall back to scanning mode after ECC errorRichard Weinberger1-1/+1
2015-03-26UBI: Fastmap: Make self_check_eba() depend on fastmap self checkingRichard Weinberger1-1/+1
2015-03-26UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger1-6/+6
2015-03-26UBI: Fastmap: Fix memory leak while attachingRichard Weinberger1-28/+33
2015-03-26UBI: account for bitflips in both the VID header and dataBrian Norris1-1/+1
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-60/+66
2014-01-02UBI: fix error return codeJulia Lawall1-1/+3
2013-10-03UBI: simplify image sequence testRichard Genoud1-3/+2
2013-10-03UBI: Call scan_all() with correct offset in error caseRichard Weinberger1-2/+4
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia1-2/+2
2012-10-26UBI: do not allocate the memory unnecessarilyArtem Bityutskiy1-12/+7
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger1-128/+258
2012-09-26UBI: fix trivial typo 'it' => 'is'Brian Norris1-1/+1
2012-09-04UBI: print lessArtem Bityutskiy1-4/+4
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy1-3/+3
2012-09-04UBI: comply with coding styleArtem Bityutskiy1-15/+13
2012-09-04UBI: erase free PEB with bitflip in EC headerMatthieu CASTET1-1/+1
2012-05-21UBI: add volume id struct ubi_ainf_pebJoel Reardon1-15/+31
2012-05-20UBI: rename scan.c to attach.cArtem Bityutskiy1-0/+1615