summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* UBI: allow direct user-space I/OSidney Amani2009-01-273-19/+32
* UBI: fix resource de-allocationArtem Bityutskiy2009-01-201-3/+13
* UBI: remove unused variableArtem Bityutskiy2009-01-201-4/+1
* UBI: use nicer 64-bit mathArtem Bityutskiy2009-01-185-52/+25
* UBI: add ioctl compatibilityArtem Bityutskiy2009-01-181-23/+57
* UBI: constify file operationsJan Engelhardt2009-01-182-6/+6
* UBI: allow all ioctlsArtem Bityutskiy2009-01-181-2/+0
* UBI: remove unnecessry header inclusionArtem Bityutskiy2009-01-181-1/+0
* UBI: add ioctl for is_mapped operationCorentin Chary2009-01-181-0/+14
* UBI: add ioctl for unmap operationCorentin Chary2009-01-181-1/+14
* UBI: add ioctl for map operationCorentin Chary2009-01-181-0/+14
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-01-092-9/+10
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-01-057-330/+301
| |\
| * | [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-232-3/+3
| * | [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-102-9/+10
* | | fix similar typos to successfullColy Li2009-01-081-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-076-8/+8
|\ \ \
| * | | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-066-8/+8
| | |/ | |/|
* / | mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-062-3/+3
|/ /
* | UBI: fix checkpatch.pl warningsArtem Bityutskiy2008-12-283-7/+8
* | UBI: simplify PEB protection codeXiaochuan-Xu2008-12-162-241/+162
* | UBI: prepare for protection tree improvementsXiaochuan-Xu2008-12-152-24/+27
* | UBI: return -ENOMEM upon failing vmallocStefan Roese2008-12-101-2/+3
* | UBI: handle write errors in WL workerArtem Bityutskiy2008-12-052-25/+44
* | UBI: fix error pathArtem Bityutskiy2008-12-051-9/+18
* | UBI: some code re-structuringArtem Bityutskiy2008-12-051-16/+23
* | UBI: fix deadlockArtem Bityutskiy2008-12-051-7/+7
* | UBI: fix warnings when debugging is enabledArtem Bityutskiy2008-12-031-8/+18
|/
* UBI: Don't exit from ubi_thread until kthread_should_stop() is trueVitaliy Gusev2008-11-061-1/+2
* UBI: fix EBADMSG handlingZoltan Sogor2008-11-062-2/+2
* UBI: print reserved_peb when it is too largeDeepak Saxena2008-10-091-2/+2
* UBI: fix IS_ERR testJulien Brunel2008-09-261-1/+1
* UBI: remove BKLArtem Bityutskiy2008-09-051-5/+1
* UBI: always start the background threadArtem Bityutskiy2008-07-251-4/+2
* UBI: fix gcc warningArtem Bityutskiy2008-07-241-1/+1
* UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-245-79/+30
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-248-35/+23
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-2411-81/+78
* UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy2008-07-241-1/+1
* UBI: rework scrubbing messagesArtem Bityutskiy2008-07-242-2/+12
* UBI: implement multiple volumes renameArtem Bityutskiy2008-07-245-12/+318
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-2411-177/+206
* UBI: amend commentariesArtem Bityutskiy2008-07-249-126/+127
* UBI: fix error messageArtem Bityutskiy2008-07-241-1/+1
* UBI: improve mkvol request validationArtem Bityutskiy2008-07-242-4/+7
* UBI: add ubi_sync() interfaceArtem Bityutskiy2008-07-241-0/+24
* UBI: fix 64-bit calculationsBruce Leonard2008-07-241-1/+2
* UBI: fix LEB lockingArtem Bityutskiy2008-07-241-20/+7
* UBI: fix memory leak on error pathArtem Bityutskiy2008-07-241-4/+30
* UBI: do not forget to free internal volumesArtem Bityutskiy2008-07-241-3/+25