aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2019-03-05ubi: wl: Silence uninitialized variable warningDan Carpenter
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger
2019-02-24ubi: Introduce in_pq()Richard Weinberger
2018-12-13ubi: Do not drop UBI device reference before usingPan Bian
2018-12-13ubi: Put MTD device after it is not usedPan Bian
2018-10-23ubi: Mark expected switch fall-throughsGustavo A. R. Silva
2018-08-15ubi: expose the volume CRC check skip flagQuentin Schulz
2018-08-15ubi: provide a way to skip CRC checksQuentin Schulz
2018-08-15ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve
2018-06-07ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger
2018-06-07ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-04-04ubi: Reject MLC NANDRichard Weinberger
2018-04-04ubi: Fix error for write accessRomain Izard
2018-04-04ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon
2018-01-18ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen
2018-01-18mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun
2018-01-18ubi: Fix copy/paste error in function documentationSascha Hauer
2018-01-18ubi: Fastmap: Fix typoSascha Hauer
2018-01-17ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer
2018-01-17ubi: fastmap: Clean up the initialization of pointer pColin Ian King
2018-01-17ubi: fastmap: Use kmem_cache_free to deallocate memoryPan Bian
2018-01-17ubi: Fix race condition between ubi volume creation and udevClay McClure
2018-01-17mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-09-13UBI: Fix two typos in commentsUwe Kleine-König
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09mtd: use class_groups instead of class_attrsGreg Kroah-Hartman
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2017-05-08ubi: Add debugfs file for tracking PEB stateBen Shelton
2017-05-08ubi: fastmap: Fix slab corruptionRabin Vincent
2017-05-08ubi: Make mtd parameter readableAndy Shevchenko
2017-05-08ubi: Fix section mismatchAndy Shevchenko
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds