summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2024-01-06ubi: block: fix memleak in ubiblock_create()Li Nan
2024-01-06ubi: Reserve sufficient buffer length for the input maskZhaoLong Wang
2024-01-06ubi: Add six fault injection type for testingZhaoLong Wang
2024-01-06ubi: Split io_failures into write_failure and erase_failureZhaoLong Wang
2024-01-06ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang
2023-10-28ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang
2023-10-28ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng
2023-10-28ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng
2023-10-28ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng
2023-10-28ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng
2023-10-28ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng
2023-10-28ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng
2023-10-28ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashZhihao Cheng
2023-10-28ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockZhihao Cheng
2023-09-07ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
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: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing
2023-04-21ubi: Simplify bool conversionYang Li
2023-04-15Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
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-03-11ubi: block: Fix missing blk_mq_end_requestRichard Weinberger
2023-03-04ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli
2023-02-13mtd: ubi: block: wire-up device parentDaniel Golle
2023-02-13mtd: ubi: wire-up parent MTD deviceDaniel Golle
2023-02-05ubi: use correct names in function kernel-doc commentsRandy Dunlap
2023-02-05ubi: block: set BLK_MQ_F_BLOCKINGChristoph Hellwig
2023-02-02UBI: Fastmap: Fix kernel-docJiapeng Chong
2023-02-02ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng
2023-02-02ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng
2023-02-02ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng
2023-02-02ubi: Fix permission display of the debugfs filesZhaoLong Wang
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: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao
2023-02-02ubi: Fix use-after-free when volume resizing failedLi Zetao
2023-02-02ubi: block: Reduce warning print to info for static volumesMÃ¥rten Lindahl
2023-02-02ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld