summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* 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
| * UBI: introduce new bad PEB limitShmulik Ladkani2012-09-043-8/+32
| * UBI: print PID in debug messagesArtem Bityutskiy2012-09-041-1/+2
| * UBI: print image sequence number as unsigned integerArtem Bityutskiy2012-09-041-1/+1
* | UBI: fix a horrible memory deallocation bugArtem Bityutskiy2012-09-041-2/+2
|/
* UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani2012-07-183-18/+26
* UBI: trivial: fix comment of ubi_calculate_reserved functionShmulik Ladkani2012-07-181-1/+1
* UBI: fix spelling of detach in debug outputPeter Meerwald2012-07-181-1/+1
* UBI: Change the default percentage of reserved PEBRichard Genoud2012-07-181-1/+1
* UBI: correct usage of IS_ENABLED()Brian Norris2012-06-271-4/+4
OpenPOWER on IntegriCloud