Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
71022cbfe7cbe3636e867d570941d8bb3fdda477
/
fs
bcaa1f7
jffs2: some fixes to summary support
by Ilya Yanok
· 15 years ago
a87011e
jffs2: clean the cache in case of malloc fails in build_lists
by Ilya Yanok
· 15 years ago
0d9e485
ext2: fix inode size and calculations
by Weirich, Bernhard
· 15 years ago
9866305
Remove legacy NAND and disk on chip code.
by Scott Wood
· 16 years ago
155abaa
FAT replace compare_sign with strncmp.
by Tom Rix
· 16 years ago
b577580
ubifs: fix small error path mismatch
by Daniel Mack
· 15 years ago
a7a743e
ubifs: BUG: Blocks commpressed with zlib
by Ricardo Ribalda Delgado
· 16 years ago
3ed24a2
ubifs: BUG realpath string must be ended with NULL
by Ricardo Ribalda Delgado
· 16 years ago
38037b0
UBIFS: Remove tnc_commit.c which is not used in the read-only version
by Stefan Roese
· 16 years ago
542bcb9
UBIFS: fix recovery bug
by Adrian Hunter
· 16 years ago
e366f15
Update CHANGELOG, coding style cleanup.
by Wolfgang Denk
· 16 years ago
619697a
UBIFS: add R/O compatibility
by Artem Bityutskiy
· 16 years ago
6bb9449
rename include/zlib.h to include/u-boot/zlib.h
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
f0b1bdd
mflash: Initial mflash support
by unsik Kim
· 16 years ago
b061701
UBIFS: Missing offset relocation for compressor 'none'
by Michael Lawnick
· 16 years ago
2fc10f6
UBIFS: Implement read-only UBIFS support in U-Boot
by Stefan Roese
· 16 years ago
bd10900
fat.c: fix warning: array subscript is above array bounds
by Wolfgang Denk
· 16 years ago
95f99a4
fat: fix unaligned errors
by Bryan Wu
· 16 years ago
71e05e0
jffs2: include <linux/mtd/compat.h> instead of defining own min_t
by Ilya Yanok
· 16 years ago
853208e
fs/fat: handle FAT on SATA
by Sonic Zhang
· 16 years ago
c0c0773
jffs2: cache data_crc results
by Ilya Yanok
· 16 years ago
a933bd6
jffs2: summary support
by Ilya Yanok
· 16 years ago
e7fd671
jffs2: add buffer to cache flash accesses
by Ilya Yanok
· 16 years ago
ddb0269
jffs2: rewrite jffs2 scanning code based on Linux one
by Ilya Yanok
· 16 years ago
c4785fb
jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
by Ilya Yanok
· 16 years ago
7c8f2ce
Remove non-ascii characters from fat code
by Remy Bohmer
· 16 years ago
c97ba11
JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
by Scott Wood
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2538374
Add JFFS2 command support on OneNAND
by Kyungmin Park
· 16 years ago
39b9fc9
fs: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2c640fe
Make the YAFFS filesystem work
by Remy Bohmer
· 16 years ago
74e0dde
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
719bb5f
drivers/mtd/nand: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
589ad29
moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
by William Juul
· 17 years ago
5bc74b4
Clean out unneeded files
by William Juul
· 16 years ago
53a4503
Create symlinks from yaffs2/direct to yaffs2
by William Juul
· 17 years ago
e24ebad
Incorporate yaffs2 into U-boot
by William Juul
· 17 years ago
c051bbe
YAFFS2 import
by William Juul
· 17 years ago
509cd07
Fix printf() format issues with sizeof_t types by using %zu
by Wolfgang Denk
· 16 years ago
fe036dd
Fix some more printf() format problems.
by Wolfgang Denk
· 16 years ago
c4fb57c
Fix some more printf() format issues.
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
471a2f0
jffs2_1pass.c: add watchdog support
by Stuart Wood
· 16 years ago
3ab2ad5
Cleanup nand_info[] declaration.
by Stelian Pop
· 17 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
650c869
jffs2_1pass.c: fix incompatible pointer type warning
by Wolfgang Denk
· 17 years ago
9eede9b
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
by Bartlomiej Sieka
· 17 years ago
b232fe7
cramfs: Fix ifdef
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
2c3685f
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
by Marian Balakowicz
· 17 years ago
2c4d298
Fix checking fat32 cluster size.
by michael
· 17 years ago
27b4343
fs: Fix ext2 read issue
by Dave Liu
· 17 years ago
2429d4f
Merge branch 'master' of /home/git/u-boot
by Marian Balakowicz
· 17 years ago
1efe578
Fix CONFIG_MMC usage in fat code
by Andy Fleming
· 17 years ago
be946ba
[new uImage] Move gunzip() common code to common/gunzip.c
by Marian Balakowicz
· 17 years ago
55b8668
Fix my own merge stupidity
by Andy Fleming
· 17 years ago
aea6856
fix comments with new drivers organization
by Marcel Ziswiler
· 17 years ago
ed31f72
Fix building with CRAMFS but not JFFS2 support
by Harald Welte
· 17 years ago
51fbbb7
Fix memset bug in ext2fs_read_file()
by Wolfgang Denk
· 17 years ago
1179ad1
Build: split COBJS value into multiple lines
by Grant Likely
· 17 years ago
393c54a
[FIX] remove files form repository
by Michal Simek
· 17 years ago
40277b3
Synchronize with U-BOOT mainline
by Michal Simek
· 17 years ago
79c0611
[FIX] Correction command definition
by Michal Simek
· 17 years ago
6afb2a07
Merge git://www.denx.de/git/u-boot
by Michal Simek
· 17 years ago
e78f258
Fix missing brace error in fs/fat/fat.c [pointed out by Roderik Wildenburg]
by Wolfgang Denk
· 17 years ago
f0018ad
[FIX] Fix romfs code
by Michal Simek
· 17 years ago
7e5e09f
Merge branch 'testing' into working
by Andy Fleming
· 17 years ago
09da925
[FS] Added support for ROMFS
by Michal Simek
· 17 years ago
8bdca10
fs/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
80eb47c
fs/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
15888b4
Fixing some typos etc. introduced mainly by cfg patches.
by Wolfgang Denk
· 17 years ago
32912ff
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
633e03a
[PCS440EP] upgrade the PCS440EP board:
by Heiko Schocher
· 17 years ago
fb312c8
Reduce line lengths to 80 characters max.
by Peter Pearse
· 18 years ago
9da36da
Merge with git://www.denx.de/git/u-boot.git
by Peter Pearse
· 18 years ago
d862a25
New board SMN42 branch
by Peter Pearse
· 18 years ago
ab34023
[PATCH] MTD partition support, JFFS2 support
by Michal Simek
· 18 years ago
6a65e42
Move "ar" flags to config.mk to allow for silent "make -s"
by Wolfgang Denk
· 18 years ago
d62379d
Add support for a saving build objects in a separate directory.
by Marian Balakowicz
· 18 years ago
6a07675
Fix JFFS2 support for legacy NAND driver.
by Marian Balakowicz
· 19 years ago
315b46a
Add support for Lite5200B board.
by Wolfgang Denk
· 19 years ago
dd7e866
Add crc of data to jffs2 (in jffs2_1pass_build_lists()).
by Wolfgang Denk
· 19 years ago
582f1a3
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
by Bartlomiej Sieka
· 19 years ago
6eed2ab
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
by Bartlomiej Sieka
· 19 years ago
b7a97c7
Add VGA support (CT69000) to CPCI750 board.
by Stefan Roese
· 19 years ago
bcc5dfc
Merge with /home/m8/git/u-boot
by Wolfgang Denk
· 19 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
513b4a1
Added support for TQM834x boards.
by Marian Balakowicz
· 19 years ago
7b9bc3a
Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005
by Wolfgang Denk
· 19 years ago
6583f36
Merge with testing-NAND (Rewrite of NAND code)
by Wolfgang Denk
· 19 years ago
2f9b7e4
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
by Wolfgang Denk
· 19 years ago
79117cd
Fix return values of the jffs2 commands ls/fsload/fsinfo,
by Wolfgang Denk
· 19 years ago
eb95c85
Add configuration for IFM AEV FIFO board. Minor coding style cleanup.
by Wolfgang Denk
· 19 years ago
47f5779
Add common (with Linux) MTD partition scheme and "mtdparts" command
by Wolfgang Denk
· 19 years ago
9f191a1
Add support for Altera NIOS DK1C20 board Patch by Shlomo Kut, 13 Dec 2004
by Wolfgang Denk
· 19 years ago
b85efc2
It's better to handle LZO and LZARI compression mdoes for JFFS2 with
by wdenk
· 20 years ago
e84ec90
Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
by wdenk
· 20 years ago
e02d2ae
Fix problem with symbolic links in JFFS2 code.
by wdenk
· 20 years ago
286dca8
* Fix get_partition_info() parameter error in all other calls
by wdenk
· 20 years ago
b7345fc
* Patch by Cajus Hahn, 04 Feb 2005:
by wdenk
· 20 years ago
11392db
Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -> uc100
by wdenk
· 20 years ago
07d7e6b
Code cleanup.
by wdenk
· 20 years ago
Next »