summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-09-23ext4: Avoid corruption of directories with hash tree indexesStefan Brüns
2016-09-23ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns
2016-09-23ext4: Do not crash when trying to grow a directory using extentsStefan Brüns
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle
2016-09-23ext4: use kernel names for byte swapsMichael Walle
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-09-23fs/fat: Remove two statements without effectStefan Brüns
2016-08-16cbfs: Fix incorrect CBFS file header size being usedYaroslav K
2016-08-05ext4: Refuse to mount filesystems with 64bit feature setTom Rini
2016-06-19fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-05-02fs: ext4: fix symlink read functionRonald Zachariah
2016-04-22ubifs: fix memory corruption in super.cHeiko Schocher
2016-04-01jffs2: Fix set but not used warningTom Rini
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-14ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini
2016-01-14block: 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