summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/build.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng1-0/+7
2023-05-04Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-04-21ubi: Simplify bool conversionYang Li1-1/+1
2023-03-30ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng1-6/+15
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-02-14mtd: ubi: wire-up parent MTD deviceDaniel Golle1-0/+1
2023-02-02ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang1-0/+1
2023-02-02ubi: fastmap: Add fastmap control support for module parameterZhaoLong Wang1-4/+20
2023-02-02ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy1-0/+6
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng1-4/+10
2022-01-09ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li1-8/+1
2021-04-15ubi: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-18Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+1
2020-12-13ubi: Do not zero out EC and VID on ECC-ed NOR flashesPratyush Yadav1-3/+1
2020-12-13ubi: Remove useless code in bytes_str_to_intk005240211-2/+0
2020-11-20mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_paramLee Jones1-0/+1
2020-05-11ubi: Relax the 'no MLC' rule and allow MLCs operating in SLC modeBoris Brezillon1-1/+4
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal1-2/+2
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-17ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao1-5/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-12-14ubi: 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-05ubi: 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-03statx: Add a system call to make enhanced file info availableDavid Howells1-1/+1
2016-10-02UBI: hide EBA internalsBoris Brezillon1-1/+1
2016-07-30ubi: Fix early loggingRichard Weinberger1-4/+4
2016-07-30ubi: 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-28Merge 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-28mtd: 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-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells1-3/+3