summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2023-10-28ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang-1/+3
2023-10-28ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng-1/+1
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng-6/+25
2023-10-28ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng-3/+8
2023-10-28ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng-16/+44
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng-4/+7
2023-10-28ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng-3/+2
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng-16/+65
2023-10-28ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng-11/+5
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng-51/+7
2023-10-28ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng-5/+5
2023-10-28ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashZhihao Cheng-18/+9
2023-10-28ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockZhihao Cheng-10/+15
2023-09-07ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng-0/+7
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-3/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig-2/+2
2023-05-03Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+15
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+1
2023-04-21ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing-5/+14
2023-04-21ubi: Simplify bool conversionYang Li-1/+1
2023-04-15Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+17
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-1/+4
2023-03-29ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng-6/+15
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman-1/+0
2023-03-11ubi: block: Fix missing blk_mq_end_requestRichard Weinberger-1/+4
2023-03-04ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang-2/+2
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli-0/+1
2023-02-13mtd: ubi: block: wire-up device parentDaniel Golle-1/+2
2023-02-13mtd: ubi: wire-up parent MTD deviceDaniel Golle-0/+1
2023-02-05ubi: use correct names in function kernel-doc commentsRandy Dunlap-3/+3
2023-02-05ubi: block: set BLK_MQ_F_BLOCKINGChristoph Hellwig-69/+28
2023-02-02UBI: Fastmap: Fix kernel-docJiapeng Chong-1/+1
2023-02-02ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng-2/+14
2023-02-02ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng-1/+8
2023-02-02ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng-5/+7
2023-02-02ubi: Fix permission display of the debugfs filesZhaoLong Wang-9/+10
2023-02-02ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang-6/+7
2023-02-02ubi: fastmap: Add fastmap control support for module parameterZhaoLong Wang-4/+20
2023-02-02ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao-1/+1
2023-02-02ubi: Fix use-after-free when volume resizing failedLi Zetao-1/+3
2023-02-02ubi: block: Reduce warning print to info for static volumesMÃ¥rten Lindahl-3/+6
2023-02-02ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy-0/+6
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-4/+4
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-4/+4
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng-6/+13
2022-09-21ubi: fastmap: Use the bitmap API to allocate bitmapsChristophe JAILLET-6/+4
2022-09-21mtd: ubi: drop unexpected word 'a' in commentsJiang Jian-2/+2