summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2012-12-20Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds-135/+98
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia-85/+50
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia-14/+23
2012-12-04UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger-9/+9
2012-12-04UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger-1/+7
2012-12-03UBI: replace memcpy with struct assignmentEzequiel Garcia-7/+4
2012-11-30UBI: remove spurious commentEzequiel Garcia-1/+0
2012-11-30UBI: gluebi: rename misleading variablesEzequiel Garcia-14/+14
2012-10-26UBI: do not allocate the memory unnecessarilyArtem Bityutskiy-12/+7
2012-10-26UBI: use list_move_tail instead of list_del/list_add_tailWei Yongjun-4/+2
2012-10-08Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds-211/+2784
2012-10-03UBI: Wire-up fastmapRichard Weinberger-0/+22
2012-10-03UBI: Add fastmap coreRichard Weinberger-0/+1537
2012-10-03UBI: Add fastmap support to the WL sub-systemRichard Weinberger-44/+531
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger-130/+260
2012-10-03UBI: Wire-up ->fm_semRichard Weinberger-0/+12
2012-10-03UBI: Add fastmap bits to build.cRichard Weinberger-3/+65
2012-10-03UBI: Add self_check_eba()Richard Weinberger-0/+96
2012-10-03UBI: Export next_sqnum()Richard Weinberger-9/+9
2012-10-03UBI: Add fastmap stuff to ubi.hRichard Weinberger-25/+115
2012-10-03UBI: Add fastmap on-flash data structuresRichard Weinberger-0/+137
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds-321/+383
2012-09-26UBI: fix trivial typo 'it' => 'is'Brian Norris-1/+1
2012-09-26UBI: load after mtd device driversJiang Lu-1/+1
2012-09-04UBI: fix a horrible memory deallocation bugArtem Bityutskiy-2/+2
2012-09-04UBI: print lessArtem Bityutskiy-56/+42
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy-103/+93
2012-09-04UBI: comply with coding styleArtem Bityutskiy-113/+101
2012-09-04UBI: erase free PEB with bitflip in EC headerMatthieu CASTET-1/+1
2012-09-04UBI: fix autoresize handling in R/O modeArtem Bityutskiy-0/+5
2012-09-04UBI: add max_beb_per1024 to attach ioctlRichard Genoud-2/+3
2012-09-04UBI: allow specifying bad PEBs limit using module parameterRichard Genoud-15/+27
2012-09-04UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud-0/+9
2012-09-04UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud-8/+12
2012-09-04UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud-2/+5
2012-09-04UBI: separate bad_peb_limit in a functionRichard Genoud-23/+31
2012-09-04UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud-9/+39
2012-09-04UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani-19/+0
2012-09-04UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani-21/+41
2012-09-04UBI: introduce new bad PEB limitShmulik Ladkani-8/+32
2012-09-04UBI: print PID in debug messagesArtem Bityutskiy-1/+2
2012-09-04UBI: print image sequence number as unsigned integerArtem Bityutskiy-1/+1
2012-07-18UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani-18/+26
2012-07-18UBI: trivial: fix comment of ubi_calculate_reserved functionShmulik Ladkani-1/+1
2012-07-18UBI: fix spelling of detach in debug outputPeter Meerwald-1/+1
2012-07-18UBI: Change the default percentage of reserved PEBRichard Genoud-1/+1
2012-06-27UBI: correct usage of IS_ENABLED()Brian Norris-4/+4
2012-06-07UBI: correct ubi_wl_flush lockingArtem Bityutskiy-4/+13
2012-06-07UBI: fix debugfs-less systems supportArtem Bityutskiy-2/+10
2012-05-21UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon-31/+69