summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/build.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* ubi: Put MTD device after it is not usedPan Bian2018-12-131-1/+1
* ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-231-0/+2
* ubi: fastmap: Check each mapping only onceRichard Weinberger2018-06-071-0/+1
* ubi: fastmap: Cancel work upon detachRichard Weinberger2018-06-071-0/+3
* ubi: Reject MLC NANDRichard Weinberger2018-04-041-0/+11
* mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl2018-01-171-2/+11
* treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* 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
* mtd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-7/+9
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-131-5/+5
|\
| * ubi: Make mtd parameter readableAndy Shevchenko2017-05-081-1/+1
| * ubi: Fix section mismatchAndy Shevchenko2017-05-081-4/+4
* | mtd: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-74/+17Star
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-1/+1
* UBI: hide EBA internalsBoris Brezillon2016-10-021-1/+1
* ubi: Fix early loggingRichard Weinberger2016-07-291-4/+4
* ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2016-07-291-1/+4
* ubi: Don't bypass ->getattr()Richard Weinberger2016-06-141-6/+10
* Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()"Richard Weinberger2016-06-141-5/+8
* Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-281-0/+5
|\
| * UBI: Add ro-mode sysfs attributeEzequiel Garcia2016-05-241-0/+5
* | mtd: switch open_mtd_by_chdev() to use of vfs_stat()Al Viro2016-03-281-8/+5Star
|/
* UBI: Use static class and attribute groupsTakashi Iwai2015-06-021-67/+36Star
* UBI: Fastmap: Use max() to get the larger valueshengyong2015-06-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-3/+3
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-3/+3
* | UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger2015-03-261-0/+5
* | UBI: Fastmap: Enhance fastmap checkingRichard Weinberger2015-03-261-2/+5
* | UBI: Fastmap: Locking updatesRichard Weinberger2015-03-261-2/+2
* | UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger2015-03-261-1/+1
* | UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger2015-03-261-6/+5Star
|/
* UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman2015-01-281-3/+3
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-071-59/+67
* UBI: R/O block driver on top of UBI volumesEzequiel Garcia2014-02-281-0/+11
* UBI: fix error return codeJulia Lawall2014-01-021-1/+3
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-071-0/+1
* Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2013-07-051-19/+40
|\
| * UBI: support ubi_num on mtd.ubi command lineMike Frysinger2013-07-011-11/+28
| * UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger2013-05-161-1/+5
| * UBI: drop redundant "UBI error" stringMike Frysinger2013-05-161-7/+7
* | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-041-1/+1
|/
* UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia2012-12-101-8/+1Star
* UBI: replace memcpy with struct assignmentEzequiel Garcia2012-12-031-2/+1Star
* UBI: Add fastmap stuff to attach.cRichard Weinberger2012-10-031-1/+1
* UBI: Add fastmap bits to build.cRichard Weinberger2012-10-031-3/+65
* UBI: load after mtd device driversJiang Lu2012-09-261-1/+1
* UBI: print lessArtem Bityutskiy2012-09-041-41/+32Star
* UBI: use pr_ helper instead of printkArtem Bityutskiy2012-09-041-13/+10Star