summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* UBI: simplify recover_peb() codeBoris Brezillon2016-10-021-53/+77
* UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2016-10-022-20/+23
* UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2016-10-024-38/+66
* UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2016-10-021-5/+5
* UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2016-10-021-6/+2Star
* UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2016-10-021-13/+12Star
* UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2016-10-023-67/+112
* UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon2016-10-021-1/+1
* UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2016-10-021-3/+4
* UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2016-10-021-4/+4
* UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon2016-10-021-2/+2
* UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon2016-10-021-20/+3Star
* ubi: Use bitmaps in Fastmap self-check codeRichard Weinberger2016-07-291-9/+11
* ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2016-07-292-4/+27
* ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger2016-07-291-0/+7
* ubi: Rework Fastmap attach base codeRichard Weinberger2016-07-294-42/+162
* ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger2016-07-291-1/+1
* ubi: Introduce vol_ignored()Richard Weinberger2016-07-292-6/+33
* ubi: Fix scan_fast() commentRichard Weinberger2016-07-291-1/+1
* ubi: Make volume resize power cut awareRichard Weinberger2016-07-291-7/+18
* ubi: Fix early loggingRichard Weinberger2016-07-291-4/+4
* ubi: gluebi: Fix double refcountingRichard Weinberger2016-07-291-5/+0Star
* ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2016-07-291-1/+4
* ubi: Only read necessary size when reading the VID headerSascha Hauer2016-07-291-1/+1
* ubi: Make recover_peb power cut awareRichard Weinberger2016-06-231-7/+15
* ubi: Don't bypass ->getattr()Richard Weinberger2016-06-142-13/+20
* Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()"Richard Weinberger2016-06-141-5/+8
* Revert "mtd: switch ubi_open_volume_path() to vfs_stat()"Richard Weinberger2016-06-141-8/+11
* Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-288-32/+32
|\
| * UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2016-05-243-2/+22
| * UBI: Set free_count to zero before walking through erase listHeiko Schocher2016-05-241-1/+1
| * UBI: Silence an unintialized variable warningDan Carpenter2016-05-241-1/+2
| * UBI: Clean up return in ubi_remove_volume()Dan Carpenter2016-05-241-1/+1
| * UBI: Modify wrong comment in ubi_leb_map function.z001895122016-05-241-1/+1
| * UBI: Don't read back all data in ubi_eba_copy_leb()Richard Weinberger2016-05-241-26/+0Star
| * UBI: Add ro-mode sysfs attributeEzequiel Garcia2016-05-241-0/+5
* | mtd: switch ubi_open_volume_path() to vfs_stat()Al Viro2016-03-281-11/+8Star
* | mtd: switch open_mtd_by_chdev() to use of vfs_stat()Al Viro2016-03-281-8/+5Star
|/
* mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches2016-03-202-6/+59
* ubi: Fix out of bounds write in volume update codeRichard Weinberger2016-03-051-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* mtd: ubi: wl: avoid erasing a PEB which is emptySebastian Siewior2016-01-101-3/+18
* mtd: ubi: don't leak e if schedule_erase() failsSebastian Siewior2015-12-161-0/+1
* mtd: ubi: fixup error correction in do_sync_erase()Sebastian Siewior2015-12-161-24/+28
* UBI: fix use of "VID" vs. "EC" in header self-checkBrian Norris2015-12-161-1/+1
* UBI: fix return error codeSudip Mukherjee2015-12-161-1/+1
* Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-11-116-8/+35
|\
| * UBI: Remove in vain semicolonRichard Weinberger2015-11-061-1/+1
| * UBI: Fastmap: Fix PEB array typeEzequiel GarcĂ­a2015-11-061-1/+1
| * ubi: fastmap: Implement produce_free_peb()Richard Weinberger2015-10-031-0/+29