Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
50218809e8c53a0a2313f8a48f88183442267f96
/
fs
8b235c3
yaffs: Remove private list implementation
by Simon Glass
· 11 years ago
f343378
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
958a8f8
arm: Switch to -mno-unaligned-access when supported by the compiler
by Tom Rini
· 11 years ago
ee03bd1
Revert "ext4fs: Add ext4 extent cache for read operations"
by Tom Rini
· 11 years ago
817ae74
ubifs: fix checkpatch warning
by Karicheri, Muralidharan
· 11 years ago
6ead6de
ext4fs: Add ext4 extent cache for read operations
by Ionut Nicu
· 11 years ago
06ab7dd
fs/fdos: Remove
by Tom Rini
· 11 years ago
0d68fb1
kbuild: use Linux Kernel build scripts
by Masahiro Yamada
· 11 years ago
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
1d2f9a0
fat: implement exists() for FAT fs
by Stephen Warren
· 11 years ago
12d6d0c
ext4: implement exists() for ext4fs
by Stephen Warren
· 11 years ago
97d66f2
sandbox: implement exists() function
by Stephen Warren
· 11 years ago
ec63d4a
fs: don't pass NULL dev_desc to most filesystems
by Stephen Warren
· 11 years ago
d008fbb
fs: implement infrastructure for an 'exists' function
by Stephen Warren
· 11 years ago
9df2580
fs: fix generic save command implementation
by Stephen Warren
· 11 years ago
ffaffd2
yaffs2: Remove block number check from summary verification
by Charles Manning
· 11 years ago
01f606c
ext4fs: fix "invalid extent block" error
by Ionut Nicu
· 11 years ago
48b2b59
ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz
by Ionut Nicu
· 11 years ago
e0996ca
fs/ext4: fix calling put_ext4 with truncated offset
by Ma Haijun
· 11 years ago
194c1a8
fs/ext4: fix partition size get truncated in calculation
by Ma Haijun
· 11 years ago
739b9dc
yaffs2: Use lldiv for 64bit division
by Tom Rini
· 11 years ago
3cd84d6
JFFS2: Correct jffs2_1pass_build_lists to use lldiv
by Tom Rini
· 11 years ago
d008e6c
fs: descend into sub directories when it is necessary
by Masahiro Yamada
· 11 years ago
af1274a
Makefile: move fs/fat/ entry to drivers/Makefile
by Masahiro Yamada
· 11 years ago
65a43e3
fs:fat: fix set file name function
by Piotr Wilczek
· 11 years ago
006bb56
fs: move some file system to fs/Makefile
by Masahiro Yamada
· 11 years ago
22cca02
fs: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
efe7f30
mtd: fix warnings due to 64-bit partition support
by Scott Wood
· 11 years ago
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
a10c7a5
Fix number base handling of "load" command
by Wolfgang Denk
· 11 years ago
b0e38dd
fs: fat: don't call disk_write with zero sector num
by Wu, Josh
· 11 years ago
c57eadc
SPDX-License-Identifier: convert BSD-3-Clause files
by Wolfgang Denk
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
5a4f74d
ext4fs: le32_to_cpu() used on a 16-bit field
by Rommel Custodio
· 11 years ago
e7ee028
Fix ext2/ext4 filesystem accesses beyond 2TiB
by Frederic Leroy
· 11 years ago
86c8548
cramfs: fix bug for wrong filename comparison
by Holger Brunck
· 11 years ago
800029e
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 11 years ago
3a38a55
mtd: resync with Linux-3.7.1
by Sergey Lapin
· 12 years ago
ceb785a
ext4: assign get_fs()->dev_desc before using it
by Stephen Warren
· 12 years ago
7b1b255
fs/ext4: Support device block sizes != 512 bytes
by Egbert Eich
· 12 years ago
11cc61a
fs/fat: Don't multiply fatsize with sector size
by Egbert Eich
· 12 years ago
ea307e8
sandbox: fs: Add support for saving files to host filesystem
by Simon Glass
· 12 years ago
eda14ea
fs: Add support for saving data to filesystems
by Simon Glass
· 12 years ago
47550fc
ubi: ubifs: Turn off verbose prints
by Joe Hershberger
· 12 years ago
4a59809
Consolidate bool type
by York Sun
· 12 years ago
108458a
ubifs: Allow ubifsmount volume reference by number
by Joe Hershberger
· 12 years ago
1184287
sandbox: Add host filesystem
by Simon Glass
· 12 years ago
19e3858
fs: Move ls and read methods into ext4, fat
by Simon Glass
· 12 years ago
cbe5d5d
fs: Use map_sysmem() on read
by Simon Glass
· 12 years ago
6a46e2f
fs: Tell probe functions where to put their results
by Simon Glass
· 12 years ago
e6aad85
fs: Use filesystem methods instead of switch()
by Simon Glass
· 12 years ago
1aede48
fs: Fully populate the filesystem method struct
by Simon Glass
· 12 years ago
6c8f3aa
ext4: Split write support into its own file
by Simon Glass
· 12 years ago
fff5c07
fs: Use new numeric setenv functions
by Simon Glass
· 12 years ago
a43f41f
FAT: remove ifdefs to make the code more readable
by Richard Genoud
· 12 years ago
2e37202
FAT: use toupper/tolower instead of recoding them
by Richard Genoud
· 12 years ago
4ab1f64
vfat: Fix mkcksum argument sizes
by Marek Vasut
· 12 years ago
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
Next »