summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren
2014-07-22catch wrong load address passed to fatload / ext2loadPavel Machek
2014-07-18yaffs2: preprocessor cleanupJeroen Hofstee
2014-07-18yaffs2: cosmetic: remove self assignmentsJeroen Hofstee
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren
2014-06-11jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee
2014-06-11ext4: correctly zero filenameJeroen Hofstee
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae
2014-05-12fs/fat: correct FAT16/12 file finding in root dirWu, Josh
2014-05-12fs: fat_write: fix the incorrect last cluster checkingWu, Josh
2014-05-12fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski
2014-05-12fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski
2014-05-12fs: ubifs: drop __DATE__ and __TIME__Masahiro Yamada
2014-05-12fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu
2014-03-04yaffs: Remove private list implementationSimon Glass
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini
2014-02-26Revert "ext4fs: Add ext4 extent cache for read operations"Tom Rini
2014-02-21ubifs: fix checkpatch warningKaricheri, Muralidharan
2014-02-21ext4fs: Add ext4 extent cache for read operationsIonut Nicu
2014-02-21fs/fdos: RemoveTom Rini
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-02-19fat: implement exists() for FAT fsStephen Warren
2014-02-19ext4: implement exists() for ext4fsStephen Warren
2014-02-19sandbox: implement exists() functionStephen Warren
2014-02-19fs: don't pass NULL dev_desc to most filesystemsStephen Warren
2014-02-19fs: implement infrastructure for an 'exists' functionStephen Warren
2014-02-19fs: fix generic save command implementationStephen Warren
2014-01-20yaffs2: Remove block number check from summary verificationCharles Manning
2014-01-20ext4fs: fix "invalid extent block" errorIonut Nicu
2014-01-20ext4fs: use EXT2_BLOCK_SIZE instead of fs->blkszIonut Nicu
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun
2014-01-20fs/ext4: fix partition size get truncated in calculationMa Haijun
2013-12-13yaffs2: Use lldiv for 64bit divisionTom Rini
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada
2013-11-08fs:fat: fix set file name functionPiotr Wilczek
2013-10-31fs: move some file system to fs/MakefileMasahiro Yamada
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-15mtd: fix warnings due to 64-bit partition supportScott Wood
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk