aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-09-11fs: ext4: fix symlink read functionGary Bisson1-1/+1
2015-09-11ext4: fix leak in check_filename()Stephen Warren1-2/+3
2015-09-11ext4: free allocations by parse_path()Stephen Warren1-2/+6
2015-09-11ext4: avoid calling ext4fs_mount() twice, which leaksStephen Warren1-9/+0
2015-09-11FIX: fat: Provide correct return code from disk_{read|write} to upper layersƁukasz Majewski2-4/+18
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass4-0/+4
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass2-0/+5
2015-09-11fat: handle paths that include ../Stephen Warren1-0/+29
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2-4/+5
2015-08-13fs/fs.c: read up to EOF when len would read past EOFMax Krummenacher1-4/+2
2015-08-12JFFS2: Use merge sort when parsing filesystemMark Tomlinson4-35/+69
2015-08-12JFFS2: Use CLEANMARKER to reduce scanning timeMark Tomlinson1-0/+25
2015-08-12JFFS2: Change scansize to match linux kernelMark Tomlinson1-1/+1
2015-08-12JFFS2: Optimize building lists during scanMark Tomlinson1-4/+21
2015-08-12JFFS2: Improve speed reading flash filesMark Tomlinson1-6/+21
2015-08-12JFFS2: Only list each directory entry onceMark Tomlinson1-5/+33
2015-08-12JFFS2: Speed up and fix comparison functionsMark Tomlinson1-40/+47
2015-08-12JFFS2: Return early when file read not necessaryMark Tomlinson1-0/+6
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-05fs: 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-10ZFS: Clean up cppcheck warnings where relevant, leaked memory etcJorgen Lundman1-1/+8
2014-10-27spl: Add EXT support to SPLGuillaume GARDET1-0/+1
2014-10-27ext4: Use inttypes for printf() stringSimon Glass1-1/+2
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-3/+3
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada7-0/+19
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada19-19/+0
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-2/+3
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher1-0/+6
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher22-1934/+14456
2014-08-25lib, 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-18yaffs2: preprocessor cleanupJeroen Hofstee1-11/+10
2014-07-18yaffs2: cosmetic: remove self assignmentsJeroen Hofstee3-22/+1
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren1-3/+1
2014-06-11jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee1-1/+1