Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6f608023720e9207aa1481207ef39d315adf722e
/
fs
73f12f0
fs:ext4:write: Initialize cache aligned filename buffer
by Łukasz Majewski
· 12 years ago
b55a793
fs:ext4:fix: Code refactoring to suppress compiler warnings
by Łukasz Majewski
· 12 years ago
ca10c8c
fs:ext4:write: Store block device descriptor in file system structure
by Łukasz Majewski
· 12 years ago
cb5de1b
fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division
by Łukasz Majewski
· 12 years ago
4ea4b62
cbfs: Remove mention of CREDITS files
by Simon Glass
· 12 years ago
1fd2d8a
fs/fs.c: do_fsload: measure throughput
by Andreas Bießmann
· 12 years ago
8b77314
fs: zfs: fix illegal use of fp
by Alejandro Mery
· 12 years ago
a1b457a
include/linux/byteorder: import latest endian definitions from linux
by Kim Phillips
· 12 years ago
128d3d9
fs: rename fsload command to load
by Stephen Warren
· 12 years ago
40816a0
fs: fix number base behaviour change in fatload/ext*load
by Stephen Warren
· 12 years ago
b2d5cd6
fs: fix do_fsload() handling of optional arguments
by Stephen Warren
· 12 years ago
3f70055
ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)
by Stefan Roese
· 12 years ago
44161af
fs: handle CONFIG_NEEDS_MANUAL_RELOC
by Stephen Warren
· 12 years ago
eefbc3f
fs: add filesystem switch libary, implement ls and fsload commands
by Stephen Warren
· 12 years ago
4f8662d
fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}
by Stephen Warren
· 12 years ago
e61c6a2
fs: delete unused Makefile
by Stephen Warren
· 12 years ago
288904d
FAT: implement fat_set_blk_dev(), convert cmd_fat.c
by Stephen Warren
· 12 years ago
63e53b5
FAT: initialize all fields in cur_part_info, simplify init
by Stephen Warren
· 12 years ago
d398dbe
FAT: remove cur_part_nr
by Stephen Warren
· 12 years ago
7f8574c
fs: Add a Coreboot Filesystem (CBFS) driver and commands
by Gabe Black
· 12 years ago
47a470f
fs: fat: Fix mkcksum() function parameters
by Marek Vasut
· 12 years ago
d6d4ec8
ARM: prevent misaligned array inits
by Albert ARIBAUD
· 12 years ago
514c65c
yaffs2: Fix GCC 4.6 compile warnings
by Anatolij Gustschin
· 12 years ago
2e1b357
FAT: check for partition 0 not 1 for whole-disk fs
by Stephen Warren
· 12 years ago
ea8e519
ext4: Rename block group descriptor table from gd to bgd
by Simon Glass
· 12 years ago
5295aa8
FAT: Make it possible to read from any file position
by Benoît Thébaudeau
· 12 years ago
8d6ba05
cmd_reiser: use common get_device_and_partition function
by Rob Herring
· 12 years ago
153817e
cmd_zfs: use common get_device_and_partition function
by Rob Herring
· 12 years ago
752e1bd
cmd_extX: use common get_device_and_partition function
by Rob Herring
· 12 years ago
30f7fd7
ext4: remove init_fs/deinit_fs
by Rob Herring
· 12 years ago
edd5f22
Merge branch 'ext4'
by Tom Rini
· 12 years ago
07639f2
ext4: cache-align buffers so the invalidation works
by Stephen Warren
· 12 years ago
7ca2a8a
FAT: Fix file contents listed as directory
by Benoît Thébaudeau
· 12 years ago
7b7e155
ubifs: Fix ubifsload when using ZLIB
by Veli-Pekka Peltola
· 12 years ago
ac3244a
ubifs: Fix memory leak in ubifs_finddir
by Stefan Roese
· 12 years ago
01938d8
FAT: Simplify get_contents
by Benoît Thébaudeau
· 12 years ago
e957c07
FAT: get_cluster: Add buffer bouncing
by Benoît Thébaudeau
· 12 years ago
2b89d3e
FAT: Fix redundant sector read
by Benoît Thébaudeau
· 12 years ago
8550e82
FAT: cosmetic: Remove useless assignment
by Benoît Thébaudeau
· 12 years ago
808a5fd
FAT: get_fatent: Fix FAT boundary check
by Benoît Thébaudeau
· 12 years ago
0a12037
FAT: cosmetic: Remove extra spaces
by Benoît Thébaudeau
· 12 years ago
4f28fc2
u-boot yaffs2: Fix compilation warnings
by Charles Manning
· 12 years ago
a74a99a
ext4fs write support
by Uma Shankar
· 13 years ago
71014b6
ext4fs ls load support
by Uma Shankar
· 13 years ago
9b4a1f9
zfs: Add ZFS filesystem support
by Jorgen Lundman
· 12 years ago
3796e1f
u-boot: Update yaffs2 file system
by Charles Manning
· 13 years ago
84f2de9
UBIFS: Improve error message when reading superblock failed
by Bernhard Walle
· 13 years ago
6a600ce
ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2
by Tom Rini
· 12 years ago
669a21f
ext2fs: fix warning: 'blocknxt' may be used uninitialized
by Kim Phillips
· 12 years ago
97562a3
ext2load: increase read speed
by u-boot@lakedaemon.net
· 13 years ago
36437bc
Block: Remove MG DISK support
by Marek Vasut
· 13 years ago
11d1a09
linux/compat.h: rename from linux/mtd/compat.h
by Mike Frysinger
· 13 years ago
802383b
gunzip: rename z{alloc, free} to gz{alloc, free}
by Mike Frysinger
· 13 years ago
014705b
fs/fat: align disk buffers on cache line to enable DMA and cache
by Eric Nelson
· 13 years ago
074438c
fs/fat/fat_write.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
cb5f3bc
FAT write: Fix compile errors
by Donggeun Kim
· 13 years ago
af57ce2
FAT: update the second FAT when writing a file
by Donggeun Kim
· 13 years ago
83c8a78
fs/fat: Improve error handling
by Kyle Moffett
· 13 years ago
1b3b4b7
fs/fat: Fix FAT detection to support non-DOS partition tables
by Kyle Moffett
· 13 years ago
157d293
ext2: Cache line align indirection buffers
by Simon Glass
· 13 years ago
891240a
fat: reset VFAT short alias checksum on first match
by Sergei Shtylyov
· 13 years ago
93fa6b8
Merge branch 'next' of ../next
by Wolfgang Denk
· 13 years ago
f4f9d5d
FAT: fix some issues in FAT write support code
by Anatolij Gustschin
· 13 years ago
5c8f780
fat.c: fix printf() length modifier
by Andreas Bießmann
· 13 years ago
5a72269
fs/reiserfs/reiserfs.c: Fix compiler warning
by Anatolij Gustschin
· 13 years ago
87a42d3
fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)
by Wolfgang Denk
· 13 years ago
dab3474
Fix warnings in yaffs
by Simon Glass
· 13 years ago
51fcf7d
fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
8fff354
fs/fat/fat.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
5d8296e
GCC4.6: Squash warnings in yaffs_guts.c
by Marek Vasut
· 13 years ago
24c8ed4
GCC4.6: Drop dead code from yaffs_guts.c
by Marek Vasut
· 13 years ago
575e21e
fat: correct ATTR_VFAT check
by J. Vijayanand
· 13 years ago
27e5620
fs/fat/fat.c: fix warning: 'part_size' defined but not used
by Wolfgang Denk
· 13 years ago
8f81400
FAT: Add FAT write feature
by Donggeun Kim
· 13 years ago
0f3f02a
ext2: Cache line aligned partial sector bounce buffer
by Anton staaf
· 13 years ago
ab2b7e1
punt unused clean/distclean targets
by Mike Frysinger
· 13 years ago
384b1fb
ubifs bad superblock bug
by Lars Poeschel
· 13 years ago
bf913c1
fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
51de6cf
fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS
by Sergei Shtylyov
· 13 years ago
42cdc9f
fat: root directory cluster only makes sense for FAT32
by Sergei Shtylyov
· 13 years ago
d591653
fat: cannot compare bytes and sectors
by Sergei Shtylyov
· 13 years ago
5ab3ba7
fat: fix crash with big sector size
by Sergei Shtylyov
· 13 years ago
ec96f67
UBIFS: fix warning: format '%lX' expects type 'long unsigned int'
by Wolfgang Denk
· 13 years ago
fd43edd
UBIFS: Change ubifsload to set the filesize variable
by Bastian Ruppert
· 13 years ago
69dbcdf
YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings
by Wolfgang Denk
· 13 years ago
bb13376
YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings
by Wolfgang Denk
· 13 years ago
fc67d14
YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warnings
by Wolfgang Denk
· 13 years ago
11d1346
YAFFS2: fs/yaffs2/Makefile - fix build warnings
by Wolfgang Denk
· 13 years ago
bdea217
YAFFS2: fs/yaffs2/yaffscfg.c - fix build warnings
by Wolfgang Denk
· 13 years ago
f9b3a47
ubifs: Fix bad free() sequence in ubifs_finddir()
by Wolfgang Denk
· 13 years ago
60fbc8d
Convert ISO-8859 files to UTF-8
by Albert ARIBAUD
· 13 years ago
44aef48
ext2: Simplify partial sector access logic
by Anton Staaf
· 13 years ago
949a89b
ext2: Fix checkpatch violations
by Anton Staaf
· 13 years ago
55fc5b6
scaled down version of generic libraries for SPL
by Aneesh V
· 13 years ago
45b4291
cramfs: make cramfs usable without a NOR flash
by Heiko Schocher
· 14 years ago
5d0569a
Fix misc spelling errors found by lintian
by Loïc Minier
· 14 years ago
4ea8966
fat32 root directory handling
by Erik Hansen
· 14 years ago
56e10ce
UBIFS: Fix dereferencing type-punned pointer compiler warning
by Dirk Behme
· 14 years ago
0b2cc86
Merge branch 'master' of ../master into next
by Wolfgang Denk
· 14 years ago
4a2e69c
ubifs.c: BUG: Error following links
by Ricardo Ribalda Delgado
· 14 years ago
Next »