summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-13ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-08fs: handle the fileaddr variable in the same way as in the network caseDavid Müller (ELSOFT AG)
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