aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)Author
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter
2009-06-10UBI: add reboot notifierKevin Cernekee
2009-06-02UBI: add notification APIDmitry Pervushin
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy
2009-05-26UBI: fix race conditionArtem Bityutskiy
2009-05-18UBI: small debugging code optimizationArtem Bityutskiy
2009-05-18UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy
2009-05-18UBI: remove redundant mutexArtem Bityutskiy
2009-01-20UBI: fix resource de-allocationArtem Bityutskiy
2009-01-20UBI: remove unused variableArtem Bityutskiy
2009-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter
2008-12-10UBI: return -ENOMEM upon failing vmallocStefan Roese
2008-07-25UBI: always start the background threadArtem Bityutskiy
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy
2008-07-24UBI: amend commentariesArtem Bityutskiy
2008-07-24UBI: fix memory leak on error pathArtem Bityutskiy
2008-07-24UBI: do not forget to free internal volumesArtem Bityutskiy
2008-07-24UBI: fix memory leakArtem Bityutskiy
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park
2008-04-23UBI: add a messageArtem Bityutskiy
2008-04-20UBI: print media information earlierArtem Bityutskiy
2008-04-17UBI: fix error printingArtem Bityutskiy
2008-03-04UBI: fix error messageArtem Bityutskiy
2008-01-25UBI: bugfix: calculate data offset properlyArtem Bityutskiy
2008-01-25UBI: amend array sizeArtem Bityutskiy
2008-01-25UBI: add auto-resize featureArtem Bityutskiy
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy
2007-12-26UBI: bugfix: do not forget to increment vol_countArtem Bityutskiy
2007-12-26UBI: do not support kiBArtem Bityutskiy
2007-12-26UBI: add mtd_num sysfs attributeArtem Bityutskiy
2007-12-26UBI: fix mtd device string parsingArtem Bityutskiy
2007-12-26UBI: use separate mutex for volumes checkingArtem Bityutskiy
2007-12-26UBI: handle attach ioctlArtem Bityutskiy
2007-12-26UBI: remove data_offsetArtem Bityutskiy
2007-12-26UBI: prepare attach and detach functionsArtem Bityutskiy
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy
2007-12-26UBI: add UBI control deviceArtem Bityutskiy
2007-12-26UBI: fix printkArtem Bityutskiy
2007-12-26UBI: simplify error handlingArtem Bityutskiy
2007-12-26UBI: tweak volumes lockingArtem Bityutskiy
2007-12-26UBI: improve internal interfacesArtem Bityutskiy
2007-12-26UBI: bugfix: dont oops with NULL module parameterArtem Bityutskiy
2007-12-26UBI: remove ubi_devices_cntArtem Bityutskiy
2007-12-26UBI: create ubi_wl_entry slab on initializationArtem Bityutskiy