Commit Graph

41 Commits (9b081d8893c4fce3451e3a5a4d5ac5a9960874ae)

Author SHA1 Message Date
Przemyslaw Marczak 22b7509efb fs: ext4 write: return file len on success 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 9f12cd0e06 ext4: 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
Simon Glass aac618a32b ext4: Use inttypes for printf() string 10 years ago
Masahiro Yamada ed36323f6d kconfig: add blank Kconfig files 10 years ago
Stephen Warren cf6598193a fs: implement size/fatsize/ext4size 10 years ago
Stephen Warren d018028055 fs: ext4: fix writing zero-length files 10 years ago
Jeroen Hofstee 46a5707d9c ext4: correctly zero filename 10 years ago
Łukasz Majewski 8b454eeeea fs:ext4:write:fix: Reinitialize global variables after updating a file 11 years ago
Łukasz Majewski 35dd055b94 fs:ext4:cleanup: Remove superfluous code 11 years ago
Tom Rini 715b56fe2b Revert "ext4fs: Add ext4 extent cache for read operations" 11 years ago
Ionut Nicu fc0fc50f38 ext4fs: Add ext4 extent cache for read operations 11 years ago
Stephen Warren 55af5c9313 ext4: implement exists() for ext4fs 11 years ago
Ionut Nicu b5bbac1a9b ext4fs: fix "invalid extent block" error 11 years ago
Ionut Nicu 470173274d ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz 11 years ago
Ma Haijun 0550870b1c fs/ext4: fix calling put_ext4 with truncated offset 11 years ago
Ma Haijun f17828830d fs/ext4: fix partition size get truncated in calculation 11 years ago
Masahiro Yamada 4678d74256 fs: descend into sub directories when it is necessary 11 years ago
Masahiro Yamada 35c792754c fs: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Rommel Custodio 8b415f703f ext4fs: le32_to_cpu() used on a 16-bit field 11 years ago
Frederic Leroy 04735e9c55 Fix ext2/ext4 filesystem accesses beyond 2TiB 11 years ago
Stephen Warren c28cbfa1a8 ext4: assign get_fs()->dev_desc before using it 12 years ago
Egbert Eich 50ce4c07df fs/ext4: Support device block sizes != 512 bytes 12 years ago
York Sun 472d546054 Consolidate bool type 12 years ago
Simon Glass e6d5241534 fs: Move ls and read methods into ext4, fat 12 years ago
Simon Glass 293d7fbd47 ext4: Split write support into its own file 12 years ago
Łukasz Majewski 13d43555a9 fs:ext4:write: Initialize cache aligned filename buffer 12 years ago
Łukasz Majewski d429ca0d83 fs:ext4:fix: Code refactoring to suppress compiler warnings 12 years ago
Łukasz Majewski a1f41f1a55 fs:ext4:write: Store block device descriptor in file system structure 12 years ago
Łukasz Majewski 32fc16d7e7 fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division 12 years ago
Stephen Warren 03e2ecf6b8 fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 12 years ago
Simon Glass 73c15c634d ext4: Rename block group descriptor table from gd to bgd 12 years ago
Rob Herring 81180819b8 cmd_extX: use common get_device_and_partition function 12 years ago
Rob Herring 9450106296 ext4: remove init_fs/deinit_fs 12 years ago
Stephen Warren 55b523b7d4 ext4: cache-align buffers so the invalidation works 12 years ago
Uma Shankar ed34f34dba ext4fs write support 12 years ago
Uma Shankar a1596438a6 ext4fs ls load support 12 years ago