summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/ubifs.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro2019-12-061-18/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey2018-11-071-1/+3
* ubifs: avoid assert failed in ubifs.cPatrice Chotard2018-05-091-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ubifs: no NULL check needed before freeHeinrich Schuchardt2017-11-201-8/+4
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu2017-06-061-1/+1
* Fix spelling of "multiple".Vagrant Cascadian2016-10-311-1/+1
* dm: blk: Rename get_device_and_partition()Simon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-13/+2
* ubi,ubifs: sync with linux v4.2Heiko Schocher2015-10-261-21/+23
* ubifs: Add functions for generic fs useHans de Goede2015-10-241-0/+65
* ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede2015-10-241-14/+56
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-0/+2
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-281-2/+2
* ubifs: Import atomic_long operations from LinuxAnton Habegger2015-01-281-0/+6
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-161-1/+0
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-251-6/+109
* fs: Use new numeric setenv functionsSimon Glass2013-02-281-3/+1
* ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola2012-09-101-2/+2
* ubifs: Fix memory leak in ubifs_finddirStefan Roese2012-09-031-5/+6
* UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk2011-09-101-1/+1
* UBIFS: Change ubifsload to set the filesize variableBastian Ruppert2011-09-101-1/+5
* ubifs: Fix bad free() sequence in ubifs_finddir()Wolfgang Denk2011-08-191-4/+2
* ubifs.c: BUG: Error following linksRicardo Ribalda Delgado2010-12-031-1/+1
* UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese2010-12-031-13/+58
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-4/+0
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+4
* ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom2009-09-281-1/+1
* ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom2009-09-231-25/+43
* ubifs: fix small error path mismatchDaniel Mack2009-06-091-4/+2
* ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado2009-04-301-2/+3
* ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado2009-04-281-0/+1
* UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick2009-03-201-1/+4
* UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-201-0/+684