Commit Graph

557 Commits (lime2-spi)

Author SHA1 Message Date
Stephen Warren b7b5f3195f fat: implement exists() for FAT fs 10 years ago
Stephen Warren 55af5c9313 ext4: implement exists() for ext4fs 10 years ago
Stephen Warren 0a30aa1e7e sandbox: implement exists() function 10 years ago
Stephen Warren 377202b560 fs: don't pass NULL dev_desc to most filesystems 10 years ago
Stephen Warren 6152916a95 fs: implement infrastructure for an 'exists' function 10 years ago
Stephen Warren bd6fb31fab fs: fix generic save command implementation 10 years ago
Charles Manning 55283635a0 yaffs2: Remove block number check from summary verification 10 years ago
Ionut Nicu b5bbac1a9b ext4fs: fix "invalid extent block" error 10 years ago
Ionut Nicu 470173274d ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz 10 years ago
Ma Haijun 0550870b1c fs/ext4: fix calling put_ext4 with truncated offset 10 years ago
Ma Haijun f17828830d fs/ext4: fix partition size get truncated in calculation 10 years ago
Tom Rini 6b44adc22e yaffs2: Use lldiv for 64bit division 11 years ago
Tom Rini 18e8672449 JFFS2: Correct jffs2_1pass_build_lists to use lldiv 11 years ago
Masahiro Yamada 4678d74256 fs: descend into sub directories when it is necessary 11 years ago
Masahiro Yamada 57c3e5fcf2 Makefile: move fs/fat/ entry to drivers/Makefile 11 years ago
Piotr Wilczek 73dc8328c3 fs:fat: fix set file name function 11 years ago
Masahiro Yamada e82004bc68 fs: move some file system to fs/Makefile 11 years ago
Masahiro Yamada 35c792754c fs: convert makefiles to Kbuild style 11 years ago
Scott Wood 06503f16c3 mtd: fix warnings due to 64-bit partition support 11 years ago
Wolfgang Denk 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 11 years ago
Wolfgang Denk b770e88a6c Fix number base handling of "load" command 11 years ago
Wu, Josh 6b8f185faf fs: fat: don't call disk_write with zero sector num 11 years ago
Wolfgang Denk cb3761ea99 SPDX-License-Identifier: convert BSD-3-Clause files 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
Holger Brunck 457dd025a2 cramfs: fix bug for wrong filename comparison 11 years ago
Sergey Lapin dfe64e2c89 mtd: resync with Linux-3.7.1 11 years ago
Stephen Warren c28cbfa1a8 ext4: assign get_fs()->dev_desc before using it 11 years ago
Egbert Eich 50ce4c07df fs/ext4: Support device block sizes != 512 bytes 11 years ago
Egbert Eich bc8d98713f fs/fat: Don't multiply fatsize with sector size 11 years ago
Simon Glass 7eb2c8d573 sandbox: fs: Add support for saving files to host filesystem 11 years ago
Simon Glass a8f6ab5229 fs: Add support for saving data to filesystems 11 years ago
Joe Hershberger 147162dac6 ubi: ubifs: Turn off verbose prints 11 years ago
York Sun 472d546054 Consolidate bool type 11 years ago
Joe Hershberger 949a771097 ubifs: Allow ubifsmount volume reference by number 11 years ago
Simon Glass 92ccc96bf3 sandbox: Add host filesystem 11 years ago
Simon Glass e6d5241534 fs: Move ls and read methods into ext4, fat 11 years ago
Simon Glass 117e050727 fs: Use map_sysmem() on read 11 years ago
Simon Glass 2ded0d4719 fs: Tell probe functions where to put their results 11 years ago
Simon Glass c6f548d232 fs: Use filesystem methods instead of switch() 11 years ago
Simon Glass 436e2b7319 fs: Fully populate the filesystem method struct 11 years ago
Simon Glass 293d7fbd47 ext4: Split write support into its own file 11 years ago
Simon Glass 49c4f0370b fs: Use new numeric setenv functions 11 years ago
Richard Genoud cb940c7ede FAT: remove ifdefs to make the code more readable 11 years ago
Richard Genoud fb7e16cc1c FAT: use toupper/tolower instead of recoding them 11 years ago
Marek Vasut 6ad77d88e5 vfat: Fix mkcksum argument sizes 11 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