summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/scan.c
AgeCommit message (Expand)Author
2012-05-23UBI: rename scan.c to attach.cArtem Bityutskiy
2012-05-23UBI: rename UBI_SCAN_UNKNOWN_ECArtem Bityutskiy
2012-05-23UBI: move and rename attach_by_scanningArtem Bityutskiy
2012-05-23UBI: amend comments after all the renamingsArtem Bityutskiy
2012-05-23UBI: rename ubi_scan_leb_slabArtem Bityutskiy
2012-05-23UBI: rename ubi_scan_destroy_aiArtem Bityutskiy
2012-05-23UBI: rename ubi_scan_get_free_pebArtem Bityutskiy
2012-05-23UBI: rename ubi_scan_rm_volumeArtem Bityutskiy
2012-05-23UBI: rename ubi_scan_find_avArtem Bityutskiy
2012-05-23UBI: rename ubi_scan_add_usedArtem Bityutskiy
2012-05-23UBI: remove unused functionArtem Bityutskiy
2012-05-23UBI: make ubi_scan_erase_peb static and renameArtem Bityutskiy
2012-05-23UBI: rename sv to avArtem Bityutskiy
2012-05-23UBI: rename si to aiArtem Bityutskiy
2012-05-23UBI: rename seb to aebArtem Bityutskiy
2012-05-23UBI: rename struct ubi_scan_infoArtem Bityutskiy
2012-05-23UBI: rename struct ubi_scan_volumeArtem Bityutskiy
2012-05-23UBI: rename struct ubi_scan_lebArtem Bityutskiy
2012-05-23UBI: get rid of dbg_errArtem Bityutskiy
2012-05-23UBI: more of clean-up terminology for self-checksArtem Bityutskiy
2012-05-23UBI: remove Kconfig debugging optionArtem Bityutskiy
2012-05-23UBI: rename ubi_dbg_dump_sebArtem Bityutskiy
2012-05-23UBI: rename ubi_dbg_dump_svArtem Bityutskiy
2012-05-23UBI: remove superfluous "!!" operationRichard Weinberger
2012-05-23UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy
2012-05-23UBI: always dump the stack on errorArtem Bityutskiy
2012-04-11UBI: rename peb_buf1 to peb_bufArtem Bityutskiy
2012-04-11UBI: fix error handling in ubi_scan()Richard Weinberger
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy
2011-02-06UBI: cleanup comments about corrupted PEBsArtem Bityutskiy
2011-02-06UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy
2010-11-19UBI: release locks in check_corruptionDan Carpenter
2010-10-21UBI: tighten the corrupted PEB criteriaArtem Bityutskiy
2010-10-21UBI: fix check_data_ff return codeArtem Bityutskiy
2010-10-21UBI: remember copy_flag while scanningArtem Bityutskiy
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy
2010-10-19UBI: add truly corrupted PEBs to corrupted listArtem Bityutskiy
2010-10-19UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy
2010-10-19UBI: separate out corrupted listArtem Bityutskiy
2010-10-19UBI: change cascade of ifs to switch statementsArtem Bityutskiy
2010-10-19UBI: rename a local variableArtem Bityutskiy
2010-10-19UBI: handle bit-flips when no header foundArtem Bityutskiy
2010-10-19UBI: remove duplicate IO error codesArtem Bityutskiy
2010-10-19UBI: rename IO error codeArtem Bityutskiy
2010-08-30UBI: fix forward compatibilityArtem Bityutskiy
2010-08-02UBI: do not print message about corruptes PEBs if we have none of themArtem Bityutskiy