summaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)AuthorFilesLines
2021-04-07JFFS2: fix jffs2 summary datacrc status uninitializedWagner Popov dos Santos1-0/+2
2021-04-07JFFS2: fix the reading address over nand's limitWagner Popov dos Santos1-10/+27
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-15JFFS2: Add useful fields into listsPetr Borsodi2-78/+81
2020-05-15JFFS2: Process obsolete nodes as well as accurate onesPetr Borsodi1-26/+47
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-20jffs2: remove unused code filesUwe Kleine-König2-1169/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-8/+3
2017-10-16fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"Vagrant Cascadian1-4/+4
2017-10-16jffs2: ECC corrected nand data is ignoredEngling, Uwe1-2/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-07-12fs: use get_nand_dev_by_index()Grygorii Strashko2-3/+12
2017-05-22fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass1-0/+7
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood2-2/+2
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood1-11/+13
2016-04-02jffs2: Fix set but not used warningTom Rini1-1/+2
2015-08-13JFFS2: Use merge sort when parsing filesystemMark Tomlinson4-35/+69
2015-08-13JFFS2: Use CLEANMARKER to reduce scanning timeMark Tomlinson1-0/+25
2015-08-13JFFS2: Change scansize to match linux kernelMark Tomlinson1-1/+1
2015-08-13JFFS2: Optimize building lists during scanMark Tomlinson1-4/+21
2015-08-13JFFS2: Improve speed reading flash filesMark Tomlinson1-6/+21
2015-08-13JFFS2: Only list each directory entry onceMark Tomlinson1-5/+33
2015-08-13JFFS2: Speed up and fix comparison functionsMark Tomlinson1-40/+47
2015-08-13JFFS2: Return early when file read not necessaryMark Tomlinson1-0/+6
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-06-12jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee1-1/+1
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini1-1/+3
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-2/+0
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-32/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-32/+2
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2011-10-10fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not usedWolfgang Denk1-10/+4
2011-04-13Fix misc spelling errors found by lintianLoïc Minier2-2/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-03-31jffs2, suen3: Fix compiler warningHeiko Schocher1-15/+22
2010-01-15JFFS2: drop support for LZARI compression modeWolfgang Denk5-273/+35
2009-08-22jffs2: some fixes to summary supportIlya Yanok1-41/+81
2009-08-18jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok1-3/+14
2009-07-17Remove legacy NAND and disk on chip code.Scott Wood2-24/+0
2008-12-16jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok1-5/+1
2008-12-10jffs2: cache data_crc resultsIlya Yanok2-1/+5
2008-12-10jffs2: summary supportIlya Yanok2-1/+349
2008-12-10jffs2: add buffer to cache flash accessesIlya Yanok2-45/+73
2008-12-10jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok1-56/+171
2008-12-10jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok1-3/+2
2008-10-31JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood1-7/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-13/+13
2008-09-07Add JFFS2 command support on OneNANDKyungmin Park1-0/+118
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD9-33/+6