aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-146/+503
2024-03-10mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsGravatar Daniel Golle 1-1/+4
2024-02-25mtd: ubi: provide NVMEM layer over UBI volumesGravatar Daniel Golle 3-0/+202
2024-02-25mtd: ubi: populate ubi volume fwnodeGravatar Daniel Golle 1-0/+27
2024-02-25mtd: ubi: introduce pre-removal notification for UBI volumesGravatar Daniel Golle 4-8/+32
2024-02-25mtd: ubi: attach from device treeGravatar Daniel Golle 1-39/+96
2024-02-25mtd: ubi: block: use notifier to create ubiblock from parameterGravatar Daniel Golle 3-85/+106
2024-02-25ubi: Correct the number of PEBs after a volume resize failureGravatar ZhaoLong Wang 1-5/+4
2024-02-25ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130Gravatar Guo Xuenan 2-7/+24
2024-02-25ubi: correct the calculation of fastmap sizeGravatar Zhang Yi 1-3/+4
2024-02-25ubi: Check for too small LEB size in VTBL codeGravatar Richard Weinberger 1-0/+6
2024-02-19ubiblock: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-2/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskGravatar Christoph Hellwig 1-1/+1
2024-01-06ubi: block: fix memleak in ubiblock_create()Gravatar Li Nan 1-1/+1
2024-01-06ubi: Reserve sufficient buffer length for the input maskGravatar ZhaoLong Wang 1-2/+2
2024-01-06ubi: Add six fault injection type for testingGravatar ZhaoLong Wang 4-21/+287
2024-01-06ubi: Split io_failures into write_failure and erase_failureGravatar ZhaoLong Wang 2-10/+17
2024-01-06ubi: Use the fault injection framework to enhance the fault injection capabilityGravatar ZhaoLong Wang 5-42/+203
2023-10-28ubi: block: Fix use-after-free in ubiblock_cleanupGravatar ZhaoLong Wang 1-1/+3
2023-10-28ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Gravatar Zhihao Cheng 1-1/+1
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsGravatar Zhihao Cheng 3-6/+25
2023-10-28ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsGravatar Zhihao Cheng 4-3/+8
2023-10-28ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outGravatar Zhihao Cheng 2-16/+44
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsGravatar Zhihao Cheng 2-4/+7
2023-10-28ubi: fastmap: Remove unneeded break condition while filling poolsGravatar Zhihao Cheng 1-3/+2
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsGravatar Zhihao Cheng 5-16/+65
2023-10-28ubi: fastmap: Use free pebs reserved for bad block handlingGravatar Zhihao Cheng 1-11/+5
2023-10-28ubi: Replace erase_block() with sync_erase()Gravatar Zhihao Cheng 3-51/+7
2023-10-28ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapGravatar Zhihao Cheng 1-5/+5
2023-10-28ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashGravatar Zhihao Cheng 1-18/+9
2023-10-28ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockGravatar Zhihao Cheng 1-10/+15
2023-09-07ubi: Refuse attaching if mtd's erasesize is 0Gravatar Zhihao Cheng 1-0/+7
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-3/+2
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 1-1/+1
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-2/+2
2023-05-03Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-6/+15
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-04-21ubi: Fix return value overwrite issue in try_write_vid_and_data()Gravatar Wang YanQing 1-5/+14
2023-04-21ubi: Simplify bool conversionGravatar Yang Li 1-1/+1
2023-04-15Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-8/+17
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+4
2023-03-29ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeGravatar Zhihao Cheng 1-6/+15
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGravatar Greg Kroah-Hartman 1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2023-03-11ubi: block: Fix missing blk_mq_end_requestGravatar Richard Weinberger 1-1/+4
2023-03-04ubi: Fix deadlock caused by recursively holding work_semGravatar ZhaoLong Wang 1-2/+2
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Gravatar Harshit Mogalapalli 1-0/+1
2023-02-13mtd: ubi: block: wire-up device parentGravatar Daniel Golle 2-1/+2
2023-02-13mtd: ubi: wire-up parent MTD deviceGravatar Daniel Golle 1-0/+1
2023-02-05ubi: use correct names in function kernel-doc commentsGravatar Randy Dunlap 3-3/+3