index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
btrfs.c
Age
Commit message (
Expand
)
Author
2024-11-15
fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load'
Dominique Martinet
2024-09-12
include: export uuid.h
Caleb Connolly
2023-11-16
fs: btrfs: fix reading when length specified
Sam Edwards
2022-07-21
treewide: Fix Marek's name and change my e-mail address
Marek Behún
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
2021-02-24
fs: btrfs: change directory list output to be aligned as before
Marek Behún
2021-02-24
fs: btrfs: skip xattrs in directory listing
Marek Behún
2020-11-19
fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
Qu Wenruo
2020-10-22
fs: btrfs: Fix typo in error message
Naoki Hayama
2020-09-07
fs: btrfs: Cleanup the old implementation
Qu Wenruo
2020-09-07
fs: btrfs: Implement btrfs_file_read()
Qu Wenruo
2020-09-07
fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
Qu Wenruo
2020-09-07
fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
Qu Wenruo
2020-09-07
fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
Qu Wenruo
2020-09-07
fs: btrfs: Rename path resolve related functions to avoid name conflicts
Qu Wenruo
2020-09-07
fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs
Qu Wenruo
2020-09-07
fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
Qu Wenruo
2020-09-07
fs: btrfs: Rename btrfs_root to __btrfs_root
Qu Wenruo
2020-09-07
fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs
Qu Wenruo
2020-09-07
fs: btrfs: Add more checksum algorithms
Qu Wenruo
2020-09-07
fs: btrfs: Sync btrfs_btree.h from kernel
Qu Wenruo
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
common: Drop uuid.h from common header
Simon Glass
2019-05-03
fs: btrfs: fix btrfs methods return values on failure
Marek Behún
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-06
fs: btrfs: Remove unused debug code left from development
Marek Behún
2017-10-02
fs: btrfs: Add U-Boot fs handlers.
Marek Behún