aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/build.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+26
* UBI: fix autoresize handling in R/O modeArtem Bityutskiy2012-10-071-0/+5
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-181-0/+14
|\
| * UBI: incorporate maximum write sizeArtem Bityutskiy2011-03-081-0/+14
* | UBI: make tests modes dynamicArtem Bityutskiy2011-03-161-2/+1
* | UBI: kill debugging bufferArtem Bityutskiy2011-03-161-13/+0
* | UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy2011-02-061-0/+2
* | UBI: cleanup LEB start calculationsJohn Ogness2011-01-261-1/+1
|/
* UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-191-0/+2
* UBI: fix small 80 characters limit style issueArtem Bityutskiy2010-10-191-2/+2
* UBI: do not warn unnecessarilyArtem Bityutskiy2010-08-021-1/+2
* UBI: init even if MTD device cannot be attached, if built into kernelMarc Kleine-Budde2010-05-061-2/+23
* UBI: remove reboot notifierKevin Cernekee2010-05-031-35/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+2
* UBI: fix attaching error pathArtem Bityutskiy2010-02-011-33/+30
* UBI: support attaching by MTD character device nameArtem Bityutskiy2010-02-011-11/+55
* UBI: mark few variables as __initdataArtem Bityutskiy2010-02-011-2/+2
* UBI: fix check on unsigned longRoel Kluin2009-10-201-1/+2
* UBI: fix NOR flash recoveryArtem Bityutskiy2009-07-071-0/+5
* UBI: add image sequence number to EC headerAdrian Hunter2009-07-051-0/+1
* UBI: add reboot notifierKevin Cernekee2009-06-101-0/+35
* UBI: add notification APIDmitry Pervushin2009-06-021-5/+95
* UBI: do not switch to R/O mode on read errorsArtem Bityutskiy2009-06-021-0/+9
* UBI: fix race conditionArtem Bityutskiy2009-05-261-1/+7
* UBI: small debugging code optimizationArtem Bityutskiy2009-05-181-3/+3
* UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy2009-05-181-1/+1
* UBI: remove redundant mutexArtem Bityutskiy2009-05-181-1/+0
* UBI: fix resource de-allocationArtem Bityutskiy2009-01-201-3/+13
* UBI: remove unused variableArtem Bityutskiy2009-01-201-4/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-01-051-2/+3
|\
| * UBI: return -ENOMEM upon failing vmallocStefan Roese2008-12-101-2/+3
* | [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-231-1/+1
* | [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-101-1/+1
|/
* UBI: always start the background threadArtem Bityutskiy2008-07-251-4/+2
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-241-5/+3
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-4/+4
* UBI: implement multiple volumes renameArtem Bityutskiy2008-07-241-0/+1
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-1/+1
* UBI: amend commentariesArtem Bityutskiy2008-07-241-1/+1
* 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
* UBI: fix memory leakArtem Bityutskiy2008-07-241-2/+0
* UBI: avoid unnecessary division operationsKyungmin Park2008-07-241-2/+6
* UBI: add a messageArtem Bityutskiy2008-04-231-2/+1
* UBI: print media information earlierArtem Bityutskiy2008-04-201-9/+10
* UBI: fix error printingArtem Bityutskiy2008-04-171-10/+8
* UBI: fix error messageArtem Bityutskiy2008-03-041-2/+2
* UBI: bugfix: calculate data offset properlyArtem Bityutskiy2008-01-251-1/+1
* UBI: amend array sizeArtem Bityutskiy2008-01-251-2/+2