Commit Graph

535 Commits (9865543ae65d7c9a435eedfc6a0ba23efb291121)

Author SHA1 Message Date
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
Mark Tomlinson 891224a5d8 JFFS2: Only list each directory entry once 9 years ago
Mark Tomlinson 225cf4cdf9 JFFS2: Speed up and fix comparison functions 9 years ago
Mark Tomlinson 3799b3f4ad JFFS2: Return early when file read not necessary 9 years ago
Sjoerd Simons 85300a9a9d sandbox: only do sandboxfs for hostfs interface 9 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
Przemyslaw Marczak 22b7509efb fs: ext4 write: return file len on success 9 years ago
Sjoerd Simons 1a1ad8e090 fs: Add command to retrieve the filesystem type 9 years ago
Anton Habegger 040cc7b3be ubifs: Enable journal replay during mount 9 years ago
Anton Habegger dc2884315d ubifs: Import atomic_long operations from Linux 9 years ago
Przemyslaw Marczak 64f65e1e36 fs: fat: read: fix fat16 ls/read issue 10 years ago
Tom Rini 9e374e7b72 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods 10 years ago
Suriyan Ramasami d455d8789d fs: API changes enabling extra parameter to return size of type loff_t 10 years ago
Suriyan Ramasami 96b1046d1c sandbox: Prepare API change for files greater than 2GB 10 years ago
Suriyan Ramasami 9f12cd0e06 ext4: Prepare API change for files greater than 2GB 10 years ago
Suriyan Ramasami 1ad0b98a06 fat: Prepare API change for files greater than 2GB 10 years ago
Christian Gmeiner 59e890ef7b fs: make it possible to read the filesystem UUID 10 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Masahiro Yamada cba1da495d include: move various macros to include/linux/kernel.h 10 years ago
Jorgen Lundman e183de0d3e ZFS: Clean up cppcheck warnings where relevant, leaked memory etc 10 years ago
Guillaume GARDET 592f922261 spl: Add EXT support to SPL 10 years ago
Simon Glass aac618a32b ext4: Use inttypes for printf() string 10 years ago
Masahiro Yamada c79cba37b3 cosmetic: replace MIN, MAX with min, max 10 years ago