summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2025-01-30Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-20ubi: ubi_get_ec_info: Fix compiling error 'cast specifies array type'Zhihao Cheng
2025-01-18ubi: Implement ioctl for detailed erase countersRickard Andersson
2025-01-18ubi: Revert "ubi: wl: Close down wear-leveling before nand is suspended"Zhihao Cheng
2025-01-18ubi: Add a check for ubi_numDenis Arefev
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-11-14mtd: ubi: remove redundant check on bytes_left at end of functionColin Ian King
2024-11-14mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()Javier Carrasco
2024-11-14ubi: fastmap: Fix duplicate slab cache names while attachingZhihao Cheng
2024-11-14ubi: wl: Close down wear-leveling before nand is suspendedMårten Lindahl
2024-11-14mtd: ubi: Rmove unused declaration in header fileZhang Zekun
2024-11-14ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is emptyZhihao Cheng
2024-11-14ubi: wl: Put source PEB into correct list if trying locking LEB failedZhihao Cheng
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger
2024-07-12ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang
2024-07-12mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings
2024-07-12mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann
2024-07-12mtd: ubi: make ubi_class constantRicardo B. Marliere
2024-07-12ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-10mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle
2024-02-25mtd: ubi: provide NVMEM layer over UBI volumesDaniel Golle
2024-02-25mtd: ubi: populate ubi volume fwnodeDaniel Golle
2024-02-25mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle
2024-02-25mtd: ubi: attach from device treeDaniel Golle
2024-02-25mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle
2024-02-25ubi: Correct the number of PEBs after a volume resize failureZhaoLong Wang
2024-02-25ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130Guo Xuenan
2024-02-25ubi: correct the calculation of fastmap sizeZhang Yi
2024-02-25ubi: Check for too small LEB size in VTBL codeRichard Weinberger
2024-02-19ubiblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-01-06ubi: block: fix memleak in ubiblock_create()Li Nan
2024-01-06ubi: Reserve sufficient buffer length for the input maskZhaoLong Wang
2024-01-06ubi: Add six fault injection type for testingZhaoLong Wang
2024-01-06ubi: Split io_failures into write_failure and erase_failureZhaoLong Wang
2024-01-06ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang
2023-10-28ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang
2023-10-28ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng
2023-10-28ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng
2023-10-28ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng
2023-10-28ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng
2023-10-28ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng
2023-10-28ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng