aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-19ubi: Fix an error pointer dereference in error handling codeDan Carpenter1-9/+12
2020-01-16ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao4-14/+30
2020-01-16ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()Hou Tao1-0/+2
2020-01-16ubi: wl: Remove set but not used variable 'prev_e'YueHaibing1-2/+1
2020-01-16ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer1-1/+1
2019-12-02Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds6-44/+43
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-33/+3
2019-11-17ubi: Fix producing anchor PEBsSascha Hauer5-43/+41
2019-11-17ubi: Fix warning static is not at beginning of declarationRishi Gupta1-1/+1
2019-11-17ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese1-0/+1
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-88/+43
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-33/+3
2019-09-15ubi: block: Warn if volume size is not multiple of 512Richard Weinberger1-8/+35
2019-09-15ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEBZhihao Cheng1-3/+3
2019-09-15ubi: Don't do anchor move within fastmap areaRichard Weinberger1-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner3-29/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner15-210/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07ubi: wl: Fix uninitialized variableGustavo A. R. Silva1-1/+1
2019-03-05ubi: wl: Silence uninitialized variable warningDan Carpenter1-1/+1
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger3-0/+175
2019-02-24ubi: Introduce in_pq()Richard Weinberger1-7/+23
2018-12-13ubi: Do not drop UBI device reference before usingPan Bian1-1/+1
2018-12-13ubi: Put MTD device after it is not usedPan Bian1-1/+1
2018-10-23ubi: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+3
2018-08-15ubi: expose the volume CRC check skip flagQuentin Schulz2-0/+14
2018-08-15ubi: provide a way to skip CRC checksQuentin Schulz5-1/+23
2018-08-15ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger1-10/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-6/+8
2018-06-07mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve1-19/+3
2018-06-07ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger1-0/+17
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger6-1/+52
2018-06-07ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger1-1/+89
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger2-3/+4
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-2/+12
2018-04-04ubi: Reject MLC NANDRichard Weinberger1-0/+11
2018-04-04ubi: Fix error for write accessRomain Izard1-1/+1
2018-04-04ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger1-1/+0
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-3/+0
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-35/+0
2018-01-18ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen1-16/+26
2018-01-18mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun1-2/+6
2018-01-18ubi: Fix copy/paste error in function documentationSascha Hauer1-1/+1
2018-01-18ubi: Fastmap: Fix typoSascha Hauer3-3/+3
2018-01-17ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer1-20/+57
2018-01-17ubi: fastmap: Clean up the initialization of pointer pColin Ian King1-2/+1
2018-01-17ubi: fastmap: Use kmem_cache_free to deallocate memoryPan Bian1-1/+1