aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-17ubi: Fix race condition between ubi volume creation and udevClay McClure1-5/+10
2018-01-17mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl1-2/+11
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-09-13UBI: Fix two typos in commentsUwe Kleine-König1-2/+2
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King1-1/+1
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-3/+3
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-4/+4
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-6/+6
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+9
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-3/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-06-09mtd: use class_groups instead of class_attrsGreg Kroah-Hartman1-7/+9
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-10/+159
2017-05-08ubi: Add debugfs file for tracking PEB stateBen Shelton1-1/+125
2017-05-08ubi: fastmap: Fix slab corruptionRabin Vincent1-4/+29
2017-05-08ubi: Make mtd parameter readableAndy Shevchenko1-1/+1
2017-05-08ubi: Fix section mismatchAndy Shevchenko1-4/+4
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-107/+33
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+3
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3