summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli2023-02-141-0/+1
* mtd: ubi: block: wire-up device parentDaniel Golle2023-02-132-1/+2
* mtd: ubi: wire-up parent MTD deviceDaniel Golle2023-02-131-0/+1
* ubi: use correct names in function kernel-doc commentsRandy Dunlap2023-02-053-3/+3
* ubi: block: set BLK_MQ_F_BLOCKINGChristoph Hellwig2023-02-051-69/+28
* UBI: Fastmap: Fix kernel-docJiapeng Chong2023-02-021-1/+1
* ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng2023-02-021-2/+14
* ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng2023-02-021-1/+8
* ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng2023-02-021-5/+7
* ubi: Fix permission display of the debugfs filesZhaoLong Wang2023-02-021-9/+10
* ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang2023-02-022-6/+7
* ubi: fastmap: Add fastmap control support for module parameterZhaoLong Wang2023-02-021-4/+20
* ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao2023-02-021-1/+1
* ubi: Fix use-after-free when volume resizing failedLi Zetao2023-02-021-1/+3
* ubi: block: Reduce warning print to info for static volumesMÃ¥rten Lindahl2023-02-021-3/+6
* ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy2023-02-021-0/+6
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-4/+4
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-4/+4
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-4/+4
* | ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng2022-09-213-6/+13
* | ubi: fastmap: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-09-211-6/+4
* | mtd: ubi: drop unexpected word 'a' in commentsJiang Jian2022-09-211-2/+2
* | ubi: block: Fix typos in commentsJulia Lawall2022-09-211-1/+1
* | ubi: fastmap: Fix typo in commentsZhang Jiaming2022-09-211-1/+1
* | ubi: Fix repeated words in commentsJilin Yuan2022-09-215-9/+9
* | ubi: ubi-media.h: Fix comment typoJason Wang2022-09-211-1/+1
* | ubi: block: Remove in vain semicolonLi zeming2022-09-211-1/+1
|/
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng2022-05-271-1/+0
* ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng2022-05-273-2/+66
* ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng2022-05-274-46/+57
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-313-24/+21
|\
| * ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng2022-01-101-9/+19
| * ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li2022-01-092-15/+2
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-1/+6
|\ \ | |/ |/|
| * block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
| * block: remove rq_flush_dcache_pagesChristoph Hellwig2021-11-291-1/+5
* | ubi: Fix a mistake in commentKai Song2021-12-231-1/+1
|/
* mtd/ubi/block: add error handling support for add_disk()Luis Chamberlain2021-11-041-1/+7
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-1/+1
|\
| * ubifs: fix snprintf() checkingDan Carpenter2021-06-181-1/+1
* | ubi: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-39/+29
|/
* ubi: Remove unnecessary struct declarationWan Jiabing2021-04-151-2/+0
* ubi: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-151-0/+1
* ubi: eba: Delete useless kfree codeZheng Yongjun2021-02-121-1/+0
* ubi: remove dead code in validate_vid_hdr()Jubin Zhong2021-02-121-6/+1
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-172-6/+9
|\
| * ubi: Do not zero out EC and VID on ECC-ed NOR flashesPratyush Yadav2020-12-132-4/+9
| * ubi: Remove useless code in bytes_str_to_intk005240212020-12-131-2/+0
* | mtd: ubi: gluebi: Fix misnamed function parameter documentationLee Jones2020-11-201-1/+1