aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns3-8/+10
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2-38/+22
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle1-1/+1
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle5-249/+310
2016-09-23ext4: use kernel names for byte swapsMichael Walle3-53/+53
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle1-20/+20
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns1-1/+3
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns2-12/+20
2016-09-23fs/fat: Remove two statements without effectStefan Brüns1-4/+1
2016-08-16cbfs: Fix incorrect CBFS file header size being usedYaroslav K1-4/+4
2016-08-05ext4: Refuse to mount filesystems with 64bit feature setTom Rini1-0/+10
2016-06-19fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET1-0/+1
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-1/+1
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood3-8/+4
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood2-12/+14
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
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