summaryrefslogtreecommitdiff
path: root/fs/jffs2/jffs2_1pass.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13JFFS2: Use merge sort when parsing filesystemMark Tomlinson1-35/+12
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-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
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 Minier1-1/+1
2010-03-31jffs2, suen3: Fix compiler warningHeiko Schocher1-15/+22
2010-01-15JFFS2: drop support for LZARI compression modeWolfgang Denk1-6/+2
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 Wood1-20/+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 Yanok1-1/+4
2008-12-10jffs2: summary supportIlya Yanok1-1/+186
2008-12-10jffs2: add buffer to cache flash accessesIlya Yanok1-44/+72
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-VILLARD1-7/+7
2008-09-07Add JFFS2 command support on OneNANDKyungmin Park1-0/+118
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-4/+6
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-2/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-06-29jffs2_1pass.c: add watchdog supportStuart Wood1-0/+3
2008-05-28Cleanup nand_info[] declaration.Stelian Pop1-3/+0
2008-05-21Big white-space cleanup.Wolfgang Denk1-9/+9
2008-04-29jffs2_1pass.c: fix incompatible pointer type warningWolfgang Denk1-4/+0
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2007-07-10fs/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-10fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-10/+10
2007-07-05Fixing some typos etc. introduced mainly by cfg patches.Wolfgang Denk1-3/+6
2007-07-04fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-8/+8
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-6/+28
2006-03-12Add crc of data to jffs2 (in jffs2_1pass_build_lists()).Wolfgang Denk1-1/+2
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka1-10/+14
2006-02-24Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka1-4/+4
2005-10-15Merge with /home/m8/git/u-bootWolfgang Denk1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-9/+9
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-1/+1
2005-09-15Update of new NAND codeWolfgang Denk1-4/+4
2005-08-16Fix return values of the jffs2 commands ls/fsload/fsinfo,Wolfgang Denk1-2/+2