summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/build.c
Commit message (Expand)AuthorAgeFilesLines
* ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng2023-10-281-4/+22
* ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng2023-10-281-0/+1
* ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng2023-09-071-0/+7
* Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-031-1/+1
|\
| * ubi: Simplify bool conversionYang Li2023-04-211-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-2/+1
|\ \ | |/ |/|
| * driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-1/+1
| * drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng2023-03-291-6/+15
|/
* mtd: ubi: wire-up parent MTD deviceDaniel Golle2023-02-131-0/+1
* ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang2023-02-021-0/+1
* ubi: fastmap: Add fastmap control support for module parameterZhaoLong Wang2023-02-021-4/+20
* ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy2023-02-021-0/+6
* ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng2022-09-211-4/+10
* ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li2022-01-091-8/+1
* ubi: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-151-0/+1
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-171-5/+1
|\
| * ubi: Do not zero out EC and VID on ECC-ed NOR flashesPratyush Yadav2020-12-131-3/+1
| * ubi: Remove useless code in bytes_str_to_intk005240212020-12-131-2/+0
* | mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_paramLee Jones2020-11-201-0/+1
|/
* ubi: Relax the 'no MLC' rule and allow MLCs operating in SLC modeBoris Brezillon2020-05-111-1/+4
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-2/+2
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao2020-01-161-5/+26
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* 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/+17
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-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-271-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-271-8/+5
|/
* UBI: Use static class and attribute groupsTakashi Iwai2015-06-021-67/+36
* UBI: Fastmap: Use max() to get the larger valueshengyong2015-06-021-2/+2