summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+2
* UBI: add write checkingArtem Bityutskiy2010-02-012-0/+74
* UBI: simplify debugging return codesArtem Bityutskiy2010-02-013-41/+37
* UBI: fix attaching error pathArtem Bityutskiy2010-02-011-33/+30
* UBI: support attaching by MTD character device nameArtem Bityutskiy2010-02-011-11/+55
* UBI: mark few variables as __initdataArtem Bityutskiy2010-02-011-2/+2
* Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-01-281-1/+0
|\
| * UBI: fix volume creation input checkingMika Westerberg2010-01-271-1/+0
* | UBI: fix memory leak in update pathArtem Bityutskiy2010-01-181-0/+1
* | UBI: add more checks to chdev openArtem Bityutskiy2010-01-121-8/+7
* | UBI: initialise update markerPeter Horton2010-01-121-0/+1
|/
* Merge git://git.infradead.org/ubifs-2.6Linus Torvalds2009-12-102-9/+51
|\
| * UBI: flush wl before clearing update markerSebastian Andrzej Siewior2009-12-041-9/+11
| * UBI: Add ubi_open_volume_pathCorentin Chary2009-11-241-0/+40
* | Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-091-2/+0
|/
* UBI: fix check on unsigned longRoel Kluin2009-10-201-1/+2
* UBI: fix backward compatibilityArtem Bityutskiy2009-10-202-6/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-222-2/+2
|\
| * trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-212-2/+2
* | UBI: improve NOR flash erasure quirkArtem Bityutskiy2009-08-141-15/+31
* | UBI: introduce flash dump helperArtem Bityutskiy2009-08-143-0/+35
* | UBI: eliminate possible undefined behaviourPhil Carmody2009-08-141-1/+2
* | UBI: print a warning if too many PEBs are corruptedArtem Bityutskiy2009-08-142-2/+18
* | UBI: amend NOR flash pre-erase quirkArtem Bityutskiy2009-08-141-4/+4
* | UBI: print a message if ECH is corrupted and VIDH is okArtem Bityutskiy2009-08-141-1/+3
|/
* UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
* UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
* UBI: fix bug in image sequence number handlingHolger Brunck2009-07-151-1/+1
* UBI: gluebi: initialize ubi_num fieldArtem Bityutskiy2009-07-151-0/+1
* UBI: fix compilation warningsArtem Bityutskiy2009-07-081-3/+3
* UBI: fix NOR flash recoveryArtem Bityutskiy2009-07-073-3/+64
* UBI: nicify image sequence number handlingArtem Bityutskiy2009-07-054-16/+18
* UBI: add image sequence number to EC headerAdrian Hunter2009-07-056-3/+33
* UBI: remove bogus debugging checksArtem Bityutskiy2009-07-053-88/+2
* UBI: add empty eraseblocks verificationArtem Bityutskiy2009-07-053-10/+21
* UBI: add reboot notifierKevin Cernekee2009-06-102-1/+38
* UBI: handle more error codesArtem Bityutskiy2009-06-101-7/+34
* UBI: fix multiple spelling typosArtem Bityutskiy2009-06-104-11/+11
* UBI: fix kmem_cache_free on error patchArtem Bityutskiy2009-06-101-1/+2
* UBI: print amount of reserved PEBsArtem Bityutskiy2009-06-091-3/+4
* UBI: improve messages in the WL workerArtem Bityutskiy2009-06-081-9/+24
* UBI: make gluebi a separate moduleDmitry Pervushin2009-06-033-98/+295
* UBI: remove built-in gluebiDmitry Pervushin2009-06-023-51/+2
* UBI: add notification APIDmitry Pervushin2009-06-025-21/+204
* UBI: do not switch to R/O mode on read errorsArtem Bityutskiy2009-06-024-15/+74
* UBI: fix and clean-up error paths in WL workerArtem Bityutskiy2009-06-022-61/+53
* UBI: introduce new constantsArtem Bityutskiy2009-06-023-26/+36
* UBI: fix race conditionArtem Bityutskiy2009-05-261-1/+7
* UBI: minor serialization fixArtem Bityutskiy2009-05-181-2/+2
* UBI: do not panic if volume check failsArtem Bityutskiy2009-05-181-7/+11