index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
btrfs.c
Age
Commit message (
Expand
)
Author
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