aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/build.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13ubi: Put MTD device after it is not usedPan Bian1-1/+1
2018-10-23ubi: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger1-0/+1
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger1-0/+3
2018-04-04ubi: Reject MLC NANDRichard Weinberger1-0/+11
2018-01-17mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl1-2/+11
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
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-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 Torvalds1-5/+5
2017-05-08ubi: Make mtd parameter readableAndy Shevchenko1-1/+1
2017-05-08ubi: Fix section mismatchAndy Shevchenko1-4/+4
2017-03-21mtd: utilize new cdev_device_add helper functionLogan Gunthorpe1-74/+17
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-1/+1
2016-10-02UBI: hide EBA internalsBoris Brezillon1-1/+1
2016-07-29ubi: Fix early loggingRichard Weinberger1-4/+4
2016-07-29ubi: Fix race condition between ubi device creation and udevIosif Harutyunov1-1/+4
2016-06-14ubi: Don't bypass ->getattr()Richard Weinberger1-6/+10
2016-06-14Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()"Richard Weinberger1-5/+8
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+5
2016-05-24UBI: Add ro-mode sysfs attributeEzequiel Garcia1-0/+5
2016-03-27mtd: switch open_mtd_by_chdev() to use of vfs_stat()Al Viro1-8/+5
2015-06-02UBI: Use static class and attribute groupsTakashi Iwai1-67/+36
2015-06-02UBI: Fastmap: Use max() to get the larger valueshengyong1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells1-3/+3
2015-03-26UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger1-0/+5
2015-03-26UBI: Fastmap: Enhance fastmap checkingRichard Weinberger1-2/+5
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger1-2/+2
2015-03-26UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger1-1/+1
2015-03-26UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger1-6/+5
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman1-3/+3
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-59/+67
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia1-0/+11
2014-01-02UBI: fix error return codeJulia Lawall1-1/+3
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-0/+1
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds1-19/+40
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-01UBI: support ubi_num on mtd.ubi command lineMike Frysinger1-11/+28
2013-05-16UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger1-1/+5
2013-05-16UBI: drop redundant "UBI error" stringMike Frysinger1-7/+7
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia1-8/+1
2012-12-03UBI: replace memcpy with struct assignmentEzequiel Garcia1-2/+1
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger1-1/+1
2012-10-03UBI: Add fastmap bits to build.cRichard Weinberger1-3/+65
2012-09-26UBI: load after mtd device driversJiang Lu1-1/+1
2012-09-04UBI: print lessArtem Bityutskiy1-41/+32
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy1-13/+10
2012-09-04UBI: comply with coding styleArtem Bityutskiy1-12/+10