aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2023-06-06ubifs: allow loading to above 4GiBBen Dooks1-2/+2
2022-11-23ubifs: Allow to silence debug dumpsPali Rohár2-0/+36
2022-07-20ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár1-7/+2
2022-07-20ubifs: Fix ubifs_assert_cmt_locked()Pali Rohár1-7/+1
2022-07-08ubifs: Fix reference count leak in ubifsumountPali Rohár1-1/+6
2022-06-03ubifs: Fix lockup/crash when reading filesPali Rohár1-0/+2
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2-61/+1
2022-04-21crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár4-32/+3
2022-04-11ubifs: Fix journal replay wrt. xattr nodesVille Baillie1-2/+23
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-5/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-20ubifs: do not decide upon uninitialized variableWIP/2021-01-20-fs-fixesHeinrich Schuchardt1-4/+4
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass18-0/+18
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2020-02-05dm: core: Require users of devres to include the headerSimon Glass16-0/+16
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro1-18/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass3-0/+3
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-04-09mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu1-2/+2
2018-11-07fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey1-1/+3
2018-09-14fs: ubifs: Add missing newlines in super.cStefan Roese1-3/+3
2018-07-12ubifs: remove useless codeChristophe Kerello2-5/+5
2018-06-13lib: Add hexdumpAlexey Brodkin2-3/+6
2018-05-09ubifs: avoid assert failed in ubifs.cPatrice Chotard1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini24-49/+24
2018-04-11ubifs: Change value of mutex_is_locked()Bradley Bolen1-1/+1
2018-03-24Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel2-1/+12
2018-03-24ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSGPetr Vorel1-0/+4
2017-11-20ubifs: no NULL check needed before freeHeinrich Schuchardt1-8/+4
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada1-7/+0
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-06-06fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu1-1/+1
2016-10-31Fix spelling of "multiple".Vagrant Cascadian1-1/+1
2016-04-22ubifs: fix memory corruption in super.cHeiko Schocher1-2/+1
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2-0/+2
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+2
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam1-1/+1
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher18-485/+549
2015-10-24ubifs: Add functions for generic fs useHans de Goede1-0/+65
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede2-19/+57
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass2-0/+5