summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-03-05fs: ext4 write: return file len on successPrzemyslaw Marczak
2015-02-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons
2015-01-29ubifs: Enable journal replay during mountAnton Habegger
2015-01-28ubifs: Import atomic_long operations from LinuxAnton Habegger
2015-01-05fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada
2014-11-10ZFS: Clean up cppcheck warnings where relevant, leaked memory etcJorgen Lundman
2014-10-27spl: Add EXT support to SPLGuillaume GARDET
2014-10-27ext4: Use inttypes for printf() stringSimon Glass
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