aboutsummaryrefslogtreecommitdiff
path: root/fs/ext2/ext2fs.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09ext4fs ls load supportUma Shankar1-919/+0
2012-08-07ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2Tom Rini1-2/+2
2012-07-08ext2fs: fix warning: 'blocknxt' may be used uninitializedKim Phillips1-1/+1
2012-06-21ext2load: increase read speedu-boot@lakedaemon.net1-2/+24
2012-01-05ext2: Cache line align indirection buffersSimon Glass1-6/+12
2010-11-28ext2: constify file/dir namesMike Frysinger1-2/+2
2010-08-07ext2fs: Fix optimization bug for doubly-indirect block pointersAaron Pace1-1/+1
2009-12-05EXT2FS: fix inode size for ext2fs rev#0Michael Brandt1-7/+13
2009-07-28ext2: fix inode size and calculationsWeirich, Bernhard1-21/+32
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-01-09Fix memset bug in ext2fs_read_file()Wolfgang Denk1-1/+1
2007-07-10fs/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-01-18Add VGA support (CT69000) to CPCI750 board.Stefan Roese1-1/+1
2005-02-04* Patch by Cajus Hahn, 04 Feb 2005:wdenk1-4/+4
2004-12-19Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -> uc100wdenk1-1/+1
2004-12-16Code cleanup.wdenk1-525/+399
2004-12-16ext2fs support addedstroese1-0/+1004