| Commit message (Expand) | Author | Age | Files | Lines |
* | JFFS2: Use merge sort when parsing filesystem | Mark Tomlinson | 2015-08-12 | 4 | -35/+69 |
* | JFFS2: Use CLEANMARKER to reduce scanning time | Mark Tomlinson | 2015-08-12 | 1 | -0/+25 |
* | JFFS2: Change scansize to match linux kernel | Mark Tomlinson | 2015-08-12 | 1 | -1/+1 |
* | JFFS2: Optimize building lists during scan | Mark Tomlinson | 2015-08-12 | 1 | -4/+21 |
* | JFFS2: Improve speed reading flash files | Mark Tomlinson | 2015-08-12 | 1 | -6/+21 |
* | JFFS2: Only list each directory entry once | Mark Tomlinson | 2015-08-12 | 1 | -5/+33 |
* | JFFS2: Speed up and fix comparison functions | Mark Tomlinson | 2015-08-12 | 1 | -40/+47 |
* | JFFS2: Return early when file read not necessary | Mark Tomlinson | 2015-08-12 | 1 | -0/+6 |
* | kconfig: add blank Kconfig files | Masahiro Yamada | 2014-09-24 | 1 | -0/+0 |
* | jffs2:jffs2_1pass.c: remove double braces | Jeroen Hofstee | 2014-06-11 | 1 | -1/+1 |
* | JFFS2: Correct jffs2_1pass_build_lists to use lldiv | Tom Rini | 2013-12-13 | 1 | -1/+3 |
* | fs: descend into sub directories when it is necessary | Masahiro Yamada | 2013-11-17 | 1 | -2/+0 |
* | fs: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | 1 | -32/+6 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 2 | -32/+2 |
* | linux/compat.h: rename from linux/mtd/compat.h | Mike Frysinger | 2012-04-30 | 1 | -1/+1 |
* | fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | 1 | -10/+4 |
* | Fix misc spelling errors found by lintian | Loïc Minier | 2011-04-12 | 2 | -2/+2 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | 1 | -2/+2 |
* | jffs2, suen3: Fix compiler warning | Heiko Schocher | 2010-03-31 | 1 | -15/+22 |
* | JFFS2: drop support for LZARI compression mode | Wolfgang Denk | 2010-01-15 | 5 | -273/+35 |
* | jffs2: some fixes to summary support | Ilya Yanok | 2009-08-21 | 1 | -41/+81 |
* | jffs2: clean the cache in case of malloc fails in build_lists | Ilya Yanok | 2009-08-18 | 1 | -3/+14 |
* | Remove legacy NAND and disk on chip code. | Scott Wood | 2009-07-16 | 2 | -24/+0 |
* | jffs2: include <linux/mtd/compat.h> instead of defining own min_t | Ilya Yanok | 2008-12-16 | 1 | -5/+1 |
* | jffs2: cache data_crc results | Ilya Yanok | 2008-12-09 | 2 | -1/+5 |
* | jffs2: summary support | Ilya Yanok | 2008-12-09 | 2 | -1/+349 |
* | jffs2: add buffer to cache flash accesses | Ilya Yanok | 2008-12-09 | 2 | -45/+73 |
* | jffs2: rewrite jffs2 scanning code based on Linux one | Ilya Yanok | 2008-12-09 | 1 | -56/+171 |
* | jffs2: fix searching for latest version in jffs2_1pass_list_inodes() | Ilya Yanok | 2008-12-09 | 1 | -3/+2 |
* | JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. | Scott Wood | 2008-10-31 | 1 | -7/+5 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 3 | -13/+13 |
* | Add JFFS2 command support on OneNAND | Kyungmin Park | 2008-09-06 | 1 | -0/+118 |
* | fs: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-31 | 9 | -33/+6 |
* | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | 2 | -4/+4 |
* | Fix printf() format issues with sizeof_t types by using %zu | Wolfgang Denk | 2008-07-14 | 2 | -8/+12 |
* | Fix some more printf() format problems. | Wolfgang Denk | 2008-07-13 | 1 | -2/+2 |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | 1 | -2/+2 |
* | jffs2_1pass.c: add watchdog support | Stuart Wood | 2008-06-29 | 1 | -0/+3 |
* | Cleanup nand_info[] declaration. | Stelian Pop | 2008-05-28 | 1 | -3/+0 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 2 | -10/+10 |
* | jffs2_1pass.c: fix incompatible pointer type warning | Wolfgang Denk | 2008-04-28 | 1 | -4/+0 |
* | fix comments with new drivers organization | Marcel Ziswiler | 2008-01-09 | 1 | -1/+1 |
* | Build: split COBJS value into multiple lines | Grant Likely | 2007-11-15 | 1 | -3/+9 |
* | fs/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | 6 | -6/+6 |
* | fs/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | 8 | -19/+19 |
* | Fixing some typos etc. introduced mainly by cfg patches. | Wolfgang Denk | 2007-07-05 | 1 | -3/+6 |
* | fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 8 | -15/+15 |
* | [PATCH] MTD partition support, JFFS2 support | Michal Simek | 2007-04-24 | 1 | -1/+1 |
* | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | 1 | -1/+1 |
* | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | 1 | -7/+9 |