index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: remove distractive message in fs_read()
Heinrich Schuchardt
2018-01-19
1
-1
/
+1
*
fs: Set .opendir to fs_opendir_unsupported for btrfs
Marek Behún
2017-10-16
1
-0
/
+1
*
fs: btrfs: Add U-Boot fs handlers.
Marek Behún
2017-10-02
1
-0
/
+16
*
fat/fs: move ls to generic implementation
Rob Clark
2017-09-15
1
-2
/
+33
*
fs: add fs_readdir()
Rob Clark
2017-09-15
1
-0
/
+104
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-2
/
+2
*
env: Rename common functions related to setenv()
Simon Glass
2017-08-16
1
-3
/
+3
*
env: Rename setenv() to env_set()
Simon Glass
2017-08-16
1
-2
/
+2
*
dm: blk: Rename get_device_and_partition()
Simon Glass
2016-03-14
1
-1
/
+1
*
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
1
-3
/
+3
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
1
-11
/
+1
*
fs: handle the fileaddr variable in the same way as in the network case
David Müller (ELSOFT AG)
2016-01-08
1
-0
/
+1
*
ubifs: Add generic fs support
Hans de Goede
2015-10-24
1
-0
/
+16
*
fs/fs.c: read up to EOF when len would read past EOF
Max Krummenacher
2015-08-13
1
-4
/
+2
*
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-04-18
1
-0
/
+1
*
fs: Add command to retrieve the filesystem type
Sjoerd Simons
2015-01-29
1
-0
/
+27
*
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
Tom Rini
2014-12-01
1
-2
/
+4
*
fs: API changes enabling extra parameter to return size of type loff_t
Suriyan Ramasami
2014-11-23
1
-31
/
+46
*
fs: make it possible to read the filesystem UUID
Christian Gmeiner
2014-11-23
1
-0
/
+43
*
fs: implement size/fatsize/ext4size
Stephen Warren
2014-08-09
1
-0
/
+43
*
catch wrong load address passed to fatload / ext2load
Pavel Machek
2014-07-22
1
-1
/
+4
*
fat: implement exists() for FAT fs
Stephen Warren
2014-02-19
1
-1
/
+1
*
ext4: implement exists() for ext4fs
Stephen Warren
2014-02-19
1
-1
/
+1
*
sandbox: implement exists() function
Stephen Warren
2014-02-19
1
-1
/
+1
*
fs: don't pass NULL dev_desc to most filesystems
Stephen Warren
2014-02-19
1
-0
/
+16
*
fs: implement infrastructure for an 'exists' function
Stephen Warren
2014-02-19
1
-0
/
+32
*
fs: fix generic save command implementation
Stephen Warren
2014-02-19
1
-6
/
+3
*
Fix number base handling of "load" command
Wolfgang Denk
2013-10-07
1
-8
/
+8
*
sandbox: fs: Add support for saving files to host filesystem
Simon Glass
2013-05-01
1
-0
/
+1
*
fs: Add support for saving data to filesystems
Simon Glass
2013-05-01
1
-0
/
+74
*
sandbox: Add host filesystem
Simon Glass
2013-03-04
1
-0
/
+10
*
fs: Move ls and read methods into ext4, fat
Simon Glass
2013-03-04
1
-110
/
+8
*
fs: Use map_sysmem() on read
Simon Glass
2013-03-04
1
-8
/
+15
*
fs: Tell probe functions where to put their results
Simon Glass
2013-03-04
1
-8
/
+12
*
fs: Use filesystem methods instead of switch()
Simon Glass
2013-03-04
1
-34
/
+26
*
fs: Fully populate the filesystem method struct
Simon Glass
2013-03-04
1
-9
/
+47
*
fs: Use new numeric setenv functions
Simon Glass
2013-02-28
1
-3
/
+1
*
fs/fs.c: do_fsload: measure throughput
Andreas Bießmann
2012-11-14
1
-1
/
+10
*
fs: rename fsload command to load
Stephen Warren
2012-11-04
1
-1
/
+1
*
fs: fix number base behaviour change in fatload/ext*load
Stephen Warren
2012-11-04
1
-4
/
+4
*
fs: fix do_fsload() handling of optional arguments
Stephen Warren
2012-11-04
1
-3
/
+7
*
fs: handle CONFIG_NEEDS_MANUAL_RELOC
Stephen Warren
2012-11-02
1
-1
/
+12
*
fs: add filesystem switch libary, implement ls and fsload commands
Stephen Warren
2012-10-29
1
-0
/
+308