aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-29Revert "UBI: use mtd->writebufsize to set minimal I/O unit size"Artem Bityutskiy1-27/+1
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
2010-06-04UBI: introduce eraseblock counter variablesArtem Bityutskiy2-15/+31
2010-06-04UBI: introduce a new IO return codeArtem Bityutskiy4-23/+31
2010-06-04UBI: simplify IO error codesArtem Bityutskiy4-16/+13
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-05-07UBI: misc comment fixesShinya Kuribayashi2-5/+5
2010-05-07UBI: fix s/then/than/ typosShinya Kuribayashi5-8/+8
2010-05-06UBI: init even if MTD device cannot be attached, if built into kernelMarc Kleine-Budde1-2/+23
2010-05-03UBI: remove reboot notifierKevin Cernekee2-37/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo9-0/+9
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+2
2010-02-01UBI: add write checkingArtem Bityutskiy2-0/+74
2010-02-01UBI: simplify debugging return codesArtem Bityutskiy3-41/+37
2010-02-01UBI: fix attaching error pathArtem Bityutskiy1-33/+30
2010-02-01UBI: support attaching by MTD character device nameArtem Bityutskiy1-11/+55
2010-02-01UBI: mark few variables as __initdataArtem Bityutskiy1-2/+2