summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2025-07-24mtd: ubi: Remove unused ubi_flushDr. David Alan Gilbert1-27/+0
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-01-31Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-24/+71
2025-01-20ubi: ubi_get_ec_info: Fix compiling error 'cast specifies array type'Zhihao Cheng1-1/+2
2025-01-18ubi: Implement ioctl for detailed erase countersRickard Andersson1-0/+69
2025-01-18ubi: Revert "ubi: wl: Close down wear-leveling before nand is suspended"Zhihao Cheng2-23/+0
2025-01-18ubi: Add a check for ubi_numDenis Arefev1-1/+1
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+1
2024-11-14mtd: ubi: remove redundant check on bytes_left at end of functionColin Ian King1-1/+1
2024-11-14mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()Javier Carrasco1-0/+2
2024-11-14ubi: fastmap: Fix duplicate slab cache names while attachingZhihao Cheng1-6/+6
2024-11-14ubi: wl: Close down wear-leveling before nand is suspendedMÃ¥rten Lindahl2-0/+23
2024-11-14mtd: ubi: Rmove unused declaration in header fileZhang Zekun1-1/+0
2024-11-14ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is emptyZhihao Cheng3-5/+19
2024-11-14ubi: wl: Put source PEB into correct list if trying locking LEB failedZhihao Cheng1-1/+8
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-3/+0
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-12ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan1-3/+4
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2-3/+3
2024-07-12mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings1-1/+4
2024-07-12mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann1-3/+3
2024-07-12mtd: ubi: make ubi_class constantRicardo B. Marliere2-2/+2
2024-07-12ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin1-1/+2
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