summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-11-23fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher
2015-10-24ubifs: Add generic fs supportHans de Goede
2015-10-24ubifs: Add functions for generic fs useHans de Goede
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede
2015-10-11fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau
2015-09-11fs: ext4: fix symlink read functionGary Bisson
2015-09-11ext4: fix leak in check_filename()Stephen Warren
2015-09-11ext4: free allocations by parse_path()Stephen Warren
2015-09-11ext4: avoid calling ext4fs_mount() twice, which leaksStephen Warren
2015-09-11FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-09-11fat: handle paths that include ../Stephen Warren
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2015-08-13fs/fs.c: read up to EOF when len would read past EOFMax Krummenacher
2015-08-12JFFS2: Use merge sort when parsing filesystemMark Tomlinson
2015-08-12JFFS2: Use CLEANMARKER to reduce scanning timeMark Tomlinson
2015-08-12JFFS2: Change scansize to match linux kernelMark Tomlinson
2015-08-12JFFS2: Optimize building lists during scanMark Tomlinson
2015-08-12JFFS2: Improve speed reading flash filesMark Tomlinson
2015-08-12JFFS2: Only list each directory entry onceMark Tomlinson
2015-08-12JFFS2: Speed up and fix comparison functionsMark Tomlinson
2015-08-12JFFS2: Return early when file read not necessaryMark Tomlinson
2015-04-19sandbox: only do sandboxfs for hostfs interfaceSjoerd Simons
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
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