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