summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2011-05-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds-3/+3
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles-3/+3
2011-05-20UBI: switch to dynamic printksArtem Bityutskiy-58/+28
2011-05-20UBI: turn some macros into static inlineArtem Bityutskiy-25/+38
2011-05-20UBI: improve checking in debugging printsArtem Bityutskiy-8/+25
2011-04-14UBI: fix typo in a messageArtem Bityutskiy-1/+1
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy-17/+18
2011-04-14UBI: use __packed instead of __attribute__((packed))Artem Bityutskiy-3/+3
2011-04-14UBI: re-name set volume properties ioctlArtem Bityutskiy-4/+4
2011-04-14UBI: make the control character device non-seekableArtem Bityutskiy-1/+1
2011-04-07Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds-7/+8
2011-04-05UBI: do not select KALLSYMS_ALLArtem Bityutskiy-1/+1
2011-04-05UBI: do not compare array with NULLArtem Bityutskiy-5/+0
2011-04-05UBI: check if we are in RO mode in the erase routineArtem Bityutskiy-1/+7
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-24UBI: use GFP_NOFS properlyArtem Bityutskiy-2/+2
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds-0/+19
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds-234/+297
2011-03-16UBI: make tests modes dynamicArtem Bityutskiy-62/+49
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy-25/+70
2011-03-16UBI: make debugging messages dynamicArtem Bityutskiy-55/+37
2011-03-16UBI: remove UBI_IO_DEBUG macroArtem Bityutskiy-21/+16
2011-03-16UBI: kill debugging bufferArtem Bityutskiy-19/+0
2011-03-16UBI: allocate erase checking buffer on demandArtem Bityutskiy-7/+12
2011-03-16UBI: allocate write checking buffer on demandArtem Bityutskiy-9/+16
2011-03-08UBI: provide LEB offset informationArtem Bityutskiy-0/+1
2011-03-08UBI: incorporate maximum write sizeArtem Bityutskiy-0/+18
2011-02-06UBI: always re-read in case of read failuresArtem Bityutskiy-1/+1
2011-02-06UBI: cleanup comments about corrupted PEBsArtem Bityutskiy-20/+34
2011-02-06UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy-11/+25
2011-02-06UBI: use raw mtd read function in debugging codeArtem Bityutskiy-2/+4
2011-02-06UBI: try to reveal buggy MTD driversArtem Bityutskiy-0/+22
2011-01-29Revert "UBI: use mtd->writebufsize to set minimal I/O unit size"Artem Bityutskiy-27/+1
2011-01-26UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy-0/+7
2011-01-26UBI: cleanup LEB start calculationsJohn Ogness-1/+1
2011-01-26UBI: fix NOR erase preparation quirkHolger Brunck-2/+4
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds-5/+29
2011-01-06UBI: use mtd->writebufsize to set minimal I/O unit sizeAnatolij Gustschin-1/+27
2010-12-03mtd: use vzallocJoe Perches-4/+2
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy-12/+29
2010-11-19UBI: release locks in check_corruptionDan Carpenter-7/+9
2010-10-22Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds-286/+419
2010-10-21UBI: tighten the corrupted PEB criteriaArtem Bityutskiy-11/+34
2010-10-21UBI: fix check_data_ff return codeArtem Bityutskiy-2/+5
2010-10-21UBI: remember copy_flag while scanningArtem Bityutskiy-11/+13
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy-47/+45
2010-10-19UBI: add truly corrupted PEBs to corrupted listArtem Bityutskiy-2/+74
2010-10-19UBI: introduce debugging helper functionArtem Bityutskiy-0/+4
2010-10-19UBI: make check_pattern function non-staticArtem Bityutskiy-24/+26
2010-10-19UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy-72/+90