aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-2/+0
2012-11-04fs: rename fsload command to loadStephen Warren1-1/+1
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren1-4/+4
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren1-3/+7
2012-11-02ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-51/+0
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren1-1/+12
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2-0/+355
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren5-11/+8
2012-10-29fs: delete unused MakefileStephen Warren1-43/+0
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren1-35/+31
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren1-2/+6
2012-10-25FAT: remove cur_part_nrStephen Warren1-7/+2
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black3-0/+383
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut2-9/+13
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD2-0/+5
2012-10-08yaffs2: Fix GCC 4.6 compile warningsAnatolij Gustschin5-40/+14
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren1-1/+1
2012-10-03ext4: Rename block group descriptor table from gd to bgdSimon Glass2-90/+94
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau2-28/+88
2012-09-25cmd_reiser: use common get_device_and_partition functionRob Herring1-19/+10
2012-09-25cmd_zfs: use common get_device_and_partition functionRob Herring1-24/+11
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring3-21/+13
2012-09-25ext4: remove init_fs/deinit_fsRob Herring1-34/+2
2012-09-20Merge branch 'ext4'Tom Rini12-1054/+4551
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren3-4/+9
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau1-4/+4
2012-09-10ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola1-2/+2
2012-09-03ubifs: Fix memory leak in ubifs_finddirStefan Roese1-5/+6
2012-09-02FAT: Simplify get_contentsBenoît Thébaudeau1-13/+1
2012-09-02FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau1-12/+30
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau1-26/+33
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau1-1/+0
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau1-2/+2
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau1-23/+21
2012-09-02u-boot yaffs2: Fix compilation warningsCharles Manning10-100/+6
2012-08-09ext4fs write supportUma Shankar8-0/+3226
2012-08-09ext4fs ls load supportUma Shankar8-1054/+1320
2012-08-09zfs: Add ZFS filesystem supportJorgen Lundman7-0/+2912
2012-08-09u-boot: Update yaffs2 file systemCharles Manning62-9909/+13269
2012-08-09UBIFS: Improve error message when reading superblock failedBernhard Walle1-1/+1
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-06-21Block: Remove MG DISK supportMarek Vasut1-2/+0
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger1-5/+2
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson1-10/+12
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin1-9/+1
2012-03-24FAT write: Fix compile errorsDonggeun Kim1-12/+8
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim1-0/+11