summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2019-09-15ubi: block: Warn if volume size is not multiple of 512Richard Weinberger-8/+35
2019-09-15ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEBZhihao Cheng-3/+3
2019-09-15ubi: Don't do anchor move within fastmap areaRichard Weinberger-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner-29/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-210/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-07ubi: wl: Fix uninitialized variableGustavo A. R. Silva-1/+1
2019-03-05ubi: wl: Silence uninitialized variable warningDan Carpenter-1/+1
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger-0/+175
2019-02-24ubi: Introduce in_pq()Richard Weinberger-7/+23
2018-12-13ubi: Do not drop UBI device reference before usingPan Bian-1/+1
2018-12-13ubi: Put MTD device after it is not usedPan Bian-1/+1
2018-10-23ubi: Mark expected switch fall-throughsGustavo A. R. Silva-0/+3
2018-08-15ubi: expose the volume CRC check skip flagQuentin Schulz-0/+14
2018-08-15ubi: provide a way to skip CRC checksQuentin Schulz-1/+23
2018-08-15ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger-10/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-6/+8
2018-06-07mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve-19/+3
2018-06-07ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger-0/+17
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger-1/+52
2018-06-07ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger-1/+89
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger-3/+4
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds-2/+12
2018-04-04ubi: Reject MLC NANDRichard Weinberger-0/+11
2018-04-04ubi: Fix error for write accessRomain Izard-1/+1
2018-04-04ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger-1/+0
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon-3/+0
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon-35/+0
2018-01-18ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen-16/+26
2018-01-18mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun-2/+6
2018-01-18ubi: Fix copy/paste error in function documentationSascha Hauer-1/+1
2018-01-18ubi: Fastmap: Fix typoSascha Hauer-3/+3
2018-01-17ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer-20/+57
2018-01-17ubi: fastmap: Clean up the initialization of pointer pColin Ian King-2/+1
2018-01-17ubi: fastmap: Use kmem_cache_free to deallocate memoryPan Bian-1/+1
2018-01-17ubi: Fix race condition between ubi volume creation and udevClay McClure-5/+10
2018-01-17mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl-2/+11
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook-1/+1
2017-09-13UBI: Fix two typos in commentsUwe Kleine-König-2/+2
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King-1/+1
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks-3/+3
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks-4/+4
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks-6/+6
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+9
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig-3/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig-1/+1