summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2111-146/+503
|\
| * mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle2024-03-101-1/+4
| * mtd: ubi: provide NVMEM layer over UBI volumesDaniel Golle2024-02-253-0/+202
| * mtd: ubi: populate ubi volume fwnodeDaniel Golle2024-02-251-0/+27
| * mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle2024-02-254-8/+32
| * mtd: ubi: attach from device treeDaniel Golle2024-02-251-39/+96
| * mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle2024-02-253-85/+106
| * ubi: Correct the number of PEBs after a volume resize failureZhaoLong Wang2024-02-251-5/+4
| * ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130Guo Xuenan2024-02-252-7/+24
| * ubi: correct the calculation of fastmap sizeZhang Yi2024-02-251-3/+4
| * ubi: Check for too small LEB size in VTBL codeRichard Weinberger2024-02-251-0/+6
* | ubiblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-2/+4
* | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
|/
* ubi: block: fix memleak in ubiblock_create()Li Nan2024-01-061-1/+1
* ubi: Reserve sufficient buffer length for the input maskZhaoLong Wang2024-01-061-2/+2
* ubi: Add six fault injection type for testingZhaoLong Wang2024-01-064-21/+287
* ubi: Split io_failures into write_failure and erase_failureZhaoLong Wang2024-01-062-10/+17
* ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang2024-01-065-42/+203
* ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang2023-10-281-1/+3
* ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng2023-10-281-1/+1
* ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng2023-10-283-6/+25
* ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng2023-10-284-3/+8
* ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng2023-10-282-16/+44
* ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng2023-10-282-4/+7
* ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng2023-10-281-3/+2
* ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng2023-10-285-16/+65
* ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng2023-10-281-11/+5
* ubi: Replace erase_block() with sync_erase()Zhihao Cheng2023-10-283-51/+7
* ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng2023-10-281-5/+5
* ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashZhihao Cheng2023-10-281-18/+9
* ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockZhihao Cheng2023-10-281-10/+15
* ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng2023-09-071-0/+7
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-3/+2
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
* 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