index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs.c
Commit message (
Expand
)
Author
Age
Lines
*
fs: Add command to retrieve the filesystem type
Sjoerd Simons
2015-01-29
-0
/
+27
*
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
Tom Rini
2014-12-01
-2
/
+4
*
fs: API changes enabling extra parameter to return size of type loff_t
Suriyan Ramasami
2014-11-23
-31
/
+46
*
fs: make it possible to read the filesystem UUID
Christian Gmeiner
2014-11-23
-0
/
+43
*
fs: implement size/fatsize/ext4size
Stephen Warren
2014-08-09
-0
/
+43
*
catch wrong load address passed to fatload / ext2load
Pavel Machek
2014-07-22
-1
/
+4
*
fat: implement exists() for FAT fs
Stephen Warren
2014-02-19
-1
/
+1
*
ext4: implement exists() for ext4fs
Stephen Warren
2014-02-19
-1
/
+1
*
sandbox: implement exists() function
Stephen Warren
2014-02-19
-1
/
+1
*
fs: don't pass NULL dev_desc to most filesystems
Stephen Warren
2014-02-19
-0
/
+16
*
fs: implement infrastructure for an 'exists' function
Stephen Warren
2014-02-19
-0
/
+32
*
fs: fix generic save command implementation
Stephen Warren
2014-02-19
-6
/
+3
*
Fix number base handling of "load" command
Wolfgang Denk
2013-10-07
-8
/
+8
*
sandbox: fs: Add support for saving files to host filesystem
Simon Glass
2013-05-01
-0
/
+1
*
fs: Add support for saving data to filesystems
Simon Glass
2013-05-01
-0
/
+74
*
sandbox: Add host filesystem
Simon Glass
2013-03-04
-0
/
+10
*
fs: Move ls and read methods into ext4, fat
Simon Glass
2013-03-04
-110
/
+8
*
fs: Use map_sysmem() on read
Simon Glass
2013-03-04
-8
/
+15
*
fs: Tell probe functions where to put their results
Simon Glass
2013-03-04
-8
/
+12
*
fs: Use filesystem methods instead of switch()
Simon Glass
2013-03-04
-34
/
+26
*
fs: Fully populate the filesystem method struct
Simon Glass
2013-03-04
-9
/
+47
*
fs: Use new numeric setenv functions
Simon Glass
2013-02-28
-3
/
+1
*
fs/fs.c: do_fsload: measure throughput
Andreas Bießmann
2012-11-14
-1
/
+10
*
fs: rename fsload command to load
Stephen Warren
2012-11-04
-1
/
+1
*
fs: fix number base behaviour change in fatload/ext*load
Stephen Warren
2012-11-04
-4
/
+4
*
fs: fix do_fsload() handling of optional arguments
Stephen Warren
2012-11-04
-3
/
+7
*
fs: handle CONFIG_NEEDS_MANUAL_RELOC
Stephen Warren
2012-11-02
-1
/
+12
*
fs: add filesystem switch libary, implement ls and fsload commands
Stephen Warren
2012-10-29
-0
/
+308