aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2013-08-20UBI: Fix invalidate_fastmap()Richard Weinberger
2013-08-19UBI: Fix PEB leak in wear_leveling_worker()Richard Weinberger
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-06-29ubi/cdev: switch to fixed_size_llseek()Al Viro
2013-05-29UBI: fastmap break out of used PEB searchBrian Pomerantz
2013-05-16UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger
2013-05-16UBI: drop redundant "UBI error" stringMike Frysinger
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita
2012-12-20Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia
2012-12-04UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger
2012-12-04UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger
2012-12-03UBI: replace memcpy with struct assignmentEzequiel Garcia
2012-11-30UBI: remove spurious commentEzequiel Garcia
2012-11-30UBI: gluebi: rename misleading variablesEzequiel Garcia
2012-10-26UBI: do not allocate the memory unnecessarilyArtem Bityutskiy
2012-10-26UBI: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-10-08Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds
2012-10-03UBI: Wire-up fastmapRichard Weinberger
2012-10-03UBI: Add fastmap coreRichard Weinberger
2012-10-03UBI: Add fastmap support to the WL sub-systemRichard Weinberger
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger
2012-10-03UBI: Wire-up ->fm_semRichard Weinberger
2012-10-03UBI: Add fastmap bits to build.cRichard Weinberger
2012-10-03UBI: Add self_check_eba()Richard Weinberger
2012-10-03UBI: Export next_sqnum()Richard Weinberger
2012-10-03UBI: Add fastmap stuff to ubi.hRichard Weinberger
2012-10-03UBI: Add fastmap on-flash data structuresRichard Weinberger
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds
2012-09-26UBI: fix trivial typo 'it' => 'is'Brian Norris
2012-09-26UBI: load after mtd device driversJiang Lu
2012-09-04UBI: fix a horrible memory deallocation bugArtem Bityutskiy
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: erase free PEB with bitflip in EC headerMatthieu CASTET
2012-09-04UBI: fix autoresize handling in R/O modeArtem Bityutskiy
2012-09-04UBI: add max_beb_per1024 to attach ioctlRichard Genoud
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: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani