aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-16/+6
* UBI: fix a horrible memory deallocation bugArtem Bityutskiy2012-10-021-2/+2
* Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2011-03-181-3/+6
|\
| * UBI: make self-checks dynamicArtem Bityutskiy2011-03-161-3/+6
* | mtd: use vzallocJoe Perches2010-12-031-4/+2
|/
* UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-191-2/+6
* UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy2010-10-191-1/+1
* UBI: misc comment fixesShinya Kuribayashi2010-05-071-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBI: initialise update markerPeter Horton2010-01-121-0/+1
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* UBI: print reserved_peb when it is too largeDeepak Saxena2008-10-091-2/+2
* UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-241-1/+0
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-241-5/+3
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-6/+6
* UBI: implement multiple volumes renameArtem Bityutskiy2008-07-241-0/+51
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-1/+1
* UBI: avoid unnecessary division operationsKyungmin Park2008-07-241-3/+2
* UBI: add a commentArtem Bityutskiy2008-07-241-1/+10
* UBI: print error codeArtem Bityutskiy2008-07-241-18/+21
* UBI: mtd/ubi/vtbl.c: fix memory leakAdrian Bunk2008-03-041-0/+1
* UBI: do not flush queue on each vtbl changeArtem Bityutskiy2008-02-011-1/+1
* UBI: add layout volume informationArtem Bityutskiy2008-01-251-5/+5
* UBI: add auto-resize featureArtem Bityutskiy2008-01-251-0/+11
* UBI: fix commentArtem Bityutskiy2007-12-261-3/+2
* UBI: introduce volume refcountingArtem Bityutskiy2007-12-261-0/+2
* UBI: tweak volumes lockingArtem Bityutskiy2007-12-261-9/+4
* UBI: improve internal interfacesArtem Bityutskiy2007-12-261-2/+4
* UBI: do not use vmalloc on I/O pathArtem Bityutskiy2007-10-141-3/+3
* UBI: allocate memory with GFP_NOFSArtem Bityutskiy2007-10-141-1/+1
* UBI: fix overflow bugVinit Agnihotri2007-07-181-3/+6
* UBI: bugfix in error pathArtem Bityutskiy2007-07-181-3/+0
* UBI: kill homegrown endian macrosChristoph Hellwig2007-07-181-20/+20
* UBI: use vmalloc for large buffersArtem Bityutskiy2007-07-181-8/+10
* UBI: fix error path in create_vtbl()Artem Bityutskiy2007-07-181-6/+8
* UBI: fix dereference after kfreeFlorin Malita2007-07-181-6/+5
* UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-271-0/+809