aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-18UBI: add ioctl for is_mapped operationCorentin Chary1-0/+14
2009-01-18UBI: add ioctl for unmap operationCorentin Chary1-1/+14
2009-01-18UBI: add ioctl for map operationCorentin Chary1-0/+14
2009-01-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-9/+10
2009-01-08fix similar typos to successfullColy Li1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-8/+8
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+3
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer6-8/+8
2009-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse7-330/+301
2008-12-28UBI: fix checkpatch.pl warningsArtem Bityutskiy3-7/+8
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+3
2008-12-16UBI: simplify PEB protection codeXiaochuan-Xu2-241/+162
2008-12-15UBI: prepare for protection tree improvementsXiaochuan-Xu2-24/+27
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter2-9/+10
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