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