aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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
2009-07-15UBI: fix bug in image sequence number handlingHolger Brunck1-1/+1
2009-07-05UBI: nicify image sequence number handlingArtem Bityutskiy1-2/+14
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter1-0/+2
2009-01-18UBI: use nicer 64-bit mathArtem Bityutskiy1-5/+3
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-11-06UBI: fix EBADMSG handlingZoltan Sogor1-1/+1
2008-09-26UBI: fix IS_ERR testJulien Brunel1-1/+1
2008-07-24UBI: remove pre-sqnum images supportArtem Bityutskiy1-63/+24
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy1-12/+6
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-4/+5
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-1/+1
2008-07-24UBI: amend commentariesArtem Bityutskiy1-13/+15
2008-04-19UBI: fix mean EC calculationArtem Bityutskiy1-33/+8