summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2023-04-15Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-29ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng
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
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng
2022-09-21ubi: fastmap: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-09-21mtd: ubi: drop unexpected word 'a' in commentsJiang Jian
2022-09-21ubi: block: Fix typos in commentsJulia Lawall
2022-09-21ubi: fastmap: Fix typo in commentsZhang Jiaming
2022-09-21ubi: Fix repeated words in commentsJilin Yuan
2022-09-21ubi: ubi-media.h: Fix comment typoJason Wang
2022-09-21ubi: block: Remove in vain semicolonLi zeming
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-27ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng
2022-05-27ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-10ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng
2022-01-09ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li
2021-12-23ubi: Fix a mistake in commentKai Song
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig
2021-11-04mtd/ubi/block: add error handling support for add_disk()Luis Chamberlain
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-18ubifs: fix snprintf() checkingDan Carpenter
2021-06-11ubi: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-04-15ubi: Remove unnecessary struct declarationWan Jiabing
2021-04-15ubi: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-12ubi: eba: Delete useless kfree codeZheng Yongjun
2021-02-12ubi: remove dead code in validate_vid_hdr()Jubin Zhong