aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-5/+5
* UBI: fix error handling in ubi_scan()Richard Weinberger2012-04-021-4/+4
* UBI: fix minor stylistic issuesArtem Bityutskiy2011-04-141-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* UBI: make self-checks dynamicArtem Bityutskiy2011-03-161-3/+6
* UBI: cleanup comments about corrupted PEBsArtem Bityutskiy2011-02-061-20/+34
* UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy2011-02-061-11/+21
* UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy2010-12-031-0/+4
* UBI: release locks in check_corruptionDan Carpenter2010-11-191-7/+9
* UBI: tighten the corrupted PEB criteriaArtem Bityutskiy2010-10-211-11/+34
* UBI: fix check_data_ff return codeArtem Bityutskiy2010-10-211-2/+5
* UBI: remember copy_flag while scanningArtem Bityutskiy2010-10-211-10/+10
* UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-191-29/+19
* UBI: add truly corrupted PEBs to corrupted listArtem Bityutskiy2010-10-191-2/+74
* UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy2010-10-191-62/+83
* UBI: separate out corrupted listArtem Bityutskiy2010-10-191-11/+34
* UBI: change cascade of ifs to switch statementsArtem Bityutskiy2010-10-191-13/+32
* UBI: rename a local variableArtem Bityutskiy2010-10-191-7/+7
* UBI: handle bit-flips when no header foundArtem Bityutskiy2010-10-191-2/+2
* UBI: remove duplicate IO error codesArtem Bityutskiy2010-10-191-3/+3
* UBI: rename IO error codeArtem Bityutskiy2010-10-191-4/+4
* UBI: fix forward compatibilityArtem Bityutskiy2010-08-301-1/+1
* UBI: do not print message about corruptes PEBs if we have none of themArtem Bityutskiy2010-08-021-1/+1
* UBI: improve delete-compatible volumes handlingBrijesh Singh2010-06-161-2/+2
* UBI: fix error message and compilation warningsArtem Bityutskiy2010-06-141-2/+1
* UBI: generate random image_seq when formatting MTD devicesMatthieu CASTET2010-06-111-0/+2
* UBI: improve corrupted flash handlingArtem Bityutskiy2010-06-041-19/+82
* UBI: introduce eraseblock counter variablesArtem Bityutskiy2010-06-041-10/+17
* UBI: introduce a new IO return codeArtem Bityutskiy2010-06-041-2/+2
* UBI: simplify IO error codesArtem Bityutskiy2010-06-041-2/+2
* UBI: fix s/then/than/ typosShinya Kuribayashi2010-05-071-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBI: simplify debugging return codesArtem Bityutskiy2010-02-011-7/+4
* UBI: fix backward compatibilityArtem Bityutskiy2009-10-201-4/+3
* UBI: print a warning if too many PEBs are corruptedArtem Bityutskiy2009-08-141-2/+16
* UBI: print a message if ECH is corrupted and VIDH is okArtem Bityutskiy2009-08-141-1/+3
* UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
* UBI: fix bug in image sequence number handlingHolger Brunck2009-07-151-1/+1
* UBI: nicify image sequence number handlingArtem Bityutskiy2009-07-051-2/+14
* UBI: add image sequence number to EC headerAdrian Hunter2009-07-051-0/+2
* UBI: use nicer 64-bit mathArtem Bityutskiy2009-01-181-5/+3
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* UBI: fix EBADMSG handlingZoltan Sogor2008-11-061-1/+1
* UBI: fix IS_ERR testJulien Brunel2008-09-261-1/+1
* UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-241-63/+24
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-241-12/+6
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-4/+5
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-1/+1
* UBI: amend commentariesArtem Bityutskiy2008-07-241-13/+15
* UBI: fix mean EC calculationArtem Bityutskiy2008-04-191-33/+8