aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/build.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-10UBI: return -ENOMEM upon failing vmallocStefan Roese1-2/+3
2008-07-25UBI: always start the background threadArtem Bityutskiy1-4/+2
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy1-5/+3
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-4/+4
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy1-0/+1
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-1/+1
2008-07-24UBI: amend commentariesArtem Bityutskiy1-1/+1
2008-07-24UBI: fix memory leak on error pathArtem Bityutskiy1-4/+30
2008-07-24UBI: do not forget to free internal volumesArtem Bityutskiy1-3/+25
2008-07-24UBI: fix memory leakArtem Bityutskiy1-2/+0
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park1-2/+6
2008-04-23UBI: add a messageArtem Bityutskiy1-2/+1
2008-04-20UBI: print media information earlierArtem Bityutskiy1-9/+10
2008-04-17UBI: fix error printingArtem Bityutskiy1-10/+8
2008-03-04UBI: fix error messageArtem Bityutskiy1-2/+2
2008-01-25UBI: bugfix: calculate data offset properlyArtem Bityutskiy1-1/+1
2008-01-25UBI: amend array sizeArtem Bityutskiy1-2/+2
2008-01-25UBI: add auto-resize featureArtem Bityutskiy1-5/+64
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy1-27/+1
2007-12-26UBI: bugfix: do not forget to increment vol_countArtem Bityutskiy1-1/+1
2007-12-26UBI: do not support kiBArtem Bityutskiy1-3/+1
2007-12-26UBI: add mtd_num sysfs attributeArtem Bityutskiy1-1/+9
2007-12-26UBI: fix mtd device string parsingArtem Bityutskiy1-24/+12
2007-12-26UBI: use separate mutex for volumes checkingArtem Bityutskiy1-0/+1
2007-12-26UBI: handle attach ioctlArtem Bityutskiy1-26/+54
2007-12-26UBI: remove data_offsetArtem Bityutskiy1-27/+15
2007-12-26UBI: prepare attach and detach functionsArtem Bityutskiy1-73/+162
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy1-15/+127
2007-12-26UBI: add UBI control deviceArtem Bityutskiy1-10/+42
2007-12-26UBI: fix printkArtem Bityutskiy1-9/+13
2007-12-26UBI: simplify error handlingArtem Bityutskiy1-40/+12
2007-12-26UBI: tweak volumes lockingArtem Bityutskiy1-1/+1
2007-12-26UBI: improve internal interfacesArtem Bityutskiy1-2/+2
2007-12-26UBI: bugfix: dont oops with NULL module parameterArtem Bityutskiy1-0/+3
2007-12-26UBI: remove ubi_devices_cntArtem Bityutskiy1-17/+25
2007-12-26UBI: create ubi_wl_entry slab on initializationArtem Bityutskiy1-0/+13
2007-12-26UBI: create ltree_entry slab on initializationArtem Bityutskiy1-0/+26
2007-12-26UBI: improve error messagesArtem Bityutskiy1-4/+9
2007-12-26UBI: remove redundant fieldArtem Bityutskiy1-7/+5
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy1-1/+27
2007-07-18UBI: remove unneeded error checksArtem Bityutskiy1-11/+1
2007-07-18UBI: fix messageVinit Agnihotri1-2/+1
2007-07-18UBI: use is_power_of_2()Vignesh Babu1-2/+2
2007-07-18UBI: fix freeing ubi->vtbl while unloadingVinit Agnihotri1-2/+2
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy1-1/+1
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+848