summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-19sandbox: only do sandboxfs for hostfs interfaceSjoerd Simons1-1/+5
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-03-06fs: ext4 write: return file len on successPrzemyslaw Marczak1-0/+3
2015-02-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini7-24/+986
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons1-0/+27
2015-01-29ubifs: Enable journal replay during mountAnton Habegger5-14/+978
2015-01-28ubifs: Import atomic_long operations from LinuxAnton Habegger2-10/+8
2015-01-05fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak1-18/+51
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini3-11/+16
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami4-87/+70
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami1-23/+55
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami4-28/+75
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami3-86/+113
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner2-0/+58
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2-8/+7
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada1-4/+0
2014-11-11ZFS: Clean up cppcheck warnings where relevant, leaked memory etcJorgen Lundman1-1/+8
2014-10-28spl: Add EXT support to SPLGuillaume GARDET1-0/+1
2014-10-27ext4: Use inttypes for printf() stringSimon Glass1-1/+2
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