summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-03-04ubifs: Allow ubifsmount volume reference by numberJoe Hershberger1-3/+1
2013-03-04sandbox: Add host filesystemSimon Glass3-0/+140
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass3-110/+62
2013-03-04fs: Use map_sysmem() on readSimon Glass1-8/+15
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass1-8/+12
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass1-34/+26
2013-03-04fs: Fully populate the filesystem method structSimon Glass1-9/+47
2013-03-04ext4: Split write support into its own fileSimon Glass3-964/+997
2013-03-01fs: Use new numeric setenv functionsSimon Glass2-6/+2
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud2-34/+32
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud2-2/+4
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut1-2/+2
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski1-2/+3
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski3-9/+11
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski1-0/+1
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski1-2/+3
2012-12-07cbfs: Remove mention of CREDITS filesSimon Glass2-6/+1
2012-11-14fs/fs.c: do_fsload: measure throughputAndreas Bießmann1-1/+10
2012-11-14fs: zfs: fix illegal use of fpAlejandro Mery1-1/+3
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-03ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-51/+0
2012-11-03fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren1-1/+12
2012-10-30fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2-0/+355
2012-10-30fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren5-11/+8
2012-10-30fs: 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-04ext4: 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-26cmd_reiser: use common get_device_and_partition functionRob Herring1-19/+10
2012-09-26cmd_zfs: use common get_device_and_partition functionRob Herring1-24/+11
2012-09-26cmd_extX: use common get_device_and_partition functionRob Herring3-21/+13
2012-09-26ext4: 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