aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-28UBI: fix checkpatch.pl warningsArtem Bityutskiy3-7/+8
2008-12-16UBI: simplify PEB protection codeXiaochuan-Xu2-241/+162
2008-12-15UBI: prepare for protection tree improvementsXiaochuan-Xu2-24/+27
2008-12-10UBI: return -ENOMEM upon failing vmallocStefan Roese1-2/+3
2008-12-05UBI: handle write errors in WL workerArtem Bityutskiy2-25/+44
2008-12-05UBI: fix error pathArtem Bityutskiy1-9/+18
2008-12-05UBI: some code re-structuringArtem Bityutskiy1-16/+23
2008-12-05UBI: fix deadlockArtem Bityutskiy1-7/+7
2008-12-03UBI: fix warnings when debugging is enabledArtem Bityutskiy1-8/+18
2008-11-06UBI: Don't exit from ubi_thread until kthread_should_stop() is trueVitaliy Gusev1-1/+2
2008-11-06UBI: fix EBADMSG handlingZoltan Sogor2-2/+2
2008-10-09UBI: print reserved_peb when it is too largeDeepak Saxena1-2/+2
2008-09-26UBI: fix IS_ERR testJulien Brunel1-1/+1
2008-09-05UBI: remove BKLArtem Bityutskiy1-5/+1
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