Commit Graph

293 Commits (fb3f9170210f39eea3e6f77dbba09c349d79129c)

Author SHA1 Message Date
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 12 years ago
Masahiro Yamada 35c792754c fs: convert makefiles to Kbuild style 12 years ago
Scott Wood 06503f16c3 mtd: fix warnings due to 64-bit partition support 12 years ago
Wolfgang Denk 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 12 years ago
Wolfgang Denk b770e88a6c Fix number base handling of "load" command 12 years ago
Wu, Josh 6b8f185faf fs: fat: don't call disk_write with zero sector num 12 years ago
Wolfgang Denk cb3761ea99 SPDX-License-Identifier: convert BSD-3-Clause files 12 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
Simon Glass 293d7fbd47 ext4: Split write support into its own file 12 years ago
Simon Glass 49c4f0370b fs: Use new numeric setenv functions 12 years ago
Richard Genoud cb940c7ede FAT: remove ifdefs to make the code more readable 12 years ago
Richard Genoud fb7e16cc1c FAT: use toupper/tolower instead of recoding them 12 years ago
Marek Vasut 6ad77d88e5 vfat: Fix mkcksum argument sizes 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
Simon Glass 2592075776 cbfs: Remove mention of CREDITS files 12 years ago
Andreas Bießmann da1fd96ce4 fs/fs.c: do_fsload: measure throughput 12 years ago
Alejandro Mery 624c721f0c fs: zfs: fix illegal use of fp 12 years ago
Kim Phillips eef1cf2d5c include/linux/byteorder: import latest endian definitions from linux 13 years ago
Stephen Warren f9b55e2285 fs: rename fsload command to load 13 years ago
Stephen Warren 3f83c87ee5 fs: fix number base behaviour change in fatload/ext*load 13 years ago
Stephen Warren e9b0f99e82 fs: fix do_fsload() handling of optional arguments 13 years ago
Stefan Roese e08ebf4687 ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1) 13 years ago
Stephen Warren a1b231cef6 fs: handle CONFIG_NEEDS_MANUAL_RELOC 13 years ago
Stephen Warren 045fa1e114 fs: add filesystem switch libary, implement ls and fsload commands 13 years ago