summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/eba.c
AgeCommit message (Expand)AuthorLines
2008-01-25UBI: handle zero-length caseArtem Bityutskiy-0/+11
2008-01-25UBI: add layout volume informationArtem Bityutskiy-1/+1
2008-01-25UBI: add auto-resize featureArtem Bityutskiy-15/+0
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy-5/+7
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy-0/+5
2007-12-26UBI: bugfix: protect from volume removalArtem Bityutskiy-45/+100
2007-12-26UBI: introduce volume refcountingArtem Bityutskiy-0/+10
2007-12-26UBI: add some more commentsArtem Bityutskiy-1/+7
2007-12-26UBI: improve internal interfacesArtem Bityutskiy-27/+24
2007-12-26UBI: create ltree_entry slab on initializationArtem Bityutskiy-67/+18
2007-12-26UBI: add ubi_leb_map interfaceArtem Bityutskiy-5/+8
2007-12-26UBI: bugfix: allocate mandatory EBs firstArtem Bityutskiy-9/+9
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+1
2007-10-14UBI: return correct error codeArtem Bityutskiy-0/+1
2007-10-14UBI: fix atomic LEB change problemsArtem Bityutskiy-19/+29
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy-46/+24
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy-6/+6
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-18UBI: fix bug in atomic_leb_change()Artem Bityutskiy-1/+1
2007-07-18UBI: bugfix in ubi_leb_change()Artem Bityutskiy-5/+7
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig-31/+31
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy-11/+11
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik-1/+1
2007-07-17drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik-2/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-3/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy-0/+1241