summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-146/+503
2024-03-11mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle1-1/+4
2024-02-26mtd: ubi: provide NVMEM layer over UBI volumesDaniel Golle3-0/+202
2024-02-26mtd: ubi: populate ubi volume fwnodeDaniel Golle1-0/+27
2024-02-26mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle4-8/+32
2024-02-26mtd: ubi: attach from device treeDaniel Golle1-39/+96
2024-02-26mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle3-85/+106
2024-02-25ubi: Correct the number of PEBs after a volume resize failureZhaoLong Wang1-5/+4
2024-02-25ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130Guo Xuenan2-7/+24
2024-02-25ubi: correct the calculation of fastmap sizeZhang Yi1-3/+4
2024-02-25ubi: Check for too small LEB size in VTBL codeRichard Weinberger1-0/+6
2024-02-20ubiblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-2/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-01-07ubi: block: fix memleak in ubiblock_create()Li Nan1-1/+1
2024-01-07ubi: Reserve sufficient buffer length for the input maskZhaoLong Wang1-2/+2
2024-01-07ubi: Add six fault injection type for testingZhaoLong Wang4-21/+287
2024-01-07ubi: Split io_failures into write_failure and erase_failureZhaoLong Wang2-10/+17
2024-01-07ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang5-42/+203
2023-10-29ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang1-1/+3
2023-10-29ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng1-1/+1
2023-10-29ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng3-6/+25
2023-10-29ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng4-3/+8
2023-10-29ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng2-16/+44
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng2-4/+7
2023-10-28ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng1-3/+2
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng5-16/+65
2023-10-28ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng1-11/+5
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng3-51/+7
2023-10-28ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng1-5/+5
2023-10-28ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashZhihao Cheng1-18/+9
2023-10-28ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockZhihao Cheng1-10/+15
2023-09-07ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng1-0/+7
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-05-04Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+15
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-04-21ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing1-5/+14
2023-04-21ubi: Simplify bool conversionYang Li1-1/+1
2023-04-16Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+17
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+4
2023-03-30ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng1-6/+15
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-11ubi: block: Fix missing blk_mq_end_requestRichard Weinberger1-1/+4
2023-03-04ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang1-2/+2
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli1-0/+1
2023-02-14mtd: ubi: block: wire-up device parentDaniel Golle2-1/+2
2023-02-14mtd: ubi: wire-up parent MTD deviceDaniel Golle1-0/+1
2023-02-06ubi: use correct names in function kernel-doc commentsRandy Dunlap3-3/+3