summaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)Author
2025-10-08fs: ubifs: Fix and rework error handling in ubifs_finddirAndrew Goodbody
2025-10-08fs: ubifs: Need to check return for being an error pointerAndrew Goodbody
2025-10-08fs: ubifs: Ensure buf is freed before returnAndrew Goodbody
2025-01-28fs: ubifs: Remove unnecessary assignmentMichal Simek
2024-08-11ubifs: Call ubifs_iput when ubifs_iget is usedMichael Trimarchi
2024-08-10ubifs: mount fails after power cycleRavi Minnikanti
2024-08-10fs: ubifs: Add volume mounted checkAlexander Dahl
2024-08-10fs: ubifs: Make k(z)alloc/kfree symmetricAlexander Dahl
2024-08-10fs: ubifs: Set pointers to NULL after freeAlexander Dahl
2024-08-10fs: ubifs: Fix memleak and double free in u-boot wrapper functionsAlexander Dahl
2024-07-15fs: Remove duplicate newlinesMarek Vasut
2024-07-03fs: ubifs: Add support for ZSTD decompressionPiotr Wojtaszczyk
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06fs: Remove <common.h> and add needed includesTom Rini
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-14mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-06-06ubifs: allow loading to above 4GiBBen Dooks
2022-11-23ubifs: Allow to silence debug dumpsPali Rohár
2022-07-20ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár
2022-07-20ubifs: Fix ubifs_assert_cmt_locked()Pali Rohár
2022-07-08ubifs: Fix reference count leak in ubifsumountPali Rohár
2022-06-03ubifs: Fix lockup/crash when reading filesPali Rohár
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár
2022-04-21crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár
2022-04-11ubifs: Fix journal replay wrt. xattr nodesVille Baillie
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-20ubifs: do not decide upon uninitialized variableHeinrich Schuchardt
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-04-09mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu
2018-11-07fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey
2018-09-14fs: ubifs: Add missing newlines in super.cStefan Roese
2018-07-12ubifs: remove useless codeChristophe Kerello
2018-06-13lib: Add hexdumpAlexey Brodkin
2018-05-09ubifs: avoid assert failed in ubifs.cPatrice Chotard