aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-16UBI: make debugging messages dynamicArtem Bityutskiy3-55/+37
2011-03-16UBI: remove UBI_IO_DEBUG macroArtem Bityutskiy2-21/+16
2011-03-16UBI: kill debugging bufferArtem Bityutskiy2-19/+0
2011-03-16UBI: allocate erase checking buffer on demandArtem Bityutskiy1-7/+12
2011-03-16UBI: allocate write checking buffer on demandArtem Bityutskiy2-9/+16
2011-03-08UBI: provide LEB offset informationArtem Bityutskiy1-0/+1
2011-03-08UBI: incorporate maximum write sizeArtem Bityutskiy3-0/+18
2011-02-06UBI: always re-read in case of read failuresArtem Bityutskiy1-1/+1
2011-02-06UBI: cleanup comments about corrupted PEBsArtem Bityutskiy1-20/+34
2011-02-06UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy3-11/+25
2011-02-06UBI: use raw mtd read function in debugging codeArtem Bityutskiy1-2/+4
2011-02-06UBI: try to reveal buggy MTD driversArtem Bityutskiy1-0/+22
2011-01-29Revert "UBI: use mtd->writebufsize to set minimal I/O unit size"Artem Bityutskiy1-27/+1
2011-01-26UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy1-0/+7
2011-01-26UBI: cleanup LEB start calculationsJohn Ogness1-1/+1
2011-01-26UBI: fix NOR erase preparation quirkHolger Brunck1-2/+4
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-5/+29
2011-01-06UBI: use mtd->writebufsize to set minimal I/O unit sizeAnatolij Gustschin1-1/+27
2010-12-03mtd: use vzallocJoe Perches1-4/+2
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy2-12/+29
2010-11-19UBI: release locks in check_corruptionDan Carpenter1-7/+9
2010-10-22Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds13-286/+419
2010-10-21UBI: tighten the corrupted PEB criteriaArtem Bityutskiy1-11/+34
2010-10-21UBI: fix check_data_ff return codeArtem Bityutskiy1-2/+5
2010-10-21UBI: remember copy_flag while scanningArtem Bityutskiy2-11/+13
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy7-47/+45
2010-10-19UBI: add truly corrupted PEBs to corrupted listArtem Bityutskiy1-2/+74
2010-10-19UBI: introduce debugging helper functionArtem Bityutskiy1-0/+4
2010-10-19UBI: make check_pattern function non-staticArtem Bityutskiy3-24/+26
2010-10-19UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy3-72/+90
2010-10-19UBI: separate out corrupted listArtem Bityutskiy1-11/+34
2010-10-19UBI: change cascade of ifs to switch statementsArtem Bityutskiy1-13/+32
2010-10-19UBI: rename a local variableArtem Bityutskiy1-7/+7
2010-10-19UBI: handle bit-flips when no header foundArtem Bityutskiy4-27/+51
2010-10-19UBI: remove duplicate IO error codesArtem Bityutskiy4-48/+13
2010-10-19UBI: rename IO error codeArtem Bityutskiy5-24/+30
2010-10-19UBI: fix small 80 characters limit style issueArtem Bityutskiy1-2/+2
2010-10-19UBI: cleanup and simplify KconfigH Hartley Sweeten2-36/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-30UBI: do not oops when erroneous PEB is scheduled for scrubbingArtem Bityutskiy1-1/+2
2010-08-30UBI: fix kconfig unmet dependencyRandy Dunlap1-1/+1
2010-08-30UBI: fix forward compatibilityArtem Bityutskiy1-1/+1
2010-08-30UBI: eliminate update of list_for_each_entry loop cursorJulia Lawall1-6/+6
2010-08-02UBI: do not warn unnecessarilyArtem Bityutskiy2-4/+41
2010-08-02UBI: do not print message about corruptes PEBs if we have none of themArtem Bityutskiy1-1/+1
2010-06-16UBI: improve delete-compatible volumes handlingBrijesh Singh1-2/+2
2010-06-14UBI: fix error message and compilation warningsArtem Bityutskiy2-4/+3
2010-06-11UBI: generate random image_seq when formatting MTD devicesMatthieu CASTET1-0/+2
2010-06-11UBI: improve ECC error messageArtem Bityutskiy1-3/+5
2010-06-04UBI: improve corrupted flash handlingArtem Bityutskiy1-19/+82