summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* UBI: rename scan.c to attach.cArtem Bityutskiy2012-05-201-1615/+0Star
* UBI: rename UBI_SCAN_UNKNOWN_ECArtem Bityutskiy2012-05-201-9/+9
* UBI: move and rename attach_by_scanningArtem Bityutskiy2012-05-201-2/+50
* UBI: amend comments after all the renamingsArtem Bityutskiy2012-05-201-56/+55Star
* UBI: rename ubi_scan_leb_slabArtem Bityutskiy2012-05-201-14/+14
* UBI: rename ubi_scan_destroy_aiArtem Bityutskiy2012-05-201-3/+3
* UBI: rename ubi_scan_get_free_pebArtem Bityutskiy2012-05-201-3/+3
* UBI: rename ubi_scan_rm_volumeArtem Bityutskiy2012-05-201-2/+2
* UBI: rename ubi_scan_find_avArtem Bityutskiy2012-05-201-3/+3
* UBI: rename ubi_scan_add_usedArtem Bityutskiy2012-05-201-5/+4Star
* UBI: remove unused functionArtem Bityutskiy2012-05-201-29/+0Star
* UBI: make ubi_scan_erase_peb static and renameArtem Bityutskiy2012-05-201-4/+4
* UBI: rename sv to avArtem Bityutskiy2012-05-201-120/+120
* UBI: rename si to aiArtem Bityutskiy2012-05-201-173/+173
* UBI: rename seb to aebArtem Bityutskiy2012-05-201-148/+148
* UBI: rename struct ubi_scan_infoArtem Bityutskiy2012-05-201-20/+21
* UBI: rename struct ubi_scan_volumeArtem Bityutskiy2012-05-201-18/+18
* UBI: rename struct ubi_scan_lebArtem Bityutskiy2012-05-201-21/+21
* UBI: get rid of dbg_errArtem Bityutskiy2012-05-201-5/+5
* UBI: more of clean-up terminology for self-checksArtem Bityutskiy2012-05-201-4/+4
* UBI: remove Kconfig debugging optionArtem Bityutskiy2012-05-201-8/+0Star
* UBI: rename ubi_dbg_dump_sebArtem Bityutskiy2012-05-201-2/+2
* UBI: rename ubi_dbg_dump_svArtem Bityutskiy2012-05-201-4/+4
* UBI: remove superfluous "!!" operationRichard Weinberger2012-05-201-1/+1
* UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy2012-05-201-6/+6
* UBI: always dump the stack on errorArtem Bityutskiy2012-05-201-1/+1
* UBI: rename peb_buf1 to peb_bufArtem Bityutskiy2012-03-091-4/+4
* UBI: fix error handling in ubi_scan()Richard Weinberger2012-02-291-4/+4
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-2/+2
* UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-011-1/+1
* 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/+19Star
* 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