index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-14
fs: Create functions to load and allocate a file
Simon Glass
1
-0
/
+38
2022-08-31
fs: fix comment typo
Roger Knecht
1
-1
/
+1
2022-06-16
fs/squashfs: sqfs_read: Prevent arbitrary code execution
Miquel Raynal
1
-1
/
+3
2022-04-25
fs: Add a function to set the filesystem type
Simon Glass
1
-0
/
+11
2022-04-01
fs: Add semihosting filesystem
Sean Anderson
1
-0
/
+1
2022-03-15
fs/erofs: add erofs filesystem support
Huang Jianan
1
-0
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-8
/
+8
2021-07-12
fs: fat: add file attributes to struct fs_dirent
Heinrich Schuchardt
1
-4
/
+18
2020-08-07
fs/squashfs: new filesystem
Joao Marcos Costa
1
-0
/
+1
2020-07-07
cmd: fs: Add command to list supported fs types
Niel Fourie
1
-0
/
+11
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-18
/
+21
2020-05-18
common: Drop part.h from common header
Simon Glass
1
-0
/
+2
2020-01-17
common: Move functions for loading from fat/ext2 to fs.h
Simon Glass
1
-0
/
+22
2019-10-17
fs: add fs_get_type() for current filesystem type
AKASHI Takahiro
1
-0
/
+10
2019-10-17
fs: update fs_close() description
Heinrich Schuchardt
1
-1
/
+6
2019-10-17
fs: export fs_close()
AKASHI Takahiro
1
-0
/
+7
2019-05-03
fs: correct comments for fs_read() and write()
Heinrich Schuchardt
1
-18
/
+21
2019-04-09
fs: Add a new command to create symbolic links
Jean-Jacques Hiblot
1
-0
/
+2
2018-09-23
fs: add unlink interface
AKASHI Takahiro
1
-0
/
+12
2018-09-23
fs: add mkdir interface
AKASHI Takahiro
1
-0
/
+10
2018-05-30
fs: Add fs_get_type_name to return current filesystem name
Alex Kiernan
1
-0
/
+10
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-10-02
fs: btrfs: Add U-Boot fs handlers.
Marek BehĂșn
1
-0
/
+1
2017-09-15
fs: add fs_readdir()
Rob Clark
1
-0
/
+67
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
1
-11
/
+1
2015-10-24
ubifs: Add generic fs support
Hans de Goede
1
-0
/
+1
2015-01-29
fs: Add command to retrieve the filesystem type
Sjoerd Simons
1
-0
/
+6
2014-11-23
fs: API changes enabling extra parameter to return size of type loff_t
Suriyan Ramasami
1
-16
/
+25
2014-11-23
fs: make it possible to read the filesystem UUID
Christian Gmeiner
1
-0
/
+7
2014-08-09
fs: implement size/fatsize/ext4size
Stephen Warren
1
-0
/
+9
2014-02-19
fs: implement infrastructure for an 'exists' function
Stephen Warren
1
-0
/
+9
2014-02-19
fs: fix generic save command implementation
Stephen Warren
1
-0
/
+10
2013-10-07
Fix number base handling of "load" command
Wolfgang Denk
1
-2
/
+2
2013-05-01
fs: Add support for saving data to filesystems
Simon Glass
1
-0
/
+2
2013-03-04
sandbox: Add host filesystem
Simon Glass
1
-0
/
+1
2012-11-04
fs: rename fsload command to load
Stephen Warren
1
-1
/
+1
2012-11-04
fs: fix number base behaviour change in fatload/ext*load
Stephen Warren
1
-1
/
+1
2012-10-29
fs: add filesystem switch libary, implement ls and fsload commands
Stephen Warren
1
-0
/
+65