index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
ubifs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-14
mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-6
/
+0
2023-06-06
ubifs: allow loading to above 4GiB
Ben Dooks
1
-2
/
+2
2022-06-03
ubifs: Fix lockup/crash when reading files
Pali Rohár
1
-0
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
1
-1
/
+1
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
1
-0
/
+1
2019-12-06
linux_compat: move kmemdup() from ubifs.c to linux_compat.c
AKASHI Takahiro
1
-18
/
+1
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
1
-0
/
+1
2019-08-11
common: Move gzip functions into a new gzip header
Simon Glass
1
-0
/
+1
2018-11-07
fs: ubifs: Fix UBIFS decompression on 64 bit
Paul Davey
1
-1
/
+3
2018-05-09
ubifs: avoid assert failed in ubifs.c
Patrice Chotard
1
-0
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-11-20
ubifs: no NULL check needed before free
Heinrich Schuchardt
1
-8
/
+4
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
1
-1
/
+1
2017-06-06
fs: usbifs: Fix warning in ubifs
Siva Durga Prasad Paladugu
1
-1
/
+1
2016-10-31
Fix spelling of "multiple".
Vagrant Cascadian
1
-1
/
+1
2016-03-14
dm: blk: Rename get_device_and_partition()
Simon Glass
1
-1
/
+1
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-1
/
+1
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
1
-13
/
+2
2015-10-26
ubi,ubifs: sync with linux v4.2
Heiko Schocher
1
-21
/
+23
2015-10-24
ubifs: Add functions for generic fs use
Hans de Goede
1
-0
/
+65
2015-10-24
ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use
Hans de Goede
1
-14
/
+56
2015-09-11
Move malloc_cache_aligned() to its own header
Simon Glass
1
-0
/
+2
2015-08-28
mtd/nand/ubi: assortment of alignment fixes
Marcel Ziswiler
1
-2
/
+2
2015-01-28
ubifs: Import atomic_long operations from Linux
Anton Habegger
1
-0
/
+6
2014-09-16
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
1
-1
/
+0
2014-08-25
mtd, ubi, ubifs: resync with Linux-3.14
Heiko Schocher
1
-6
/
+109
2013-02-28
fs: Use new numeric setenv functions
Simon Glass
1
-3
/
+1
2012-09-10
ubifs: Fix ubifsload when using ZLIB
Veli-Pekka Peltola
1
-2
/
+2
2012-09-03
ubifs: Fix memory leak in ubifs_finddir
Stefan Roese
1
-5
/
+6
2011-09-10
UBIFS: fix warning: format '%lX' expects type 'long unsigned int'
Wolfgang Denk
1
-1
/
+1
2011-09-10
UBIFS: Change ubifsload to set the filesize variable
Bastian Ruppert
1
-1
/
+5
2011-08-19
ubifs: Fix bad free() sequence in ubifs_finddir()
Wolfgang Denk
1
-4
/
+2
2010-12-03
ubifs.c: BUG: Error following links
Ricardo Ribalda Delgado
1
-1
/
+1
2010-12-03
UBIFS: Change ubifsload to not read beyond the requested size
Stefan Roese
1
-13
/
+58
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
1
-1
/
+1
2009-12-08
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
Heiko Schocher
1
-4
/
+0
2009-10-03
Conditionally perform common relocation fixups
Peter Tyser
1
-0
/
+4
2009-09-28
ubifs: Correct dereferencing of files-after-symlinks
Simon Kagstrom
1
-1
/
+1
2009-09-23
ubifs: Add support for looking up directory and relative symlinks
Simon Kagstrom
1
-25
/
+43
2009-06-09
ubifs: fix small error path mismatch
Daniel Mack
1
-4
/
+2
2009-04-30
ubifs: BUG: Blocks commpressed with zlib
Ricardo Ribalda Delgado
1
-2
/
+3
2009-04-28
ubifs: BUG realpath string must be ended with NULL
Ricardo Ribalda Delgado
1
-0
/
+1
2009-03-20
UBIFS: Missing offset relocation for compressor 'none'
Michael Lawnick
1
-1
/
+4
2009-03-20
UBIFS: Implement read-only UBIFS support in U-Boot
Stefan Roese
1
-0
/
+684