summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/build.c
Commit message (Expand)AuthorAgeFilesLines
* UBI: move and rename attach_by_scanningArtem Bityutskiy2012-05-201-59/+6
* UBI: rename _init_scan functionsArtem Bityutskiy2012-05-201-2/+2
* UBI: amend comments after all the renamingsArtem Bityutskiy2012-05-201-8/+4
* UBI: rename ubi_scan_destroy_aiArtem Bityutskiy2012-05-201-2/+2
* UBI: rename si to aiArtem Bityutskiy2012-05-201-16/+16
* UBI: rename struct ubi_scan_infoArtem Bityutskiy2012-05-201-1/+1
* UBI: rename struct ubi_scan_lebArtem Bityutskiy2012-05-201-1/+1
* UBI: get rid of dbg_errArtem Bityutskiy2012-05-201-4/+4
* UBI: rename peb_buf1 to peb_bufArtem Bityutskiy2012-03-091-4/+4
* UBI: reduce memory consumptionJosselin Costanzi2012-03-091-6/+0
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-1/+1
* UBI: fix oops in error pathArtem Bityutskiy2011-06-011-0/+2
* UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-011-2/+24
* 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