aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-28Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds1-1/+0
2010-01-27UBI: fix volume creation input checkingMika Westerberg1-1/+0
2010-01-18UBI: fix memory leak in update pathArtem Bityutskiy1-0/+1
2010-01-12UBI: add more checks to chdev openArtem Bityutskiy1-8/+7
2010-01-12UBI: initialise update markerPeter Horton1-0/+1
2009-12-10Merge git://git.infradead.org/ubifs-2.6Linus Torvalds2-9/+51
2009-12-04UBI: flush wl before clearing update markerSebastian Andrzej Siewior1-9/+11
2009-11-24UBI: Add ubi_open_volume_pathCorentin Chary1-0/+40
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-2/+0
2009-10-20UBI: fix check on unsigned longRoel Kluin1-1/+2
2009-10-20UBI: fix backward compatibilityArtem Bityutskiy2-6/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar2-2/+2
2009-08-14UBI: improve NOR flash erasure quirkArtem Bityutskiy1-15/+31
2009-08-14UBI: introduce flash dump helperArtem Bityutskiy3-0/+35
2009-08-14UBI: eliminate possible undefined behaviourPhil Carmody1-1/+2
2009-08-14UBI: print a warning if too many PEBs are corruptedArtem Bityutskiy2-2/+18
2009-08-14UBI: amend NOR flash pre-erase quirkArtem Bityutskiy1-4/+4
2009-08-14UBI: print a message if ECH is corrupted and VIDH is okArtem Bityutskiy1-1/+3
2009-07-24UBI: compatible fallback in absense of sequence numbersAdrian Hunter1-1/+12
2009-07-24UBI: fix double free on error pathAdrian Hunter1-0/+1
2009-07-15UBI: fix bug in image sequence number handlingHolger Brunck1-1/+1
2009-07-15UBI: gluebi: initialize ubi_num fieldArtem Bityutskiy1-0/+1
2009-07-08UBI: fix compilation warningsArtem Bityutskiy1-3/+3
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy3-3/+64
2009-07-05UBI: nicify image sequence number handlingArtem Bityutskiy4-16/+18
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter6-3/+33
2009-07-05UBI: remove bogus debugging checksArtem Bityutskiy3-88/+2