summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* ubi: Fix an error pointer dereference in error handling codeDan Carpenter2020-01-191-9/+12
* ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao2020-01-164-14/+30
* ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()Hou Tao2020-01-161-0/+2
* ubi: wl: Remove set but not used variable 'prev_e'YueHaibing2020-01-161-2/+1
* ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer2020-01-161-1/+1
* Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-026-44/+43
|\
| * ubi: Fix producing anchor PEBsSascha Hauer2019-11-175-43/+41
| * ubi: Fix warning static is not at beginning of declarationRishi Gupta2019-11-171-1/+1
| * ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese2019-11-171-0/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-33/+3
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-33/+3
| |/
* / mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-141-88/+43
|/
* ubi: block: Warn if volume size is not multiple of 512Richard Weinberger2019-09-151-8/+35
* ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEBZhihao Cheng2019-09-151-3/+3
* ubi: Don't do anchor move within fastmap areaRichard Weinberger2019-09-151-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-053-29/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3015-210/+15
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ubi: wl: Fix uninitialized variableGustavo A. R. Silva2019-05-071-1/+1
* ubi: wl: Silence uninitialized variable warningDan Carpenter2019-03-051-1/+1
* ubi: Expose the bitrot interfaceRichard Weinberger2019-02-243-0/+175
* ubi: Introduce in_pq()Richard Weinberger2019-02-241-7/+23
* ubi: Do not drop UBI device reference before usingPan Bian2018-12-131-1/+1
* ubi: Put MTD device after it is not usedPan Bian2018-12-131-1/+1
* ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-232-0/+3
* ubi: expose the volume CRC check skip flagQuentin Schulz2018-08-152-0/+14
* ubi: provide a way to skip CRC checksQuentin Schulz2018-08-155-1/+23
* ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger2018-08-151-10/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-6/+8
* mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve2018-06-071-19/+3
* ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger2018-06-071-0/+17
* ubi: fastmap: Check each mapping only onceRichard Weinberger2018-06-076-1/+52
* ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger2018-06-071-1/+89
* ubi: fastmap: Cancel work upon detachRichard Weinberger2018-06-072-3/+4
* Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-04-113-2/+12
|\
| * ubi: Reject MLC NANDRichard Weinberger2018-04-041-0/+11
| * ubi: Fix error for write accessRomain Izard2018-04-041-1/+1
| * ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger2018-04-041-1/+0
* | mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-3/+0
* | mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-151-1/+0
* | mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-151-35/+0
|/
* ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen2018-01-181-16/+26
* mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun2018-01-181-2/+6
* ubi: Fix copy/paste error in function documentationSascha Hauer2018-01-181-1/+1
* ubi: Fastmap: Fix typoSascha Hauer2018-01-183-3/+3
* ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer2018-01-171-20/+57
* ubi: fastmap: Clean up the initialization of pointer pColin Ian King2018-01-171-2/+1
* ubi: fastmap: Use kmem_cache_free to deallocate memoryPan Bian2018-01-171-1/+1