summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ubi: Fix early loggingRichard Weinberger2018-08-311-4/+4
* ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2018-08-311-2/+4
* ubi: Make recover_peb power cut awareRichard Weinberger2018-08-311-5/+12
* UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2018-08-313-2/+22
* UBI: Set free_count to zero before walking through erase listHeiko Schocher2018-08-311-1/+1
* UBI: Clean up return in ubi_remove_volume()Dan Carpenter2018-08-311-1/+1
* UBI: Modify wrong comment in ubi_leb_map function.z001895122018-08-311-1/+1
* UBI: Don't read back all data in ubi_eba_copy_leb()Richard Weinberger2018-08-311-24/+0
* UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger2018-08-311-5/+5
* UBI: Fastmap: Fix memory leak while attachingRichard Weinberger2018-08-312-26/+26
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-2/+2
* UBI: attach: add missing newline at end of pr_err()Marc Kleine-Budde2017-10-161-1/+1
* param: make parameter functions more consistentSascha Hauer2017-04-111-11/+11
* Merge branch 'for-next/truncate'Sascha Hauer2017-01-111-3/+16
|\
| * ubi: barebox: Remove character device flag from static volumesTeresa Remmet2017-01-111-3/+0
| * ubi: Add truncate callbackTeresa Remmet2017-01-111-0/+16
* | ubi: Only read necessary size when reading the VID headerUlrich Ölmann2017-01-101-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2016-11-141-3/+3
|\
| * ubi: fix spellingYegor Yefremov2016-10-121-3/+3
* | mtd: ubi: enable thread earlierSascha Hauer2016-10-191-9/+5
|/
* mtd: ubi: Fix scrubbing during attachSascha Hauer2016-10-113-3/+28
* mtd: ubi: add API call to rename volumes.Giorgio Dal Molin2016-09-272-0/+159
* mtd: ubi: remove now unused ioctlsSascha Hauer2016-09-271-14/+5
* mtd: ubi: introduce barebox specific ioctl to get ubi_numSascha Hauer2016-09-221-0/+3
* mtd: ubi: Add API calls to create/remove volumesSascha Hauer2016-09-221-0/+23
* mtd: UBI: Add support for updating static volumesTeresa Remmet2016-06-282-14/+54
* mtd: ubi: actually do work in wear leveling codeSascha Hauer2016-06-281-4/+3
* mtd: ubi: Fix endless loop when moving PEBTeresa Remmet2016-06-281-10/+1
* mtd: UBI: Remove ubi_free_fastmapTeresa Remmet2016-05-273-16/+0
* ubi: Fix out of bounds write in volume update codeRichard Weinberger2016-05-271-1/+1
* mtd: ubi: wl: avoid erasing a PEB which is emptySebastian Siewior2016-05-271-3/+18
* mtd: ubi: don't leak e if schedule_erase() failsSebastian Siewior2016-05-271-0/+1
* mtd: ubi: fixup error correction in do_sync_erase()Sebastian Siewior2016-05-271-24/+28
* UBI: fix use of "VID" vs. "EC" in header self-checkBrian Norris2016-05-271-1/+1
* UBI: Fastmap: Fix PEB array typeEzequiel García2016-05-271-1/+1
* UBI: Fix debug messageRichard Weinberger2016-05-271-1/+1