Commit Graph

313 Commits (79b079f35c31bab26e45a526bd128891ab6c5c1d)

Author SHA1 Message Date
Simon Glass 1b451ecc43 yaffs: Remove private list implementation 11 years ago
Tom Rini 1551df35f2 arm: Switch to -mno-unaligned-access when supported by the compiler 11 years ago
Tom Rini 715b56fe2b Revert "ext4fs: Add ext4 extent cache for read operations" 11 years ago
Karicheri, Muralidharan 1674df60d1 ubifs: fix checkpatch warning 11 years ago
Ionut Nicu fc0fc50f38 ext4fs: Add ext4 extent cache for read operations 11 years ago
Tom Rini 1530f6f51a fs/fdos: Remove 11 years ago
Masahiro Yamada 6825a95b0b kbuild: use Linux Kernel build scripts 11 years ago
Masahiro Yamada 9e4140329e kbuild: change out-of-tree build 11 years ago
Stephen Warren b7b5f3195f fat: implement exists() for FAT fs 11 years ago
Stephen Warren 55af5c9313 ext4: implement exists() for ext4fs 11 years ago
Stephen Warren 0a30aa1e7e sandbox: implement exists() function 11 years ago
Stephen Warren 377202b560 fs: don't pass NULL dev_desc to most filesystems 11 years ago
Stephen Warren 6152916a95 fs: implement infrastructure for an 'exists' function 11 years ago
Stephen Warren bd6fb31fab fs: fix generic save command implementation 11 years ago
Charles Manning 55283635a0 yaffs2: Remove block number check from summary verification 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
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 12 years ago
Rommel Custodio 8b415f703f ext4fs: le32_to_cpu() used on a 16-bit field 12 years ago
Frederic Leroy 04735e9c55 Fix ext2/ext4 filesystem accesses beyond 2TiB 12 years ago
Holger Brunck 457dd025a2 cramfs: fix bug for wrong filename comparison 12 years ago
Sergey Lapin dfe64e2c89 mtd: resync with Linux-3.7.1 12 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
Egbert Eich bc8d98713f fs/fat: Don't multiply fatsize with sector size 12 years ago
Simon Glass 7eb2c8d573 sandbox: fs: Add support for saving files to host filesystem 12 years ago
Simon Glass a8f6ab5229 fs: Add support for saving data to filesystems 12 years ago
Joe Hershberger 147162dac6 ubi: ubifs: Turn off verbose prints 12 years ago
York Sun 472d546054 Consolidate bool type 12 years ago
Joe Hershberger 949a771097 ubifs: Allow ubifsmount volume reference by number 12 years ago
Simon Glass 92ccc96bf3 sandbox: Add host filesystem 12 years ago
Simon Glass e6d5241534 fs: Move ls and read methods into ext4, fat 12 years ago
Simon Glass 117e050727 fs: Use map_sysmem() on read 12 years ago
Simon Glass 2ded0d4719 fs: Tell probe functions where to put their results 12 years ago
Simon Glass c6f548d232 fs: Use filesystem methods instead of switch() 12 years ago
Simon Glass 436e2b7319 fs: Fully populate the filesystem method struct 12 years ago