summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-3/+3
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada7-0/+19
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada19-19/+0
2014-08-26mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-2/+3
2014-08-26mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher1-0/+6
2014-08-26mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher22-1934/+14456
2014-08-26lib, linux: move linux specific defines to linux/compat.hHeiko Schocher1-2/+0
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren4-0/+58
2014-07-22catch wrong load address passed to fatload / ext2loadPavel Machek1-1/+4
2014-07-19yaffs2: preprocessor cleanupJeroen Hofstee1-11/+10
2014-07-19yaffs2: cosmetic: remove self assignmentsJeroen Hofstee3-22/+1
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren1-3/+1
2014-06-12jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee1-1/+1
2014-06-12ext4: correctly zero filenameJeroen Hofstee1-1/+1
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae1-1/+1
2014-05-13fs/fat: correct FAT16/12 file finding in root dirWu, Josh1-0/+27
2014-05-13fs: fat_write: fix the incorrect last cluster checkingWu, Josh1-1/+1
2014-05-13fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski2-9/+27
2014-05-13fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski2-41/+21
2014-05-12fs: ubifs: drop __DATE__ and __TIME__Masahiro Yamada1-1/+0
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-27Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+0
2014-02-27arm: 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-09fs: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-16mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+3
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1