Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UBI: rename scan.c to attach.c | Artem Bityutskiy | 2012-05-20 | 1 | -1615/+0 |
* | UBI: rename UBI_SCAN_UNKNOWN_EC | Artem Bityutskiy | 2012-05-20 | 1 | -9/+9 |
* | UBI: move and rename attach_by_scanning | Artem Bityutskiy | 2012-05-20 | 1 | -2/+50 |
* | UBI: amend comments after all the renamings | Artem Bityutskiy | 2012-05-20 | 1 | -56/+55 |
* | UBI: rename ubi_scan_leb_slab | Artem Bityutskiy | 2012-05-20 | 1 | -14/+14 |
* | UBI: rename ubi_scan_destroy_ai | Artem Bityutskiy | 2012-05-20 | 1 | -3/+3 |
* | UBI: rename ubi_scan_get_free_peb | Artem Bityutskiy | 2012-05-20 | 1 | -3/+3 |
* | UBI: rename ubi_scan_rm_volume | Artem Bityutskiy | 2012-05-20 | 1 | -2/+2 |
* | UBI: rename ubi_scan_find_av | Artem Bityutskiy | 2012-05-20 | 1 | -3/+3 |
* | UBI: rename ubi_scan_add_used | Artem Bityutskiy | 2012-05-20 | 1 | -5/+4 |
* | UBI: remove unused function | Artem Bityutskiy | 2012-05-20 | 1 | -29/+0 |
* | UBI: make ubi_scan_erase_peb static and rename | Artem Bityutskiy | 2012-05-20 | 1 | -4/+4 |
* | UBI: rename sv to av | Artem Bityutskiy | 2012-05-20 | 1 | -120/+120 |
* | UBI: rename si to ai | Artem Bityutskiy | 2012-05-20 | 1 | -173/+173 |
* | UBI: rename seb to aeb | Artem Bityutskiy | 2012-05-20 | 1 | -148/+148 |
* | UBI: rename struct ubi_scan_info | Artem Bityutskiy | 2012-05-20 | 1 | -20/+21 |
* | UBI: rename struct ubi_scan_volume | Artem Bityutskiy | 2012-05-20 | 1 | -18/+18 |
* | UBI: rename struct ubi_scan_leb | Artem Bityutskiy | 2012-05-20 | 1 | -21/+21 |
* | UBI: get rid of dbg_err | Artem Bityutskiy | 2012-05-20 | 1 | -5/+5 |
* | UBI: more of clean-up terminology for self-checks | Artem Bityutskiy | 2012-05-20 | 1 | -4/+4 |
* | UBI: remove Kconfig debugging option | Artem Bityutskiy | 2012-05-20 | 1 | -8/+0 |
* | UBI: rename ubi_dbg_dump_seb | Artem Bityutskiy | 2012-05-20 | 1 | -2/+2 |
* | UBI: rename ubi_dbg_dump_sv | Artem Bityutskiy | 2012-05-20 | 1 | -4/+4 |
* | UBI: remove superfluous "!!" operation | Richard Weinberger | 2012-05-20 | 1 | -1/+1 |
* | UBI: always dump VID and EC headers in case of errors | Artem Bityutskiy | 2012-05-20 | 1 | -6/+6 |
* | UBI: always dump the stack on error | Artem Bityutskiy | 2012-05-20 | 1 | -1/+1 |
* | UBI: rename peb_buf1 to peb_buf | Artem Bityutskiy | 2012-03-09 | 1 | -4/+4 |
* | UBI: fix error handling in ubi_scan() | Richard Weinberger | 2012-02-29 | 1 | -4/+4 |
* | mtd: utilize `mtd_is_*()' functions | Brian Norris | 2011-09-21 | 1 | -2/+2 |
* | UBI: use debugfs for the extra checks knobs | Artem Bityutskiy | 2011-06-01 | 1 | -1/+1 |
* | UBI: fix minor stylistic issues | Artem Bityutskiy | 2011-04-14 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | UBI: make self-checks dynamic | Artem Bityutskiy | 2011-03-16 | 1 | -3/+6 |
* | UBI: cleanup comments about corrupted PEBs | Artem Bityutskiy | 2011-02-06 | 1 | -20/+34 |
* | UBI: add slab cache for ubi_scan_leb objects | Artem Bityutskiy | 2011-02-06 | 1 | -11/+21 |
* | UBI: fix corrupted PEB detection for NOR flash | Artem Bityutskiy | 2010-12-03 | 1 | -0/+4 |
* | UBI: release locks in check_corruption | Dan Carpenter | 2010-11-19 | 1 | -7/+9 |
* | UBI: tighten the corrupted PEB criteria | Artem Bityutskiy | 2010-10-21 | 1 | -11/+34 |
* | UBI: fix check_data_ff return code | Artem Bityutskiy | 2010-10-21 | 1 | -2/+5 |
* | UBI: remember copy_flag while scanning | Artem Bityutskiy | 2010-10-21 | 1 | -10/+10 |
* | UBI: preserve corrupted PEBs | Artem Bityutskiy | 2010-10-19 | 1 | -29/+19 |
* | UBI: add truly corrupted PEBs to corrupted list | Artem Bityutskiy | 2010-10-19 | 1 | -2/+74 |
* | UBI: do not put eraseblocks to the corrupted list unnecessarily | Artem Bityutskiy | 2010-10-19 | 1 | -62/+83 |
* | UBI: separate out corrupted list | Artem Bityutskiy | 2010-10-19 | 1 | -11/+34 |
* | UBI: change cascade of ifs to switch statements | Artem Bityutskiy | 2010-10-19 | 1 | -13/+32 |
* | UBI: rename a local variable | Artem Bityutskiy | 2010-10-19 | 1 | -7/+7 |
* | UBI: handle bit-flips when no header found | Artem Bityutskiy | 2010-10-19 | 1 | -2/+2 |
* | UBI: remove duplicate IO error codes | Artem Bityutskiy | 2010-10-19 | 1 | -3/+3 |
* | UBI: rename IO error code | Artem Bityutskiy | 2010-10-19 | 1 | -4/+4 |
* | UBI: fix forward compatibility | Artem Bityutskiy | 2010-08-30 | 1 | -1/+1 |