| Commit message (Expand) | Author | Age | Lines |
* | cramfs: make cramfs usable without a NOR flash | Heiko Schocher | 2011-05-10 | -0/+4 |
* | Fix misc spelling errors found by lintian | Loïc Minier | 2011-04-12 | -2/+2 |
* | fat32 root directory handling | Erik Hansen | 2011-04-02 | -14/+23 |
* | UBIFS: Fix dereferencing type-punned pointer compiler warning | Dirk Behme | 2011-01-11 | -1/+2 |
* | Merge branch 'master' of ../master into next | Wolfgang Denk | 2010-12-16 | -15/+60 |
|\ |
|
| * | ubifs.c: BUG: Error following links | Ricardo Ribalda Delgado | 2010-12-03 | -1/+1 |
| * | UBIFS: Change ubifsload to not read beyond the requested size | Stefan Roese | 2010-12-03 | -13/+58 |
| * | UBIFS: Add ubifsumount command to unmount an active volume | Stefan Roese | 2010-12-03 | -1/+1 |
* | | ext2: constify file/dir names | Mike Frysinger | 2010-11-28 | -2/+2 |
|/ |
|
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -16/+16 |
* | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk | 2010-10-29 | -1/+1 |
* | FAT: buffer overflow with FAT12/16 | Stefano Babic | 2010-10-20 | -1/+1 |
* | VFAT: fix processing of scattered long file name entries | Mikhail Zolotaryov | 2010-10-12 | -12/+37 |
* | ext2fs: Fix optimization bug for doubly-indirect block pointers | Aaron Pace | 2010-08-07 | -1/+1 |
* | fs/fat: Big code cleanup. | Wolfgang Denk | 2010-07-24 | -549/+630 |
* | FAT32: fix broken root directory handling. | Wolfgang Denk | 2010-07-24 | -10/+50 |
* | FAT32: fix support for superfloppy-format (PBR) | Wolfgang Denk | 2010-07-24 | -2/+5 |
* | nios: remove nios-32 arch | Thomas Chou | 2010-05-28 | -3/+0 |
* | ubifsmount fails due to not initialized list | Stefano Babic | 2010-04-28 | -0/+1 |
* | jffs2, suen3: Fix compiler warning | Heiko Schocher | 2010-03-31 | -15/+22 |
* | JFFS2: drop support for LZARI compression mode | Wolfgang Denk | 2010-01-15 | -273/+35 |
* | move prototypes for gunzip() and zunzip() to common.h | Wolfgang Wegner | 2009-12-21 | -3/+0 |
* | common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL | Heiko Schocher | 2009-12-08 | -4/+0 |
* | EXT2FS: fix inode size for ext2fs rev#0 | Michael Brandt | 2009-12-05 | -7/+13 |
* | Conditionally perform common relocation fixups | Peter Tyser | 2009-10-03 | -0/+4 |
* | ubifs: Correct dereferencing of files-after-symlinks | Simon Kagstrom | 2009-09-28 | -1/+1 |
* | ubifs: Add support for looking up directory and relative symlinks | Simon Kagstrom | 2009-09-23 | -25/+43 |
* | Move __set/clear_bit from ubifs.h to bitops.h | Simon Kagstrom | 2009-09-15 | -32/+0 |
* | jffs2: some fixes to summary support | Ilya Yanok | 2009-08-21 | -41/+81 |
* | jffs2: clean the cache in case of malloc fails in build_lists | Ilya Yanok | 2009-08-18 | -3/+14 |
* | ext2: fix inode size and calculations | Weirich, Bernhard | 2009-07-28 | -21/+32 |
* | Remove legacy NAND and disk on chip code. | Scott Wood | 2009-07-16 | -24/+0 |
* | FAT replace compare_sign with strncmp. | Tom Rix | 2009-06-12 | -33/+3 |
* | ubifs: fix small error path mismatch | Daniel Mack | 2009-06-09 | -4/+2 |
* | ubifs: BUG: Blocks commpressed with zlib | Ricardo Ribalda Delgado | 2009-04-30 | -3/+5 |
* | ubifs: BUG realpath string must be ended with NULL | Ricardo Ribalda Delgado | 2009-04-28 | -0/+1 |
* | UBIFS: Remove tnc_commit.c which is not used in the read-only version | Stefan Roese | 2009-04-28 | -1102/+0 |
* | UBIFS: fix recovery bug | Adrian Hunter | 2009-04-28 | -47/+23 |
* | Update CHANGELOG, coding style cleanup. | Wolfgang Denk | 2009-04-05 | -1/+0 |
* | UBIFS: add R/O compatibility | Artem Bityutskiy | 2009-04-04 | -11/+71 |
* | rename include/zlib.h to include/u-boot/zlib.h | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+1 |
* | mflash: Initial mflash support | unsik Kim | 2009-04-03 | -0/+2 |
* | UBIFS: Missing offset relocation for compressor 'none' | Michael Lawnick | 2009-03-20 | -1/+4 |
* | UBIFS: Implement read-only UBIFS support in U-Boot | Stefan Roese | 2009-03-20 | -0/+16972 |
* | fat.c: fix warning: array subscript is above array bounds | Wolfgang Denk | 2009-01-27 | -3/+7 |
* | fat: fix unaligned errors | Bryan Wu | 2009-01-24 | -3/+5 |
* | jffs2: include <linux/mtd/compat.h> instead of defining own min_t | Ilya Yanok | 2008-12-16 | -5/+1 |
* | fs/fat: handle FAT on SATA | Sonic Zhang | 2008-12-10 | -0/+3 |
* | jffs2: cache data_crc results | Ilya Yanok | 2008-12-09 | -1/+5 |
* | jffs2: summary support | Ilya Yanok | 2008-12-09 | -1/+349 |