aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/eba.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+3
* UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2012-01-251-2/+4
* UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-191-0/+6
* UBI: rename IO error codeArtem Bityutskiy2010-10-191-2/+2
* UBI: do not warn unnecessarilyArtem Bityutskiy2010-08-021-3/+39
* UBI: introduce a new IO return codeArtem Bityutskiy2010-06-041-2/+3
* UBI: simplify IO error codesArtem Bityutskiy2010-06-041-2/+2
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
* UBI: handle more error codesArtem Bityutskiy2009-06-101-7/+34
* UBI: fix multiple spelling typosArtem Bityutskiy2009-06-101-1/+1
* UBI: do not switch to R/O mode on read errorsArtem Bityutskiy2009-06-021-6/+13
* UBI: fix and clean-up error paths in WL workerArtem Bityutskiy2009-06-021-7/+7
* UBI: introduce new constantsArtem Bityutskiy2009-06-021-19/+14
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* UBI: handle write errors in WL workerArtem Bityutskiy2008-12-051-13/+24
* UBI: fix deadlockArtem Bityutskiy2008-12-051-7/+7
* UBI: fix EBADMSG handlingZoltan Sogor2008-11-061-1/+1
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-5/+2
* UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy2008-07-241-1/+1
* UBI: amend commentariesArtem Bityutskiy2008-07-241-11/+11
* UBI: fix LEB lockingArtem Bityutskiy2008-07-241-20/+7
* UBI: fix memory leakArtem Bityutskiy2008-07-241-17/+0
* UBI: avoid unnecessary division operationsKyungmin Park2008-07-241-1/+1
* UBI: handle zero-length caseArtem Bityutskiy2008-01-251-0/+11
* UBI: add layout volume informationArtem Bityutskiy2008-01-251-1/+1
* UBI: add auto-resize featureArtem Bityutskiy2008-01-251-15/+0
* UBI: get rid of ubi_ltree_slabArtem Bityutskiy2008-01-251-5/+7
* UBI: add UBI devices reference countingArtem Bityutskiy2007-12-261-0/+5
* UBI: bugfix: protect from volume removalArtem Bityutskiy2007-12-261-45/+100
* UBI: introduce volume refcountingArtem Bityutskiy2007-12-261-0/+10
* UBI: add some more commentsArtem Bityutskiy2007-12-261-1/+7
* UBI: improve internal interfacesArtem Bityutskiy2007-12-261-27/+24
* UBI: create ltree_entry slab on initializationArtem Bityutskiy2007-12-261-67/+18
* UBI: add ubi_leb_map interfaceArtem Bityutskiy2007-12-261-5/+8
* UBI: bugfix: allocate mandatory EBs firstArtem Bityutskiy2007-12-261-9/+9
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* UBI: return correct error codeArtem Bityutskiy2007-10-141-0/+1
* UBI: fix atomic LEB change problemsArtem Bityutskiy2007-10-141-19/+29
* UBI: do not use vmalloc on I/O pathArtem Bityutskiy2007-10-141-46/+24
* UBI: allocate memory with GFP_NOFSArtem Bityutskiy2007-10-141-6/+6
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* UBI: fix bug in atomic_leb_change()Artem Bityutskiy2007-07-181-1/+1
* UBI: bugfix in ubi_leb_change()Artem Bityutskiy2007-07-181-5/+7
* UBI: kill homegrown endian macrosChristoph Hellwig2007-07-181-31/+31
* UBI: use vmalloc for large buffersArtem Bityutskiy2007-07-181-11/+11
* drivers/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+1
* drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik2007-07-171-2/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-3/+0
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1