summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-05-01fs/fat: Don't multiply fatsize with sector sizeEgbert Eich
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass
2013-05-01fs: Add support for saving data to filesystemsSimon Glass
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger
2013-04-01Consolidate bool typeYork Sun
2013-03-04ubifs: Allow ubifsmount volume reference by numberJoe Hershberger
2013-03-04sandbox: Add host filesystemSimon Glass
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass
2013-03-04fs: Use map_sysmem() on readSimon Glass
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass
2013-03-04fs: Fully populate the filesystem method structSimon Glass
2013-03-04ext4: Split write support into its own fileSimon Glass
2013-02-28fs: Use new numeric setenv functionsSimon Glass
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski
2012-12-06cbfs: Remove mention of CREDITS filesSimon Glass
2012-11-14fs/fs.c: do_fsload: measure throughputAndreas Bießmann
2012-11-14fs: zfs: fix illegal use of fpAlejandro Mery
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips
2012-11-04fs: rename fsload command to loadStephen Warren
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren
2012-11-02ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren
2012-10-29fs: delete unused MakefileStephen Warren
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren
2012-10-25FAT: remove cur_part_nrStephen Warren
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-08yaffs2: Fix GCC 4.6 compile warningsAnatolij Gustschin
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren
2012-10-03ext4: Rename block group descriptor table from gd to bgdSimon Glass
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau
2012-09-25cmd_reiser: use common get_device_and_partition functionRob Herring
2012-09-25cmd_zfs: use common get_device_and_partition functionRob Herring
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring
2012-09-25ext4: remove init_fs/deinit_fsRob Herring
2012-09-20Merge branch 'ext4'Tom Rini
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau