aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAge
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-02
|\
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-04
* | new helper: file_inode(file)Al Viro2013-02-22
|/
* Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-12-20
|\
| * UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia2012-12-10
| * UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia2012-12-10
| * UBI: replace memcpy with struct assignmentEzequiel Garcia2012-12-03
| * UBI: remove spurious commentEzequiel Garcia2012-11-30
| * UBI: gluebi: rename misleading variablesEzequiel Garcia2012-11-30
| * UBI: do not allocate the memory unnecessarilyArtem Bityutskiy2012-10-26
| * UBI: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-26
* | UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger2012-12-04
* | UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger2012-12-04
|/
* Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-08
|\
| * UBI: Wire-up fastmapRichard Weinberger2012-10-03
| * UBI: Add fastmap coreRichard Weinberger2012-10-03
| * UBI: Add fastmap support to the WL sub-systemRichard Weinberger2012-10-03
| * UBI: Add fastmap stuff to attach.cRichard Weinberger2012-10-03
| * UBI: Wire-up ->fm_semRichard Weinberger2012-10-03
| * UBI: Add fastmap bits to build.cRichard Weinberger2012-10-03
| * UBI: Add self_check_eba()Richard Weinberger2012-10-03
| * UBI: Export next_sqnum()Richard Weinberger2012-10-03
| * UBI: Add fastmap stuff to ubi.hRichard Weinberger2012-10-03
| * UBI: Add fastmap on-flash data structuresRichard Weinberger2012-10-03
* | Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-02
|\|
| * UBI: fix trivial typo 'it' => 'is'Brian Norris2012-09-26
| * UBI: load after mtd device driversJiang Lu2012-09-26
| * UBI: print lessArtem Bityutskiy2012-09-04
| * UBI: use pr_ helper instead of printkArtem Bityutskiy2012-09-04
| * UBI: comply with coding styleArtem Bityutskiy2012-09-04
| * UBI: erase free PEB with bitflip in EC headerMatthieu CASTET2012-09-04
| * UBI: fix autoresize handling in R/O modeArtem Bityutskiy2012-09-04
| * UBI: add max_beb_per1024 to attach ioctlRichard Genoud2012-09-04
| * UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2012-09-04
| * UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud2012-09-04
| * UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud2012-09-04
| * UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud2012-09-04
| * UBI: separate bad_peb_limit in a functionRichard Genoud2012-09-04
| * UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud2012-09-04
| * UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani2012-09-04
| * UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani2012-09-04
| * UBI: introduce new bad PEB limitShmulik Ladkani2012-09-04
| * UBI: print PID in debug messagesArtem Bityutskiy2012-09-04
| * UBI: print image sequence number as unsigned integerArtem Bityutskiy2012-09-04
* | UBI: fix a horrible memory deallocation bugArtem Bityutskiy2012-09-04
|/
* UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani2012-07-18
* UBI: trivial: fix comment of ubi_calculate_reserved functionShmulik Ladkani2012-07-18
* UBI: fix spelling of detach in debug outputPeter Meerwald2012-07-18
* UBI: Change the default percentage of reserved PEBRichard Genoud2012-07-18
* UBI: correct usage of IS_ENABLED()Brian Norris2012-06-27