summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)Author
2012-09-04UBI: allow specifying bad PEBs limit using module parameterRichard Genoud
2012-09-04UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud
2012-09-04UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud
2012-09-04UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud
2012-09-04UBI: separate bad_peb_limit in a functionRichard Genoud
2012-09-04UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud
2012-09-04UBI: introduce new bad PEB limitShmulik Ladkani
2012-09-04UBI: print image sequence number as unsigned integerArtem Bityutskiy
2012-05-20UBI: move and rename attach_by_scanningArtem Bityutskiy
2012-05-20UBI: rename _init_scan functionsArtem Bityutskiy
2012-05-20UBI: amend comments after all the renamingsArtem Bityutskiy
2012-05-20UBI: rename ubi_scan_destroy_aiArtem Bityutskiy
2012-05-20UBI: rename si to aiArtem Bityutskiy
2012-05-20UBI: rename struct ubi_scan_infoArtem Bityutskiy
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy
2012-03-09UBI: reduce memory consumptionJosselin Costanzi
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy
2011-06-01UBI: fix oops in error pathArtem Bityutskiy
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-03-16UBI: make tests modes dynamicArtem Bityutskiy
2011-03-16UBI: kill debugging bufferArtem Bityutskiy
2011-03-08UBI: incorporate maximum write sizeArtem Bityutskiy
2011-02-06UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy
2011-01-26UBI: cleanup LEB start calculationsJohn Ogness
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy
2010-10-19UBI: fix small 80 characters limit style issueArtem Bityutskiy
2010-08-02UBI: do not warn unnecessarilyArtem Bityutskiy
2010-05-06UBI: init even if MTD device cannot be attached, if built into kernelMarc Kleine-Budde
2010-05-03UBI: remove reboot notifierKevin Cernekee
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-01UBI: fix attaching error pathArtem Bityutskiy
2010-02-01UBI: support attaching by MTD character device nameArtem Bityutskiy
2010-02-01UBI: mark few variables as __initdataArtem Bityutskiy
2009-10-20UBI: fix check on unsigned longRoel Kluin
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