Commit Graph

557 Commits (lime2-spi)

Author SHA1 Message Date
Stefan Brüns 3c0ed9c3a5 fs/fat: Do not write unmodified fat entries to disk 8 years ago
Stefan Brüns ed76f91277 fs/fat: Remove two statements without effect 8 years ago
Yaroslav K cc7ed26934 cbfs: Fix incorrect CBFS file header size being used 8 years ago
Tom Rini 6f94ab6656 ext4: Refuse to mount filesystems with 64bit feature set 8 years ago
Guillaume GARDET 7a77e909a2 fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit 8 years ago
Scott Wood 17cb4b8f32 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data 8 years ago
Scott Wood b616d9b0a7 nand: Embed mtd_info in struct nand_chip 8 years ago
Scott Wood 151c06ec61 mtd: nand: Remove nand_info_t typedef 8 years ago
Simon Glass c649e3c91c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 8 years ago
Ronald Zachariah 37f23885e4 fs: ext4: fix symlink read function 8 years ago
Heiko Schocher b1d6590d35 ubifs: fix memory corruption in super.c 8 years ago
Tom Rini 1c8fdf8779 jffs2: Fix set but not used warning 8 years ago
Vagrant Cascadian 0af49b9575 Fix spelling of "supported/unsupported". 8 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 8 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 8 years ago
Simon Glass e35929e4a1 dm: blk: Rename get_device_and_partition() 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Masahiro Yamada 84b8bf6d5d bug.h: move BUILD_BUG_* defines to include/linux/bug.h 8 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 8 years ago
Tom Rini 495c3a1e22 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 years ago
David Müller (ELSOFT AG) e9cdf3b85e fs: handle the fileaddr variable in the same way as in the network case 8 years ago
Thomas Fitzsimmons 54d68e9333 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir 9 years ago
Tom Rini da58dec866 Various Makefiles: Add SPDX-License-Identifier tags 9 years ago
Fabio Estevam f8fdb81f6c compat: Remove is_power_of_2() definition 9 years ago
Heiko Schocher 0195a7bb36 ubi,ubifs: sync with linux v4.2 9 years ago
Hans de Goede 251cee0db2 ubifs: Add generic fs support 9 years ago
Hans de Goede 29cc5bcadf ubifs: Add functions for generic fs use 9 years ago
Hans de Goede ad15749b6d ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use 9 years ago
Benoît Thébaudeau 1254b44a9f fs/fat/fat_write: Fix management of empty files 9 years ago
Benoît Thébaudeau e876be4b5c fs/fat/fat_write: Factor out duplicate code 9 years ago
Benoît Thébaudeau 5e1a860e6c fs/fat/fat_write: Fix curclust/newclust mix-up 9 years ago
Benoît Thébaudeau 1d7f2ece69 fs/fat/fat_write: Merge calls to set_cluster() 9 years ago
Benoît Thébaudeau 8133f43d1c fs/fat/fat_write: Fix buffer alignments 9 years ago
Gary Bisson 9d2f6a9ae7 fs: ext4: fix symlink read function 9 years ago
Stephen Warren d56b2015e6 ext4: fix leak in check_filename() 9 years ago
Stephen Warren 934b14f2bb ext4: free allocations by parse_path() 9 years ago
Stephen Warren 676505f5ce ext4: avoid calling ext4fs_mount() twice, which leaks 9 years ago
Łukasz Majewski 0a04ed86cf FIX: fat: Provide correct return code from disk_{read|write} to upper layers 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Simon Glass 6e295186c7 Move malloc_cache_aligned() to its own header 9 years ago
Stephen Warren 18a10d46f2 fat: handle paths that include ../ 9 years ago
Marcel Ziswiler 4519668b29 mtd/nand/ubi: assortment of alignment fixes 9 years ago
Max Krummenacher 7a3e70cfd8 fs/fs.c: read up to EOF when len would read past EOF 9 years ago
Mark Tomlinson 10d3ac346f JFFS2: Use merge sort when parsing filesystem 9 years ago
Mark Tomlinson 54a883840b JFFS2: Use CLEANMARKER to reduce scanning time 9 years ago
Mark Tomlinson 081adef7e6 JFFS2: Change scansize to match linux kernel 9 years ago
Mark Tomlinson c5b1940f57 JFFS2: Optimize building lists during scan 9 years ago
Mark Tomlinson 2d6d93a2dd JFFS2: Improve speed reading flash files 9 years ago