aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-12fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu1-1/+1
2014-03-04yaffs: Remove private list implementationSimon Glass2-127/+1
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+0
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini1-3/+0
2014-02-26Revert "ext4fs: Add ext4 extent cache for read operations"Tom Rini3-130/+73
2014-02-21ubifs: fix checkpatch warningKaricheri, Muralidharan1-0/+7
2014-02-21ext4fs: Add ext4 extent cache for read operationsIonut Nicu3-73/+130
2014-02-21fs/fdos: RemoveTom Rini10-1488/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada2-7/+4
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2014-02-19fat: implement exists() for FAT fsStephen Warren2-5/+15
2014-02-19ext4: implement exists() for ext4fsStephen Warren2-1/+9
2014-02-19sandbox: implement exists() functionStephen Warren2-1/+9
2014-02-19fs: don't pass NULL dev_desc to most filesystemsStephen Warren1-0/+16
2014-02-19fs: implement infrastructure for an 'exists' functionStephen Warren1-0/+32
2014-02-19fs: fix generic save command implementationStephen Warren1-6/+3
2014-01-20yaffs2: Remove block number check from summary verificationCharles Manning1-1/+0
2014-01-20ext4fs: fix "invalid extent block" errorIonut Nicu1-1/+1
2014-01-20ext4fs: use EXT2_BLOCK_SIZE instead of fs->blkszIonut Nicu1-2/+2
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun3-28/+28
2014-01-20fs/ext4: fix partition size get truncated in calculationMa Haijun1-1/+1
2013-12-13yaffs2: Use lldiv for 64bit divisionTom Rini2-3/+5
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini1-1/+3
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada11-25/+23
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada1-0/+5
2013-11-08fs:fat: fix set file name functionPiotr Wilczek1-1/+1
2013-10-31fs: move some file system to fs/MakefileMasahiro Yamada1-0/+11
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada12-312/+24
2013-10-15mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+3
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-10-07Fix number base handling of "load" commandWolfgang Denk1-8/+8
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh1-3/+5
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