summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)Author
2016-08-20ubi: Fix race condition between ubi device creation and udevIosif Harutyunov
2016-08-20ubi: Fix early loggingRichard Weinberger
2015-06-02UBI: Use static class and attribute groupsTakashi Iwai
2015-06-02UBI: Fastmap: Use max() to get the larger valueshengyong
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells
2015-03-26UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger
2015-03-26UBI: Fastmap: Enhance fastmap checkingRichard Weinberger
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger
2015-03-26UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger
2015-03-26UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia
2014-01-02UBI: fix error return codeJulia Lawall
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-07-01UBI: support ubi_num on mtd.ubi command lineMike Frysinger
2013-05-16UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger
2013-05-16UBI: drop redundant "UBI error" stringMike Frysinger
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia
2012-12-03UBI: replace memcpy with struct assignmentEzequiel Garcia
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger
2012-10-03UBI: Add fastmap bits to build.cRichard Weinberger
2012-09-26UBI: load after mtd device driversJiang Lu
2012-09-04UBI: print lessArtem Bityutskiy
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy
2012-09-04UBI: comply with coding styleArtem Bityutskiy
2012-09-04UBI: fix autoresize handling in R/O modeArtem Bityutskiy
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