summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-33/+30
2025-11-28ubi: fastmap: fix ubi->fm memory leakLiyuan Pang-8/+16
2025-11-28mtd: ubi: skip programming unused bits in ubi headersCheng Ming Lin-0/+10
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro-2/+2
2025-07-24mtd: ubi: Remove unused ubi_flushDr. David Alan Gilbert-27/+0
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta-1/+1
2025-01-30Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-24/+71
2025-01-20ubi: ubi_get_ec_info: Fix compiling error 'cast specifies array type'Zhihao Cheng-1/+2
2025-01-18ubi: Implement ioctl for detailed erase countersRickard Andersson-0/+69
2025-01-18ubi: Revert "ubi: wl: Close down wear-leveling before nand is suspended"Zhihao Cheng-23/+0
2025-01-18ubi: Add a check for ubi_numDenis Arefev-1/+1
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig-1/+1
2024-11-14mtd: ubi: remove redundant check on bytes_left at end of functionColin Ian King-1/+1
2024-11-14mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()Javier Carrasco-0/+2
2024-11-14ubi: fastmap: Fix duplicate slab cache names while attachingZhihao Cheng-6/+6
2024-11-14ubi: wl: Close down wear-leveling before nand is suspendedMÃ¥rten Lindahl-0/+23
2024-11-14mtd: ubi: Rmove unused declaration in header fileZhang Zekun-1/+0
2024-11-14ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is emptyZhihao Cheng-5/+19
2024-11-14ubi: wl: Put source PEB into correct list if trying locking LEB failedZhihao Cheng-1/+8
2024-09-27[tree-wide] finally take no_llseek outAl Viro-3/+0
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger-1/+1
2024-07-12ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan-3/+4
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang-3/+3
2024-07-12mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings-1/+4
2024-07-12mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann-3/+3
2024-07-12mtd: ubi: make ubi_class constantRicardo B. Marliere-2/+2
2024-07-12ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin-1/+2
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-146/+503
2024-03-10mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle-1/+4
2024-02-25mtd: ubi: provide NVMEM layer over UBI volumesDaniel Golle-0/+202
2024-02-25mtd: ubi: populate ubi volume fwnodeDaniel Golle-0/+27
2024-02-25mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle-8/+32
2024-02-25mtd: ubi: attach from device treeDaniel Golle-39/+96
2024-02-25mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle-85/+106
2024-02-25ubi: Correct the number of PEBs after a volume resize failureZhaoLong Wang-5/+4
2024-02-25ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130Guo Xuenan-7/+24
2024-02-25ubi: correct the calculation of fastmap sizeZhang Yi-3/+4
2024-02-25ubi: Check for too small LEB size in VTBL codeRichard Weinberger-0/+6
2024-02-19ubiblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-2/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig-1/+1
2024-01-06ubi: block: fix memleak in ubiblock_create()Li Nan-1/+1
2024-01-06ubi: Reserve sufficient buffer length for the input maskZhaoLong Wang-2/+2
2024-01-06ubi: Add six fault injection type for testingZhaoLong Wang-21/+287
2024-01-06ubi: Split io_failures into write_failure and erase_failureZhaoLong Wang-10/+17
2024-01-06ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang-42/+203
2023-10-28ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang-1/+3
2023-10-28ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng-1/+1
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng-6/+25