summaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)Author
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-05-15JFFS2: Add useful fields into listsPetr Borsodi
2020-05-15JFFS2: Process obsolete nodes as well as accurate onesPetr Borsodi
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-20jffs2: remove unused code filesUwe Kleine-König
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-16fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"Vagrant Cascadian
2017-10-16jffs2: ECC corrected nand data is ignoredEngling, Uwe
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-07-11fs: use get_nand_dev_by_index()Grygorii Strashko
2017-05-22fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood
2016-04-01jffs2: Fix set but not used warningTom Rini
2015-08-12JFFS2: Use merge sort when parsing filesystemMark Tomlinson
2015-08-12JFFS2: Use CLEANMARKER to reduce scanning timeMark Tomlinson
2015-08-12JFFS2: Change scansize to match linux kernelMark Tomlinson
2015-08-12JFFS2: Optimize building lists during scanMark Tomlinson
2015-08-12JFFS2: Improve speed reading flash filesMark Tomlinson
2015-08-12JFFS2: Only list each directory entry onceMark Tomlinson
2015-08-12JFFS2: Speed up and fix comparison functionsMark Tomlinson
2015-08-12JFFS2: Return early when file read not necessaryMark Tomlinson
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-06-11jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger
2011-10-09fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not usedWolfgang Denk
2011-04-12Fix misc spelling errors found by lintianLoïc Minier
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-03-31jffs2, suen3: Fix compiler warningHeiko Schocher
2010-01-15JFFS2: drop support for LZARI compression modeWolfgang Denk
2009-08-21jffs2: some fixes to summary supportIlya Yanok
2009-08-18jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood
2008-12-16jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok
2008-12-09jffs2: cache data_crc resultsIlya Yanok
2008-12-09jffs2: summary supportIlya Yanok
2008-12-09jffs2: add buffer to cache flash accessesIlya Yanok
2008-12-09jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok
2008-12-09jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok
2008-10-31JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-06Add JFFS2 command support on OneNANDKyungmin Park
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk