summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2019-02-131-1/+2
|\
| * ubi: prevent null pointer referenceRoland Hieber2019-01-221-1/+2
* | fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-2/+2
|/
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-182-3/+3
* ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger2018-08-311-10/+10
* mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve2018-08-311-15/+3
* ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger2018-08-311-0/+17
* ubi: fastmap: Check each mapping only onceRichard Weinberger2018-08-315-1/+51
* ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger2018-08-311-1/+87
* mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun2018-08-311-2/+6
* ubi: Fix copy/paste error in function documentationSascha Hauer2018-08-311-1/+1
* ubi: Fastmap: Fix typoSascha Hauer2018-08-313-3/+3
* ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer2018-08-311-20/+57
* ubi: fastmap: Clean up the initialization of pointer pColin Ian King2018-08-311-2/+1
* UBI: Fix two typos in commentsUwe Kleine-König2018-08-311-2/+2
* ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2018-08-311-1/+1
* ubi: pr_err() strings should end with newlinesBen Dooks2018-08-311-4/+4
* ubi: fastmap: Fix slab corruptionRabin Vincent2018-08-311-4/+29
* ubi/upd: Always flush after prepared for an updateSebastian Siewior2018-08-311-4/+4
* UBI: Fix typosAndrew F. Davis2018-08-313-4/+3
* ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon2018-08-311-5/+5
* UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2018-08-311-0/+1
* ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2018-08-311-1/+1
* ubi: Fix Fastmap's update_vol()Richard Weinberger2018-08-311-1/+1
* ubi: Fix races around ubi_refill_pools()Richard Weinberger2018-08-312-8/+11
* ubi: Deal with interrupted erasures in WLRichard Weinberger2018-08-311-2/+19
* UBI: introduce the VID buffer conceptBoris Brezillon2018-08-317-142/+218
* UBI: hide EBA internalsBoris Brezillon2018-08-314-50/+164
* UBI: provide an helper to query LEB informationBoris Brezillon2018-08-313-2/+40
* UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2018-08-313-2/+15
* UBI: add an helper to check lnum validityBoris Brezillon2018-08-312-6/+11
* UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2018-08-311-158/+113
* UBI: simplify recover_peb() codeBoris Brezillon2018-08-311-40/+74
* UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2018-08-312-20/+23
* UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2018-08-314-35/+69
* UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2018-08-311-5/+5
* UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2018-08-311-6/+2
* UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2018-08-311-13/+12
* UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2018-08-313-67/+112
* UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2018-08-311-3/+4
* UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2018-08-311-4/+4
* UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon2018-08-311-2/+2
* UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon2018-08-311-20/+3
* ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2018-08-312-4/+27
* ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger2018-08-311-0/+7
* ubi: Rework Fastmap attach base codeRichard Weinberger2018-08-314-43/+160
* ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger2018-08-311-1/+1
* ubi: Introduce vol_ignored()Richard Weinberger2018-08-312-6/+33
* ubi: Fix scan_fast() commentRichard Weinberger2018-08-311-1/+1
* ubi: Make volume resize power cut awareRichard Weinberger2018-08-311-7/+18