summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* / ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger2020-05-171-10/+2
|/
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-073-4/+16
|\
| * ubi: ubi-media.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-1/+1
| * ubi: fastmap: Only produce the initial anchor PEB when fastmap is usedHou Tao2020-03-301-1/+2
| * ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao2020-03-301-2/+13
* | mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-302-3/+3
|/
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* ubi: Fix an error pointer dereference in error handling codeDan Carpenter2020-01-191-9/+12
* ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao2020-01-164-14/+30
* ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()Hou Tao2020-01-161-0/+2
* ubi: wl: Remove set but not used variable 'prev_e'YueHaibing2020-01-161-2/+1
* ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer2020-01-161-1/+1
* Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-026-44/+43
|\
| * ubi: Fix producing anchor PEBsSascha Hauer2019-11-175-43/+41
| * ubi: Fix warning static is not at beginning of declarationRishi Gupta2019-11-171-1/+1
| * ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese2019-11-171-0/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-33/+3
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-33/+3
| |/
* / mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-141-88/+43
|/
* ubi: block: Warn if volume size is not multiple of 512Richard Weinberger2019-09-151-8/+35
* ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEBZhihao Cheng2019-09-151-3/+3
* ubi: Don't do anchor move within fastmap areaRichard Weinberger2019-09-151-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-053-29/+3