Age | Commit message (Expand) | Author |
2009-08-21 | jffs2: some fixes to summary support | Ilya Yanok |
2009-08-18 | jffs2: clean the cache in case of malloc fails in build_lists | Ilya Yanok |
2009-07-28 | ext2: fix inode size and calculations | Weirich, Bernhard |
2009-07-16 | Remove legacy NAND and disk on chip code. | Scott Wood |
2009-06-12 | FAT replace compare_sign with strncmp. | Tom Rix |
2009-06-09 | ubifs: fix small error path mismatch | Daniel Mack |
2009-04-30 | ubifs: BUG: Blocks commpressed with zlib | Ricardo Ribalda Delgado |
2009-04-28 | ubifs: BUG realpath string must be ended with NULL | Ricardo Ribalda Delgado |
2009-04-28 | UBIFS: Remove tnc_commit.c which is not used in the read-only version | Stefan Roese |
2009-04-28 | UBIFS: fix recovery bug | Adrian Hunter |
2009-04-05 | Update CHANGELOG, coding style cleanup. | Wolfgang Denk |
2009-04-04 | UBIFS: add R/O compatibility | Artem Bityutskiy |
2009-04-04 | rename include/zlib.h to include/u-boot/zlib.h | Jean-Christophe PLAGNIOL-VILLARD |
2009-04-03 | mflash: Initial mflash support | unsik Kim |
2009-03-20 | UBIFS: Missing offset relocation for compressor 'none' | Michael Lawnick |
2009-03-20 | UBIFS: Implement read-only UBIFS support in U-Boot | Stefan Roese |
2009-01-27 | fat.c: fix warning: array subscript is above array bounds | Wolfgang Denk |
2009-01-24 | fat: fix unaligned errors | Bryan Wu |
2008-12-16 | jffs2: include <linux/mtd/compat.h> instead of defining own min_t | Ilya Yanok |
2008-12-10 | fs/fat: handle FAT on SATA | Sonic Zhang |
2008-12-09 | jffs2: cache data_crc results | Ilya Yanok |
2008-12-09 | jffs2: summary support | Ilya Yanok |
2008-12-09 | jffs2: add buffer to cache flash accesses | Ilya Yanok |
2008-12-09 | jffs2: rewrite jffs2 scanning code based on Linux one | Ilya Yanok |
2008-12-09 | jffs2: fix searching for latest version in jffs2_1pass_list_inodes() | Ilya Yanok |
2008-12-04 | Remove non-ascii characters from fat code | Remy Bohmer |
2008-10-31 | JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. | Scott Wood |
2008-10-18 | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD |
2008-09-06 | Add JFFS2 command support on OneNAND | Kyungmin Park |
2008-08-31 | fs: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD |
2008-08-21 | Make the YAFFS filesystem work | Remy Bohmer |
2008-08-14 | Coding Style cleanup, update CHANGELOG | Wolfgang Denk |
2008-08-13 | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD |
2008-08-12 | moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks | William Juul |
2008-08-12 | Clean out unneeded files | William Juul |
2008-08-12 | Create symlinks from yaffs2/direct to yaffs2 | William Juul |
2008-08-12 | Incorporate yaffs2 into U-boot | William Juul |
2008-08-12 | YAFFS2 import | William Juul |
2008-07-14 | Fix printf() format issues with sizeof_t types by using %zu | Wolfgang Denk |
2008-07-13 | Fix some more printf() format problems. | Wolfgang Denk |
2008-07-13 | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD |
2008-06-29 | jffs2_1pass.c: add watchdog support | Stuart Wood |
2008-05-28 | Cleanup nand_info[] declaration. | Stelian Pop |
2008-05-21 | Big white-space cleanup. | Wolfgang Denk |
2008-04-28 | jffs2_1pass.c: fix incompatible pointer type warning | Wolfgang Denk |
2008-03-26 | Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing | Bartlomiej Sieka |
2008-03-16 | cramfs: Fix ifdef | Jean-Christophe PLAGNIOL-VILLARD |
2008-03-12 | Merge branch 'master' of git://www.denx.de/git/u-boot into new-image | Marian Balakowicz |
2008-03-03 | Fix checking fat32 cluster size. | michael |
2008-03-02 | fs: Fix ext2 read issue | Dave Liu |