summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mtd: ubi: wl: Fix a couple of kernel-doc issuesLee Jones2020-11-201-2/+1
* | mtd: ubi: eba: Fix a couple of misdocumentation issuesLee Jones2020-11-201-1/+2
* | mtd: ubi: kapi: Correct documentation for 'ubi_leb_read_sg's 'sgl' parameterLee Jones2020-11-201-1/+1
* | mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_paramLee Jones2020-11-201-0/+1
|/
* ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng2020-09-171-0/+13
* Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-102-1/+7
|\
| * ubi: fastmap: Free fastmap next anchor peb during detachZhihao Cheng2020-08-021-0/+5
| * ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabledZhihao Cheng2020-08-021-1/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-104-25/+57
|\
| * ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm2020-06-024-25/+57
* | Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-06-101-1/+4
|\ \
| * \ Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2020-06-011-1/+4
| |\ \ | | |/ | |/|
| | * ubi: Relax the 'no MLC' rule and allow MLCs operating in SLC modeBoris Brezillon2020-05-111-1/+4
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+2
|/ /