aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/ubifs.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.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 Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro1-18/+1
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
2018-11-07fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey1-1/+3
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 Rini1-2/+1
2017-11-20ubifs: no NULL check needed before freeHeinrich Schuchardt1-8/+4
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-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-19Add more SPDX-License-Identifier tagsTom Rini1-13/+2
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher1-21/+23
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 Goede1-14/+56
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass1-0/+2
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-2/+2
2015-01-28ubifs: Import atomic_long operations from LinuxAnton Habegger1-0/+6
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-6/+109
2013-02-28fs: Use new numeric setenv functionsSimon Glass1-3/+1
2012-09-10ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola1-2/+2
2012-09-03ubifs: Fix memory leak in ubifs_finddirStefan Roese1-5/+6
2011-09-10UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk1-1/+1
2011-09-10UBIFS: Change ubifsload to set the filesize variableBastian Ruppert1-1/+5
2011-08-19ubifs: Fix bad free() sequence in ubifs_finddir()Wolfgang Denk1-4/+2
2010-12-03ubifs.c: BUG: Error following linksRicardo Ribalda Delgado1-1/+1
2010-12-03UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese1-13/+58
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-4/+0
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+4
2009-09-28ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom1-1/+1
2009-09-23ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom1-25/+43
2009-06-09ubifs: fix small error path mismatchDaniel Mack1-4/+2
2009-04-30ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado1-2/+3
2009-04-28ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado1-0/+1
2009-03-20UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick1-1/+4
2009-03-20UBIFS: Implement read-only UBIFS support in U-BootStefan Roese1-0/+684