aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2011-08-19UBI: do not link debug messages when debugging is disabledGravatar Artem Bityutskiy 1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+7
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-3/+7
2011-06-07UBI: remove dead codeGravatar Artem Bityutskiy 1-13/+3
2011-06-01UBI: dump stack when switching to R/O modeGravatar Artem Bityutskiy 1-0/+1
2011-06-01UBI: fix oops in error pathGravatar Artem Bityutskiy 1-0/+2
2011-06-01UBI: switch debugging tests knobs to debugfsGravatar Artem Bityutskiy 2-28/+49
2011-06-01UBI: make it possible to use struct ubi_device in debug.hGravatar Artem Bityutskiy 2-9/+2
2011-06-01UBI: prepare debugging stuff to further debugfs conversionGravatar Artem Bityutskiy 3-13/+20
2011-06-01UBI: use debugfs for the extra checks knobsGravatar Artem Bityutskiy 9-36/+310
2011-05-31UBI: change the interface of a debugging check functionGravatar Artem Bityutskiy 1-13/+19
2011-05-27Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-3/+3
2011-05-25mtd: convert remaining users to mtd_device_register()Gravatar Jamie Iles 1-3/+3
2011-05-20UBI: switch to dynamic printksGravatar Artem Bityutskiy 2-58/+28
2011-05-20UBI: turn some macros into static inlineGravatar Artem Bityutskiy 1-25/+38
2011-05-20UBI: improve checking in debugging printsGravatar Artem Bityutskiy 1-8/+25
2011-04-14UBI: fix typo in a messageGravatar Artem Bityutskiy 1-1/+1
2011-04-14UBI: fix minor stylistic issuesGravatar Artem Bityutskiy 6-17/+18
2011-04-14UBI: use __packed instead of __attribute__((packed))Gravatar Artem Bityutskiy 1-3/+3
2011-04-14UBI: re-name set volume properties ioctlGravatar Artem Bityutskiy 1-4/+4
2011-04-14UBI: make the control character device non-seekableGravatar Artem Bityutskiy 1-1/+1
2011-04-07Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 3-7/+8
2011-04-05UBI: do not select KALLSYMS_ALLGravatar Artem Bityutskiy 1-1/+1
2011-04-05UBI: do not compare array with NULLGravatar Artem Bityutskiy 1-5/+0
2011-04-05UBI: check if we are in RO mode in the erase routineGravatar Artem Bityutskiy 1-1/+7
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24UBI: use GFP_NOFS properlyGravatar Artem Bityutskiy 1-2/+2
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 3-0/+19
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Gravatar Linus Torvalds 12-234/+297
2011-03-16UBI: make tests modes dynamicGravatar Artem Bityutskiy 6-62/+49
2011-03-16UBI: make self-checks dynamicGravatar Artem Bityutskiy 8-25/+70
2011-03-16UBI: make debugging messages dynamicGravatar Artem Bityutskiy 3-55/+37
2011-03-16UBI: remove UBI_IO_DEBUG macroGravatar Artem Bityutskiy 2-21/+16
2011-03-16UBI: kill debugging bufferGravatar Artem Bityutskiy 2-19/+0
2011-03-16UBI: allocate erase checking buffer on demandGravatar Artem Bityutskiy 1-7/+12
2011-03-16UBI: allocate write checking buffer on demandGravatar Artem Bityutskiy 2-9/+16
2011-03-08UBI: provide LEB offset informationGravatar Artem Bityutskiy 1-0/+1
2011-03-08UBI: incorporate maximum write sizeGravatar Artem Bityutskiy 3-0/+18
2011-02-06UBI: always re-read in case of read failuresGravatar Artem Bityutskiy 1-1/+1
2011-02-06UBI: cleanup comments about corrupted PEBsGravatar Artem Bityutskiy 1-20/+34
2011-02-06UBI: add slab cache for ubi_scan_leb objectsGravatar Artem Bityutskiy 3-11/+25
2011-02-06UBI: use raw mtd read function in debugging codeGravatar Artem Bityutskiy 1-2/+4
2011-02-06UBI: try to reveal buggy MTD driversGravatar Artem Bityutskiy 1-0/+22
2011-01-29Revert "UBI: use mtd->writebufsize to set minimal I/O unit size"Gravatar Artem Bityutskiy 1-27/+1
2011-01-26UBI: add a commentary about allocating VID header buffer on stackGravatar Artem Bityutskiy 1-0/+7
2011-01-26UBI: cleanup LEB start calculationsGravatar John Ogness 1-1/+1
2011-01-26UBI: fix NOR erase preparation quirkGravatar Holger Brunck 1-2/+4
2011-01-17Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 2-5/+29
2011-01-06UBI: use mtd->writebufsize to set minimal I/O unit sizeGravatar Anatolij Gustschin 1-1/+27
2010-12-03mtd: use vzallocGravatar Joe Perches 1-4/+2