aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-9/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-24/+5
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy1-8/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-11/+0
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-5/+5
2012-03-09UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy3-6/+6
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy5-30/+30
2012-03-09UBI: reduce memory consumptionJosselin Costanzi3-12/+4
2012-03-09UBI: fix eraseblock picking criteriaArtem Bityutskiy1-6/+4
2012-03-09UBI: fix documentation and improve readabilityArtem Bityutskiy1-4/+5
2012-02-29UBI: fix error handling in ubi_scan()Richard Weinberger1-4/+4
2012-01-15UBI: use own macros for the layout volumeRichard Weinberger1-2/+2
2012-01-15UBI: fix nameless volumes handlingRichard Weinberger1-0/+3
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2-2/+5
2012-01-11UBI: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-6/+14
2012-01-10UBI: make vid_hdr non-staticRichard Weinberger1-1/+1
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-1/+1
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-3/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-4/+3
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy2-4/+4
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2012-01-05UBI: fix use-after-free on error pathArtem Bityutskiy1-3/+4
2011-11-30UBI: fix missing scrub when there is a bit-flipBhavesh Parekh3-3/+10
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-18/+18
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris6-18/+18
2011-08-19UBI: do not link debug messages when debugging is disabledArtem Bityutskiy1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+7
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+7
2011-06-07UBI: remove dead codeArtem Bityutskiy1-13/+3
2011-06-01UBI: dump stack when switching to R/O modeArtem Bityutskiy1-0/+1
2011-06-01UBI: fix oops in error pathArtem Bityutskiy1-0/+2
2011-06-01UBI: switch debugging tests knobs to debugfsArtem Bityutskiy2-28/+49
2011-06-01UBI: make it possible to use struct ubi_device in debug.hArtem Bityutskiy2-9/+2
2011-06-01UBI: prepare debugging stuff to further debugfs conversionArtem Bityutskiy3-13/+20
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy9-36/+310
2011-05-31UBI: change the interface of a debugging check functionArtem Bityutskiy1-13/+19
2011-05-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+3
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-3/+3
2011-05-20UBI: switch to dynamic printksArtem Bityutskiy2-58/+28
2011-05-20UBI: turn some macros into static inlineArtem Bityutskiy1-25/+38
2011-05-20UBI: improve checking in debugging printsArtem Bityutskiy1-8/+25
2011-04-14UBI: fix typo in a messageArtem Bityutskiy1-1/+1
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy6-17/+18
2011-04-14UBI: use __packed instead of __attribute__((packed))Artem Bityutskiy1-3/+3