summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)Author
2023-05-03Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-21ubi: Simplify bool conversionYang Li
2023-03-29ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-02-13mtd: ubi: wire-up parent MTD deviceDaniel Golle
2023-02-02ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang
2023-02-02ubi: fastmap: Add fastmap control support for module parameterZhaoLong Wang
2023-02-02ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng
2022-01-09ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li
2021-04-15ubi: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-13ubi: Do not zero out EC and VID on ECC-ed NOR flashesPratyush Yadav
2020-12-13ubi: Remove useless code in bytes_str_to_intk00524021
2020-11-20mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_paramLee Jones
2020-05-11ubi: Relax the 'no MLC' rule and allow MLCs operating in SLC modeBoris Brezillon
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-01-16ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-12-13ubi: Put MTD device after it is not usedPan Bian
2018-10-23ubi: Mark expected switch fall-throughsGustavo A. R. Silva
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger
2018-06-07ubi: fastmap: Cancel work upon detachRichard Weinberger
2018-04-04ubi: Reject MLC NANDRichard Weinberger
2018-01-17mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks
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: Make mtd parameter readableAndy Shevchenko
2017-05-08ubi: Fix section mismatchAndy Shevchenko
2017-03-21mtd: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-10-02UBI: hide EBA internalsBoris Brezillon
2016-07-29ubi: Fix early loggingRichard Weinberger
2016-07-29ubi: Fix race condition between ubi device creation and udevIosif Harutyunov
2016-06-14ubi: Don't bypass ->getattr()Richard Weinberger
2016-06-14Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()"Richard Weinberger
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-05-24UBI: Add ro-mode sysfs attributeEzequiel Garcia
2016-03-27mtd: switch open_mtd_by_chdev() to use of vfs_stat()Al Viro
2015-06-02UBI: Use static class and attribute groupsTakashi Iwai
2015-06-02UBI: Fastmap: Use max() to get the larger valueshengyong
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells
2015-03-26UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger