summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/scan.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-20UBI: rename struct ubi_scan_infoArtem Bityutskiy1-20/+21
2012-05-20UBI: rename struct ubi_scan_volumeArtem Bityutskiy1-18/+18
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy1-21/+21
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy1-5/+5
2012-05-20UBI: more of clean-up terminology for self-checksArtem Bityutskiy1-4/+4
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy1-8/+0
2012-05-20UBI: rename ubi_dbg_dump_sebArtem Bityutskiy1-2/+2
2012-05-20UBI: rename ubi_dbg_dump_svArtem Bityutskiy1-4/+4
2012-05-20UBI: remove superfluous "!!" operationRichard Weinberger1-1/+1
2012-05-20UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy1-6/+6
2012-05-20UBI: always dump the stack on errorArtem Bityutskiy1-1/+1
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy1-4/+4
2012-02-29UBI: fix error handling in ubi_scan()Richard Weinberger1-4/+4
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-2/+2
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy1-1/+1
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy1-3/+6
2011-02-06UBI: cleanup comments about corrupted PEBsArtem Bityutskiy1-20/+34
2011-02-06UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy1-11/+21
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy1-0/+4
2010-11-19UBI: release locks in check_corruptionDan Carpenter1-7/+9
2010-10-21UBI: tighten the corrupted PEB criteriaArtem Bityutskiy1-11/+34
2010-10-21UBI: fix check_data_ff return codeArtem Bityutskiy1-2/+5
2010-10-21UBI: remember copy_flag while scanningArtem Bityutskiy1-10/+10
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy1-29/+19
2010-10-19UBI: add truly corrupted PEBs to corrupted listArtem Bityutskiy1-2/+74
2010-10-19UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy1-62/+83
2010-10-19UBI: separate out corrupted listArtem Bityutskiy1-11/+34
2010-10-19UBI: change cascade of ifs to switch statementsArtem Bityutskiy1-13/+32
2010-10-19UBI: rename a local variableArtem Bityutskiy1-7/+7
2010-10-19UBI: handle bit-flips when no header foundArtem Bityutskiy1-2/+2
2010-10-19UBI: remove duplicate IO error codesArtem Bityutskiy1-3/+3
2010-10-19UBI: rename IO error codeArtem Bityutskiy1-4/+4
2010-08-30UBI: fix forward compatibilityArtem Bityutskiy1-1/+1
2010-08-02UBI: do not print message about corruptes PEBs if we have none of themArtem Bityutskiy1-1/+1
2010-06-16UBI: improve delete-compatible volumes handlingBrijesh Singh1-2/+2
2010-06-14UBI: fix error message and compilation warningsArtem Bityutskiy1-2/+1
2010-06-11UBI: generate random image_seq when formatting MTD devicesMatthieu CASTET1-0/+2
2010-06-04UBI: improve corrupted flash handlingArtem Bityutskiy1-19/+82
2010-06-04UBI: introduce eraseblock counter variablesArtem Bityutskiy1-10/+17
2010-06-04UBI: introduce a new IO return codeArtem Bityutskiy1-2/+2
2010-06-04UBI: simplify IO error codesArtem Bityutskiy1-2/+2
2010-05-07UBI: fix s/then/than/ typosShinya Kuribayashi1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-01UBI: simplify debugging return codesArtem Bityutskiy1-7/+4
2009-10-20UBI: fix backward compatibilityArtem Bityutskiy1-4/+3
2009-08-14UBI: print a warning if too many PEBs are corruptedArtem Bityutskiy1-2/+16
2009-08-14UBI: print a message if ECH is corrupted and VIDH is okArtem Bityutskiy1-1/+3
2009-07-24UBI: compatible fallback in absense of sequence numbersAdrian Hunter1-1/+12