aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2024-04-13ubi: correct the calculation of fastmap sizeZhang Yi
2024-04-13ubi: Check for too small LEB size in VTBL codeRichard Weinberger
2023-10-10ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng
2023-05-17ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing
2023-04-20ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang
2023-04-20mtd: ubi: wl: Fix a couple of kernel-doc issuesLee Jones
2023-04-20ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng
2023-03-11ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng
2023-03-11ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng
2023-03-11ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng
2023-03-11ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang
2023-03-11ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao
2023-03-11ubi: Fix use-after-free when volume resizing failedLi Zetao
2023-03-11ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy
2022-06-14ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng
2022-06-14ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng
2022-04-08ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng
2022-04-08ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li
2020-09-17ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-02ubi: fastmap: Free fastmap next anchor peb during detachZhihao Cheng
2020-08-02ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabledZhihao Cheng
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-02ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2020-05-17ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger
2020-05-11ubi: Relax the 'no MLC' rule and allow MLCs operating in SLC modeBoris Brezillon
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-30ubi: ubi-media.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-30ubi: fastmap: Only produce the initial anchor PEB when fastmap is usedHou Tao
2020-03-30ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-01-19ubi: Fix an error pointer dereference in error handling codeDan Carpenter
2020-01-16ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao
2020-01-16ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()Hou Tao
2020-01-16ubi: wl: Remove set but not used variable 'prev_e'YueHaibing
2020-01-16ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer
2019-12-02Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-17ubi: Fix producing anchor PEBsSascha Hauer
2019-11-17ubi: Fix warning static is not at beginning of declarationRishi Gupta
2019-11-17ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-09-15ubi: block: Warn if volume size is not multiple of 512Richard Weinberger