summaryrefslogtreecommitdiff
path: root/fs/ext2/ext2fs.c
Commit message (Expand)AuthorAgeLines
* ext2fs: fix warning: 'blocknxt' may be used uninitializedKim Phillips2012-07-08-1/+1
* ext2load: increase read speedu-boot@lakedaemon.net2012-06-21-2/+24
* ext2: Cache line align indirection buffersSimon Glass2012-01-05-6/+12
* ext2: constify file/dir namesMike Frysinger2010-11-28-2/+2
* ext2fs: Fix optimization bug for doubly-indirect block pointersAaron Pace2010-08-07-1/+1
* EXT2FS: fix inode size for ext2fs rev#0Michael Brandt2009-12-05-7/+13
* ext2: fix inode size and calculationsWeirich, Bernhard2009-07-28-21/+32
* fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-31-4/+0
* Fix memset bug in ext2fs_read_file()Wolfgang Denk2008-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-1/+1
* fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* Add VGA support (CT69000) to CPCI750 board.Stefan Roese2006-01-18-1/+1
* * Patch by Cajus Hahn, 04 Feb 2005:wdenk2005-02-04-4/+4
* Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -> uc100wdenk2004-12-19-1/+1
* Code cleanup.wdenk2004-12-16-525/+399
* ext2fs support addedstroese2004-12-16-0/+1004