summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-05-04Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+15
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: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing1-5/+14
2023-04-21ubi: Simplify bool conversionYang Li1-1/+1
2023-04-16Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+17
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+4
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-03-11ubi: block: Fix missing blk_mq_end_requestRichard Weinberger1-1/+4
2023-03-04ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang1-2/+2
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli1-0/+1
2023-02-14mtd: ubi: block: wire-up device parentDaniel Golle2-1/+2
2023-02-14mtd: ubi: wire-up parent MTD deviceDaniel Golle1-0/+1
2023-02-06ubi: use correct names in function kernel-doc commentsRandy Dunlap3-3/+3
2023-02-06ubi: block: set BLK_MQ_F_BLOCKINGChristoph Hellwig1-69/+28
2023-02-02UBI: Fastmap: Fix kernel-docJiapeng Chong1-1/+1
2023-02-02ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng1-2/+14
2023-02-02ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng1-1/+8
2023-02-02ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng1-5/+7
2023-02-02ubi: Fix permission display of the debugfs filesZhaoLong Wang1-9/+10
2023-02-02ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang2-6/+7
2023-02-02ubi: fastmap: Add fastmap control support for module parameterZhaoLong Wang1-4/+20
2023-02-02ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao1-1/+1
2023-02-02ubi: Fix use-after-free when volume resizing failedLi Zetao1-1/+3
2023-02-02ubi: block: Reduce warning print to info for static volumesMÃ¥rten Lindahl1-3/+6
2023-02-02ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy1-0/+6
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-4/+4
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-4/+4
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng3-6/+13
2022-09-21ubi: fastmap: Use the bitmap API to allocate bitmapsChristophe JAILLET1-6/+4
2022-09-21mtd: ubi: drop unexpected word 'a' in commentsJiang Jian1-2/+2
2022-09-21ubi: block: Fix typos in commentsJulia Lawall1-1/+1
2022-09-21ubi: fastmap: Fix typo in commentsZhang Jiaming1-1/+1
2022-09-21ubi: Fix repeated words in commentsJilin Yuan5-9/+9
2022-09-21ubi: ubi-media.h: Fix comment typoJason Wang1-1/+1
2022-09-21ubi: block: Remove in vain semicolonLi zeming1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-05-27ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng1-1/+0
2022-05-27ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng3-2/+66
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng4-46/+57
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-24/+21
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2022-01-11ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng1-9/+19
2022-01-09ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li2-15/+2
2021-12-23ubi: Fix a mistake in commentKai Song1-1/+1