summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-0/+14
2011-03-16UBI: make tests modes dynamicArtem Bityutskiy1-2/+1
2011-03-16UBI: kill debugging bufferArtem Bityutskiy1-13/+0
2011-03-08UBI: incorporate maximum write sizeArtem Bityutskiy1-0/+14
2011-02-06UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy1-0/+2
2011-01-26UBI: cleanup LEB start calculationsJohn Ogness1-1/+1
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy1-0/+2
2010-10-19UBI: fix small 80 characters limit style issueArtem Bityutskiy1-2/+2
2010-08-02UBI: do not warn unnecessarilyArtem Bityutskiy1-1/+2
2010-05-06UBI: init even if MTD device cannot be attached, if built into kernelMarc Kleine-Budde1-2/+23
2010-05-03UBI: remove reboot notifierKevin Cernekee1-35/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+2
2010-02-01UBI: fix attaching error pathArtem Bityutskiy1-33/+30
2010-02-01UBI: support attaching by MTD character device nameArtem Bityutskiy1-11/+55
2010-02-01UBI: mark few variables as __initdataArtem Bityutskiy1-2/+2
2009-10-20UBI: fix check on unsigned longRoel Kluin1-1/+2
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy1-0/+5
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter1-0/+1
2009-06-10UBI: add reboot notifierKevin Cernekee1-0/+35
2009-06-02UBI: add notification APIDmitry Pervushin1-5/+95
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy1-0/+9
2009-05-26UBI: fix race conditionArtem Bityutskiy1-1/+7
2009-05-18UBI: small debugging code optimizationArtem Bityutskiy1-3/+3
2009-05-18UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy1-1/+1
2009-05-18UBI: remove redundant mutexArtem Bityutskiy1-1/+0
2009-01-20UBI: fix resource de-allocationArtem Bityutskiy1-3/+13
2009-01-20UBI: remove unused variableArtem Bityutskiy1-4/+1
2009-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-2/+3
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter1-1/+1
2008-12-10UBI: return -ENOMEM upon failing vmallocStefan Roese1-2/+3
2008-07-25UBI: always start the background threadArtem Bityutskiy1-4/+2
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy1-5/+3
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-4/+4
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy1-0/+1
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-1/+1
2008-07-24UBI: amend commentariesArtem Bityutskiy1-1/+1
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 Bityutskiy1-2/+0
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park1-2/+6
2008-04-23UBI: add a messageArtem Bityutskiy1-2/+1
2008-04-20UBI: print media information earlierArtem Bityutskiy1-9/+10
2008-04-17UBI: fix error printingArtem Bityutskiy1-10/+8
2008-03-04UBI: fix error messageArtem Bityutskiy1-2/+2
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 Bityutskiy1-5/+64
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy1-27/+1