summaryrefslogtreecommitdiff
path: root/fs/jffs2/jffs2_1pass.c
Commit message (Expand)AuthorAgeLines
* jffs2, suen3: Fix compiler warningHeiko Schocher2010-03-31-15/+22
* JFFS2: drop support for LZARI compression modeWolfgang Denk2010-01-15-6/+2
* jffs2: some fixes to summary supportIlya Yanok2009-08-21-41/+81
* jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok2009-08-18-3/+14
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-16-20/+0
* jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok2008-12-16-5/+1
* jffs2: cache data_crc resultsIlya Yanok2008-12-09-1/+4
* jffs2: summary supportIlya Yanok2008-12-09-1/+186
* jffs2: add buffer to cache flash accessesIlya Yanok2008-12-09-44/+72
* jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok2008-12-09-56/+171
* jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok2008-12-09-3/+2
* JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood2008-10-31-7/+5
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-7/+7
* Add JFFS2 command support on OneNANDKyungmin Park2008-09-06-0/+118
* fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-31-5/+0
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-3/+3
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-14-4/+6
* Fix some more printf() format problems.Wolfgang Denk2008-07-13-2/+2
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-13-2/+2
* jffs2_1pass.c: add watchdog supportStuart Wood2008-06-29-0/+3
* Cleanup nand_info[] declaration.Stelian Pop2008-05-28-3/+0
* Big white-space cleanup.Wolfgang Denk2008-05-21-9/+9
* jffs2_1pass.c: fix incompatible pointer type warningWolfgang Denk2008-04-28-4/+0
* fix comments with new drivers organizationMarcel Ziswiler2008-01-09-1/+1
* fs/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
* fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-10/+10
* Fixing some typos etc. introduced mainly by cfg patches.Wolfgang Denk2007-07-05-3/+6
* fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-8/+8
* Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-6/+28
* Add crc of data to jffs2 (in jffs2_1pass_build_lists()).Wolfgang Denk2006-03-12-1/+2
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-05-10/+14
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-24-4/+4
|\
| * Update of new NAND codeWolfgang Denk2005-09-14-4/+4
* | Merge with /home/m8/git/u-bootWolfgang Denk2005-10-15-1/+1
|\ \
| * | Added support for TQM834x boards.Marian Balakowicz2005-10-11-1/+1
| |/
* | Cleanup for GCC-4.xWolfgang Denk2005-10-13-9/+9
|/
* Fix return values of the jffs2 commands ls/fsload/fsinfo,Wolfgang Denk2005-08-16-2/+2
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-10-3/+3
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-38/+94
* It's better to handle LZO and LZARI compression mdoes for JFFS2 withwdenk2005-05-05-9/+5
* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS ofwdenk2005-05-05-1/+17
* Fix problem with symbolic links in JFFS2 code.wdenk2005-05-04-1/+5
* Patch by Klaus Heydeck, 12 May 2004:wdenk2004-05-12-1/+1
* * Fix memory leak in the NAND-specific JFFS2 codewdenk2004-05-05-3/+6
* * Fix minor NAND JFFS2 related issuewdenk2004-05-03-1/+1
* * Back out Patch by Christian Hohnstaedt, 23 Apr 2004:wdenk2004-04-25-47/+15
* * Patch by Christian Hohnstaedt, 23 Apr 2004:wdenk2004-04-25-15/+47
* * Patch by Yasushi Shoji, 07 Apr 2004:wdenk2004-04-18-6/+6
* * Configure PPChameleon board to use redundand environment in flashwdenk2004-04-18-31/+210
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-23-6/+10