~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs.c
Commit message (
Expand
)
Author
Age
*
fs: Create functions to load and allocate a file
Simon Glass
2023-07-14
*
common: Drop display_options.h from common header
Simon Glass
2022-08-10
*
fs: Add a function to set the filesystem type
Simon Glass
2022-04-25
*
fs: Allow to compile FS_SQUASHFS only for proper U-Boot
Pali Rohár
2022-04-21
*
fs: Allow to compile FS_BTRFS when SPL is enabled
Pali Rohár
2022-04-19
*
fs: Allow to compile CMD_UBIFS when SPL is enabled
Pali Rohár
2022-04-14
*
fs: Allow to compile FS_FAT only for proper U-Boot
Pali Rohár
2022-04-14
*
fs: Add semihosting filesystem
Sean Anderson
2022-04-01
*
fs/erofs: add erofs filesystem support
Huang Jianan
2022-03-15
*
fs: avoid superfluous messages
Heinrich Schuchardt
2021-09-24
*
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-08-02
*
cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
Sean Anderson
2021-04-22
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
cmd: load, emit error message for invalid block device
Heinrich Schuchardt
2021-02-01
*
efi_loader: setting boot device
Heinrich Schuchardt
2021-01-13
*
fs/fat: implement fsuuid command
Heinrich Schuchardt
2020-12-31
*
fs/squashfs: implement exists() function
Richard Genoud
2020-11-19
*
fs/squashfs: fix board hang-up when calling .exists()
Richard Genoud
2020-11-19
*
fs: convert error and debug messages to log
Heinrich Schuchardt
2020-09-06
*
fs/fs.c: add symbolic link case to fs_ls_generic()
Joao Marcos Costa
2020-08-07
*
fs/squashfs: new filesystem
Joao Marcos Costa
2020-08-07
*
fs: error handling in do_load()
Heinrich Schuchardt
2020-07-17
*
cmd: fs: Add command to list supported fs types
Niel Fourie
2020-07-07
*
common: Drop log.h from common header
Simon Glass
2020-05-18
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
*
common: Drop part.h from common header
Simon Glass
2020-05-18
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
*
fs: add fs_get_type() for current filesystem type
AKASHI Takahiro
2019-10-17
*
fs: clean up around fs_type
AKASHI Takahiro
2019-10-17
*
fs: export fs_close()
AKASHI Takahiro
2019-10-17
*
env: Move env_set_hex() to env.h
Simon Glass
2019-08-11
*
fs: do_load: pass device path for efi payload
Mian Yousaf Kaukab
2019-06-20
*
fs: Add a new command to create symbolic links
Jean-Jacques Hiblot
2019-04-09
*
fs: ext4: Unmount FS in do_fs_type()
Marek Vasut
2019-02-09
*
lmb: handle more than one DRAM BANK
Simon Goldschmidt
2019-02-02
*
spl: fat/fs: Add control to build FS EXT4 in SPL
Tien Fong Chee
2019-02-01
*
spl: fat/fs: Add option to include/exclude FAT write build in SPL
Tien Fong Chee
2019-02-01
*
fs: prevent overwriting reserved memory
Simon Goldschmidt
2019-01-16
*
fs: update fs_dev_part in fs_set_blk_dev_with_part()
AKASHI Takahiro
2018-12-02
*
fs: fat: support unlink
AKASHI Takahiro
2018-09-23
*
fs: add unlink interface
AKASHI Takahiro
2018-09-23
*
fs: fat: support mkdir
AKASHI Takahiro
2018-09-23
*
fs: add mkdir interface
AKASHI Takahiro
2018-09-23
*
fs: fix typo 'dumm'
Heinrich Schuchardt
2018-08-13
*
fs: Add fs_get_type_name to return current filesystem name
Alex Kiernan
2018-05-30
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
fs: remove distractive message in fs_read()
Heinrich Schuchardt
2018-01-19
*
fs: Set .opendir to fs_opendir_unsupported for btrfs
Marek Behún
2017-10-16
*
fs: btrfs: Add U-Boot fs handlers.
Marek Behún
2017-10-02
*
fat/fs: move ls to generic implementation
Rob Clark
2017-09-15
[next]