summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* 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
* ubi: Fix race condition between ubi volume creation and udevClay McClure2018-01-171-5/+10
* mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl2018-01-171-2/+11
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* UBI: Fix two typos in commentsUwe Kleine-König2017-09-131-2/+2
* ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2017-09-131-1/+1
* ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-3/+3
* ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-4/+4
* ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-6/+6
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-7/+9
|\
| * mtd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-7/+9
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-3/+3
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
|/
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-133-10/+159
|\
| * ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125