aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-02fs: ext4: fix symlink read functionRonald Zachariah1-1/+1
2016-04-22ubifs: fix memory corruption in super.cHeiko Schocher1-2/+1
2016-04-01jffs2: Fix set but not used warningTom Rini1-1/+2
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian1-1/+1
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass4-37/+24
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-14dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass2-2/+2
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass9-77/+66
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2-0/+2
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-24/+3
2016-01-13ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini1-5/+10
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren6-46/+53
2016-01-08fs: handle the fileaddr variable in the same way as in the network caseDavid Müller (ELSOFT AG)1-0/+1
2015-11-23fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons1-0/+5
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-6/+1
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam1-1/+1
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher18-485/+549
2015-10-24ubifs: Add generic fs supportHans de Goede1-0/+16
2015-10-24ubifs: Add functions for generic fs useHans de Goede1-0/+65
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede2-19/+57
2015-10-11fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau1-21/+64
2015-10-11fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau1-48/+20
2015-10-11fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau1-3/+3
2015-10-11fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau1-12/+1
2015-10-11fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau1-14/+34
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