aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* UBI: Fix invalidate_fastmap()Richard Weinberger2013-08-201-4/+1
* UBI: Fix PEB leak in wear_leveling_worker()Richard Weinberger2013-08-191-0/+3
* Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2013-07-052-20/+43
|\
| * UBI: support ubi_num on mtd.ubi command lineMike Frysinger2013-07-011-11/+28
| * UBI: fastmap break out of used PEB searchBrian Pomerantz2013-05-291-1/+3
| * UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger2013-05-161-1/+5
| * UBI: drop redundant "UBI error" stringMike Frysinger2013-05-161-7/+7
* | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* | ubi/cdev: switch to fixed_size_llseek()Al Viro2013-06-291-25/+1
|/
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-021-3/+3
|\
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-041-3/+3
* | new helper: file_inode(file)Al Viro2013-02-221-1/+1
|/
* Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-12-2012-135/+98
|\
| * UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia2012-12-104-85/+50
| * UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia2012-12-106-14/+23
| * UBI: replace memcpy with struct assignmentEzequiel Garcia2012-12-033-7/+4
| * UBI: remove spurious commentEzequiel Garcia2012-11-301-1/+0
| * UBI: gluebi: rename misleading variablesEzequiel Garcia2012-11-301-14/+14
| * UBI: do not allocate the memory unnecessarilyArtem Bityutskiy2012-10-261-12/+7
| * UBI: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-261-4/+2
* | UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger2012-12-041-9/+9
* | UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger2012-12-041-1/+7
|/
* Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-089-211/+2784
|\
| * UBI: Wire-up fastmapRichard Weinberger2012-10-032-0/+22
| * UBI: Add fastmap coreRichard Weinberger2012-10-031-0/+1537
| * UBI: Add fastmap support to the WL sub-systemRichard Weinberger2012-10-031-44/+531
| * UBI: Add fastmap stuff to attach.cRichard Weinberger2012-10-033-130/+260
| * UBI: Wire-up ->fm_semRichard Weinberger2012-10-031-0/+12
| * UBI: Add fastmap bits to build.cRichard Weinberger2012-10-031-3/+65
| * UBI: Add self_check_eba()Richard Weinberger2012-10-031-0/+96
| * UBI: Export next_sqnum()Richard Weinberger2012-10-031-9/+9
| * UBI: Add fastmap stuff to ubi.hRichard Weinberger2012-10-032-25/+115
| * UBI: Add fastmap on-flash data structuresRichard Weinberger2012-10-031-0/+137
* | Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-0213-321/+383
|\|
| * UBI: fix trivial typo 'it' => 'is'Brian Norris2012-09-261-1/+1
| * UBI: load after mtd device driversJiang Lu2012-09-261-1/+1
| * UBI: print lessArtem Bityutskiy2012-09-047-56/+42
| * UBI: use pr_ helper instead of printkArtem Bityutskiy2012-09-046-103/+93
| * UBI: comply with coding styleArtem Bityutskiy2012-09-049-113/+101
| * UBI: erase free PEB with bitflip in EC headerMatthieu CASTET2012-09-041-1/+1
| * UBI: fix autoresize handling in R/O modeArtem Bityutskiy2012-09-041-0/+5
| * UBI: add max_beb_per1024 to attach ioctlRichard Genoud2012-09-042-2/+3
| * UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2012-09-042-15/+27
| * UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud2012-09-041-0/+9
| * UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud2012-09-043-8/+12
| * UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud2012-09-041-2/+5
| * UBI: separate bad_peb_limit in a functionRichard Genoud2012-09-041-23/+31
| * UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud2012-09-042-9/+39
| * UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani2012-09-042-19/+0
| * UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani2012-09-042-21/+41