aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-23/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk41-629/+41
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio1-6/+6
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy5-60/+80
2013-07-15cramfs: fix bug for wrong filename comparisonHolger Brunck1-1/+2
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2-16/+16
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin2-16/+16
2013-05-24ext4: assign get_fs()->dev_desc before using itStephen Warren1-1/+1
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich6-67/+91
2013-05-01fs/fat: Don't multiply fatsize with sector sizeEgbert Eich1-1/+0
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass2-0/+34
2013-05-01fs: Add support for saving data to filesystemsSimon Glass1-0/+74
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger1-0/+4
2013-04-01Consolidate bool typeYork Sun2-6/+4
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-02-28fs: 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-06cbfs: 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-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