Commit Graph

555 Commits (67b90522640a27dc3c9b6d86d93dc0bf6596e8f8)

Author SHA1 Message Date
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
Simon Glass 73c15c634d ext4: Rename block group descriptor table from gd to bgd 12 years ago
Benoît Thébaudeau 1170e634dd FAT: Make it possible to read from any file position 12 years ago
Rob Herring 650f36641c cmd_reiser: use common get_device_and_partition function 12 years ago
Rob Herring 4120457044 cmd_zfs: use common get_device_and_partition function 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
Benoît Thébaudeau 7ee46cebcb FAT: Fix file contents listed as directory 12 years ago
Veli-Pekka Peltola 8044c1387f ubifs: Fix ubifsload when using ZLIB 12 years ago
Stefan Roese be73913b91 ubifs: Fix memory leak in ubifs_finddir 12 years ago
Benoît Thébaudeau 0880e5bb0c FAT: Simplify get_contents 12 years ago
Benoît Thébaudeau cc63b25efb FAT: get_cluster: Add buffer bouncing 12 years ago
Benoît Thébaudeau cd1b042c5c FAT: Fix redundant sector read 12 years ago
Benoît Thébaudeau 88503ad3bb FAT: cosmetic: Remove useless assignment 12 years ago
Benoît Thébaudeau 8006dd2e57 FAT: get_fatent: Fix FAT boundary check 12 years ago
Benoît Thébaudeau 9795e07b04 FAT: cosmetic: Remove extra spaces 12 years ago
Charles Manning 74f45b739b u-boot yaffs2: Fix compilation warnings 12 years ago
Uma Shankar ed34f34dba ext4fs write support 12 years ago
Uma Shankar a1596438a6 ext4fs ls load support 12 years ago
Jorgen Lundman 4d3c95f5ea zfs: Add ZFS filesystem support 12 years ago
Charles Manning 753ac61088 u-boot: Update yaffs2 file system 12 years ago
Bernhard Walle f75325e192 UBIFS: Improve error message when reading superblock failed 12 years ago
Tom Rini 94c1a20fe7 ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2 12 years ago
Kim Phillips b8032734ee ext2fs: fix warning: 'blocknxt' may be used uninitialized 12 years ago
u-boot@lakedaemon.net 436da3cd23 ext2load: increase read speed 12 years ago
Marek Vasut b37d41aa24 Block: Remove MG DISK support 12 years ago
Mike Frysinger 7b15e2bb9b linux/compat.h: rename from linux/mtd/compat.h 12 years ago
Mike Frysinger e3ed0575a7 gunzip: rename z{alloc, free} to gz{alloc, free} 12 years ago
Eric Nelson 9a800ac718 fs/fat: align disk buffers on cache line to enable DMA and cache 12 years ago
Anatolij Gustschin bf6b6af746 fs/fat/fat_write.c: Fix GCC 4.6 warnings 12 years ago
Donggeun Kim 079df7223c FAT write: Fix compile errors 12 years ago