Commit Graph

283 Commits (6b40852da5c8dd710f9d61204affff3c6a3c9d22)

Author SHA1 Message Date
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 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 12 years ago
Stephen Warren f9b55e2285 fs: rename fsload command to load 12 years ago
Stephen Warren 3f83c87ee5 fs: fix number base behaviour change in fatload/ext*load 12 years ago
Stephen Warren e9b0f99e82 fs: fix do_fsload() handling of optional arguments 12 years ago
Stefan Roese e08ebf4687 ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1) 12 years ago
Stephen Warren a1b231cef6 fs: handle CONFIG_NEEDS_MANUAL_RELOC 12 years ago
Stephen Warren 045fa1e114 fs: add filesystem switch libary, implement ls and fsload commands 12 years ago
Stephen Warren 03e2ecf6b8 fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 12 years ago
Stephen Warren 672ee2110c fs: delete unused Makefile 12 years ago
Stephen Warren 5e8f98319d FAT: implement fat_set_blk_dev(), convert cmd_fat.c 12 years ago
Stephen Warren a1687b858e FAT: initialize all fields in cur_part_info, simplify init 12 years ago
Stephen Warren 461f86e696 FAT: remove cur_part_nr 12 years ago
Gabe Black 84cd93272e fs: Add a Coreboot Filesystem (CBFS) driver and commands 12 years ago
Marek Vasut ff04f6d122 fs: fat: Fix mkcksum() function parameters 12 years ago
Albert ARIBAUD b823fd9ba5 ARM: prevent misaligned array inits 12 years ago
Anatolij Gustschin 8cc64bafc0 yaffs2: Fix GCC 4.6 compile warnings 12 years ago
Stephen Warren bd1a7e3034 FAT: check for partition 0 not 1 for whole-disk fs 12 years ago