Commit Graph

371 Commits (931a1d2a14191266b675fe9db9afd227e372a919)

Author SHA1 Message Date
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 10 years ago
Anton Habegger 040cc7b3be ubifs: Enable journal replay during mount 10 years ago
Anton Habegger dc2884315d ubifs: Import atomic_long operations from Linux 10 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
Masahiro Yamada ed36323f6d kconfig: add blank Kconfig files 10 years ago
Masahiro Yamada 3b61297024 kbuild: force to define __UBOOT__ in all the C sources 10 years ago
Heiko Schocher 4e67c57125 mtd,ubi,ubifs: sync with linux v3.15 10 years ago
Heiko Schocher ddf7bcfa6c mtd, ubi, ubifs: update for the sync with linux v3.14 10 years ago
Heiko Schocher ff94bc40af mtd, ubi, ubifs: resync with Linux-3.14 10 years ago
Heiko Schocher 0c06db5983 lib, linux: move linux specific defines to linux/compat.h 10 years ago
Stephen Warren cf6598193a fs: implement size/fatsize/ext4size 10 years ago
Pavel Machek 949bbd7c86 catch wrong load address passed to fatload / ext2load 10 years ago
Jeroen Hofstee 862c93e96e yaffs2: preprocessor cleanup 10 years ago
Jeroen Hofstee e803fa2c4b yaffs2: cosmetic: remove self assignments 10 years ago
Stephen Warren d018028055 fs: ext4: fix writing zero-length files 10 years ago
Jeroen Hofstee 46f46fd48e jffs2:jffs2_1pass.c: remove double braces 10 years ago
Jeroen Hofstee 46a5707d9c ext4: correctly zero filename 10 years ago