aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25UBI: always start the background threadArtem Bityutskiy1-4/+2
2008-07-24UBI: fix gcc warningArtem Bityutskiy1-1/+1
2008-07-24UBI: remove pre-sqnum images supportArtem Bityutskiy5-79/+30
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy8-35/+23
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy11-81/+78
2008-07-24UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy1-1/+1
2008-07-24UBI: rework scrubbing messagesArtem Bityutskiy2-2/+12
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy5-12/+318
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy11-177/+206
2008-07-24UBI: amend commentariesArtem Bityutskiy9-126/+127
2008-07-24UBI: fix error messageArtem Bityutskiy1-1/+1
2008-07-24UBI: improve mkvol request validationArtem Bityutskiy2-4/+7
2008-07-24UBI: add ubi_sync() interfaceArtem Bityutskiy1-0/+24
2008-07-24UBI: fix 64-bit calculationsBruce Leonard1-1/+2
2008-07-24UBI: fix LEB lockingArtem Bityutskiy1-20/+7
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 Bityutskiy4-29/+9
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park8-16/+18
2008-07-24UBI: fix buffer paddingKyungmin Park1-3/+3
2008-07-24UBI: add a commentArtem Bityutskiy1-1/+10
2008-07-24UBI: print error codeArtem Bityutskiy1-18/+21
2008-06-20UBI: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-04-23UBI: add a messageArtem Bityutskiy1-2/+1
2008-04-23Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse9-59/+416
2008-04-22[MTD] replace remaining __FUNCTION__ occurrencesHarvey Harrison2-3/+3
2008-04-20UBI: print media information earlierArtem Bityutskiy1-9/+10
2008-04-19UBI: fix mean EC calculationArtem Bityutskiy2-34/+9
2008-04-17UBI: initialize static volumes with vol->used_bytesJan Altenberg1-2/+3
2008-04-17UBI: improve Kconfig documentationArtem Bityutskiy1-2/+7
2008-04-17UBI: fix error printingArtem Bityutskiy1-10/+8
2008-04-17UBI: make ubi-header.h localArtem Bityutskiy2-2/+373
2008-04-17UBI: be verbose when debuggin is enabledArtem Bityutskiy2-0/+6
2008-03-04UBI: mtd/ubi/vtbl.c: fix memory leakAdrian Bunk1-0/+1
2008-03-04UBI: fix sparse errors in ubi.hHarvey Harrison1-5/+5
2008-03-04UBI: fix error messageArtem Bityutskiy1-2/+2
2008-03-04UBI: silence warningS.Çağlar Onur1-1/+3
2008-02-01UBI: do not flush queue on each vtbl changeArtem Bityutskiy1-1/+1
2008-01-25UBI: implement atomic LEB change ioctlArtem Bityutskiy3-28/+183
2008-01-25UBI: handle zero-length caseArtem Bityutskiy1-0/+11
2008-01-25UBI: simplify internal interfacesArtem Bityutskiy3-36/+36
2008-01-25UBI: do not change file pointer while updatingArtem Bityutskiy2-4/+1
2008-01-25UBI: add layout volume informationArtem Bityutskiy3-7/+7
2008-01-25UBI: fix warningsArtem Bityutskiy2-2/+2
2008-01-25UBI: add sanity checkArtem Bityutskiy1-1/+6
2008-01-25UBI: remove bogus assertionArtem Bityutskiy1-1/+0
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 Bityutskiy6-24/+80
2008-01-25UBI: use bit-fieldsArtem Bityutskiy2-19/+9