summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-032-6/+15
|\
| * ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing2023-04-211-5/+14
| * ubi: Simplify bool conversionYang Li2023-04-211-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-2/+1
|\ \ | |/ |/|
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+4
| |\
| * | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-1/+1
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | | Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-152-8/+17
|\ \ \ | |_|/ |/| |
| * | ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng2023-03-291-6/+15
| * | ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang2023-03-041-2/+2
| |/
* | ubi: block: Fix missing blk_mq_end_requestRichard Weinberger2023-03-111-1/+4
|/
* 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