aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-2314-136/+440
* UBI: fix autoresize handling in R/O modeArtem Bityutskiy2012-10-071-0/+5
* UBI: fix a horrible memory deallocation bugArtem Bityutskiy2012-10-021-2/+2
* UBI: fix eraseblock picking criteriaArtem Bityutskiy2012-04-021-6/+4
* UBI: fix error handling in ubi_scan()Richard Weinberger2012-04-021-4/+4
* UBI: fix debugging messagesArtem Bityutskiy2012-01-251-1/+4
* UBI: fix nameless volumes handlingRichard Weinberger2012-01-251-0/+3
* UBI: fix use-after-free on error pathArtem Bityutskiy2012-01-251-3/+4
* UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2012-01-253-3/+10
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-271-3/+3
|\
| * mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-251-3/+3
* | UBI: switch to dynamic printksArtem Bityutskiy2011-05-202-58/+28
* | UBI: turn some macros into static inlineArtem Bityutskiy2011-05-201-25/+38
* | UBI: improve checking in debugging printsArtem Bityutskiy2011-05-201-8/+25
* | UBI: fix typo in a messageArtem Bityutskiy2011-04-141-1/+1
* | UBI: fix minor stylistic issuesArtem Bityutskiy2011-04-146-17/+18
* | UBI: use __packed instead of __attribute__((packed))Artem Bityutskiy2011-04-141-3/+3
* | UBI: re-name set volume properties ioctlArtem Bityutskiy2011-04-141-4/+4
* | UBI: make the control character device non-seekableArtem Bityutskiy2011-04-141-1/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-04-073-7/+8
|\
| * UBI: do not select KALLSYMS_ALLArtem Bityutskiy2011-04-051-1/+1
| * UBI: do not compare array with NULLArtem Bityutskiy2011-04-051-5/+0
| * UBI: check if we are in RO mode in the erase routineArtem Bityutskiy2011-04-051-1/+7
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* UBI: use GFP_NOFS properlyArtem Bityutskiy2011-03-241-2/+2
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-183-0/+19
|\
| * UBI: provide LEB offset informationArtem Bityutskiy2011-03-081-0/+1
| * UBI: incorporate maximum write sizeArtem Bityutskiy2011-03-083-0/+18
* | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2011-03-1812-234/+297
|\ \
| * | UBI: make tests modes dynamicArtem Bityutskiy2011-03-166-62/+49
| * | UBI: make self-checks dynamicArtem Bityutskiy2011-03-168-25/+70
| * | UBI: make debugging messages dynamicArtem Bityutskiy2011-03-163-55/+37
| * | UBI: remove UBI_IO_DEBUG macroArtem Bityutskiy2011-03-162-21/+16
| * | UBI: kill debugging bufferArtem Bityutskiy2011-03-162-19/+0
| * | UBI: allocate erase checking buffer on demandArtem Bityutskiy2011-03-161-7/+12
| * | UBI: allocate write checking buffer on demandArtem Bityutskiy2011-03-162-9/+16
| * | UBI: always re-read in case of read failuresArtem Bityutskiy2011-02-061-1/+1
| * | UBI: cleanup comments about corrupted PEBsArtem Bityutskiy2011-02-061-20/+34
| * | UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy2011-02-063-11/+25
| * | UBI: use raw mtd read function in debugging codeArtem Bityutskiy2011-02-061-2/+4
| * | UBI: try to reveal buggy MTD driversArtem Bityutskiy2011-02-061-0/+22
| * | UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy2011-01-261-0/+7
| * | UBI: cleanup LEB start calculationsJohn Ogness2011-01-261-1/+1
| * | UBI: fix NOR erase preparation quirkHolger Brunck2011-01-261-2/+4
| |/
* | Revert "UBI: use mtd->writebufsize to set minimal I/O unit size"Artem Bityutskiy2011-01-291-27/+1
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-172-5/+29
|\ \ | |/ |/|
| * UBI: use mtd->writebufsize to set minimal I/O unit sizeAnatolij Gustschin2011-01-061-1/+27
| * mtd: use vzallocJoe Perches2010-12-031-4/+2
* | UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy2010-12-032-12/+29
* | UBI: release locks in check_corruptionDan Carpenter2010-11-191-7/+9
|/