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
/
jffs2
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig
Tom Rini
1
-0
/
+12
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
1
-1
/
+1
2022-08-04
Audit <flash.h> inclusion
Tom Rini
1
-2
/
+2
2021-12-27
Convert CONFIG_JFFS2_DEV et al to Kconfig
Tom Rini
1
-0
/
+12
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-5
/
+5
2021-04-07
JFFS2: fix jffs2 summary datacrc status uninitialized
Wagner Popov dos Santos
1
-0
/
+2
2021-04-07
JFFS2: fix the reading address over nand's limit
Wagner Popov dos Santos
1
-10
/
+27
2020-05-18
common: Drop flash.h from common header
Simon Glass
1
-0
/
+1
2020-05-15
JFFS2: Add useful fields into lists
Petr Borsodi
2
-78
/
+81
2020-05-15
JFFS2: Process obsolete nodes as well as accurate ones
Petr Borsodi
1
-26
/
+47
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
1
-0
/
+1
2019-08-20
jffs2: remove unused code files
Uwe Kleine-König
2
-1169
/
+0
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
3
-8
/
+3
2017-10-16
fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"
Vagrant Cascadian
1
-4
/
+4
2017-10-16
jffs2: ECC corrected nand data is ignored
Engling, Uwe
1
-2
/
+2
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-1
/
+1
2017-07-11
fs: use get_nand_dev_by_index()
Grygorii Strashko
2
-3
/
+12
2017-05-22
fs: Kconfig: Add a separate option for FS_JFFS2
Simon Glass
1
-0
/
+7
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
1
-1
/
+1
2016-06-03
nand: Embed mtd_info in struct nand_chip
Scott Wood
2
-2
/
+2
2016-06-03
mtd: nand: Remove nand_info_t typedef
Scott Wood
1
-11
/
+13
2016-04-01
jffs2: Fix set but not used warning
Tom Rini
1
-1
/
+2
2015-08-12
JFFS2: Use merge sort when parsing filesystem
Mark Tomlinson
4
-35
/
+69
2015-08-12
JFFS2: Use CLEANMARKER to reduce scanning time
Mark Tomlinson
1
-0
/
+25
2015-08-12
JFFS2: Change scansize to match linux kernel
Mark Tomlinson
1
-1
/
+1
2015-08-12
JFFS2: Optimize building lists during scan
Mark Tomlinson
1
-4
/
+21
2015-08-12
JFFS2: Improve speed reading flash files
Mark Tomlinson
1
-6
/
+21
2015-08-12
JFFS2: Only list each directory entry once
Mark Tomlinson
1
-5
/
+33
2015-08-12
JFFS2: Speed up and fix comparison functions
Mark Tomlinson
1
-40
/
+47
2015-08-12
JFFS2: Return early when file read not necessary
Mark Tomlinson
1
-0
/
+6
2014-09-24
kconfig: add blank Kconfig files
Masahiro Yamada
1
-0
/
+0
2014-06-11
jffs2:jffs2_1pass.c: remove double braces
Jeroen Hofstee
1
-1
/
+1
2013-12-13
JFFS2: Correct jffs2_1pass_build_lists to use lldiv
Tom Rini
1
-1
/
+3
2013-11-17
fs: descend into sub directories when it is necessary
Masahiro Yamada
1
-2
/
+0
2013-10-31
fs: convert makefiles to Kbuild style
Masahiro Yamada
1
-32
/
+6
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2
-32
/
+2
2012-04-30
linux/compat.h: rename from linux/mtd/compat.h
Mike Frysinger
1
-1
/
+1
2011-10-09
fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used
Wolfgang Denk
1
-10
/
+4
2011-04-12
Fix misc spelling errors found by lintian
Loïc Minier
2
-2
/
+2
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
1
-2
/
+2
2010-03-31
jffs2, suen3: Fix compiler warning
Heiko Schocher
1
-15
/
+22
2010-01-15
JFFS2: drop support for LZARI compression mode
Wolfgang Denk
5
-273
/
+35
2009-08-21
jffs2: some fixes to summary support
Ilya Yanok
1
-41
/
+81
2009-08-18
jffs2: clean the cache in case of malloc fails in build_lists
Ilya Yanok
1
-3
/
+14
2009-07-16
Remove legacy NAND and disk on chip code.
Scott Wood
2
-24
/
+0
2008-12-16
jffs2: include <linux/mtd/compat.h> instead of defining own min_t
Ilya Yanok
1
-5
/
+1
2008-12-09
jffs2: cache data_crc results
Ilya Yanok
2
-1
/
+5
2008-12-09
jffs2: summary support
Ilya Yanok
2
-1
/
+349
2008-12-09
jffs2: add buffer to cache flash accesses
Ilya Yanok
2
-45
/
+73
2008-12-09
jffs2: rewrite jffs2 scanning code based on Linux one
Ilya Yanok
1
-56
/
+171
[next]