aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/eba.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10UBI: handle more error codesArtem Bityutskiy1-7/+34
2009-06-10UBI: fix multiple spelling typosArtem Bityutskiy1-1/+1
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy1-6/+13
2009-06-02UBI: fix and clean-up error paths in WL workerArtem Bityutskiy1-7/+7
2009-06-02UBI: introduce new constantsArtem Bityutskiy1-19/+14
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-05UBI: handle write errors in WL workerArtem Bityutskiy1-13/+24
2008-12-05UBI: fix deadlockArtem Bityutskiy1-7/+7
2008-11-06UBI: fix EBADMSG handlingZoltan Sogor1-1/+1
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-5/+2
2008-07-24UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy1-1/+1
2008-07-24UBI: amend commentariesArtem Bityutskiy1-11/+11
2008-07-24UBI: fix LEB lockingArtem Bityutskiy1-20/+7
2008-07-24UBI: fix memory leakArtem Bityutskiy1-17/+0
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park1-1/+1
2008-01-25UBI: handle zero-length caseArtem Bityutskiy1-0/+11
2008-01-25UBI: add layout volume informationArtem Bityutskiy1-1/+1
2008-01-25UBI: add auto-resize featureArtem Bityutskiy1-15/+0
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy1-5/+7
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy1-0/+5
2007-12-26UBI: bugfix: protect from volume removalArtem Bityutskiy1-45/+100
2007-12-26UBI: introduce volume refcountingArtem Bityutskiy1-0/+10
2007-12-26UBI: add some more commentsArtem Bityutskiy1-1/+7
2007-12-26UBI: improve internal interfacesArtem Bityutskiy1-27/+24
2007-12-26UBI: create ltree_entry slab on initializationArtem Bityutskiy1-67/+18
2007-12-26UBI: add ubi_leb_map interfaceArtem Bityutskiy1-5/+8
2007-12-26UBI: bugfix: allocate mandatory EBs firstArtem Bityutskiy1-9/+9
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-14UBI: return correct error codeArtem Bityutskiy1-0/+1
2007-10-14UBI: fix atomic LEB change problemsArtem Bityutskiy1-19/+29
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy1-46/+24
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy1-6/+6
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-18UBI: fix bug in atomic_leb_change()Artem Bityutskiy1-1/+1
2007-07-18UBI: bugfix in ubi_leb_change()Artem Bityutskiy1-5/+7
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig1-31/+31
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy1-11/+11
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-07-17drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik1-2/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-3/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+1241