index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2024-06-26
fs: btrfs: fix out of bounds write
Alex Shumsky
2023-08-08
btrfs: fix some error checking for btrfs_decompress()
Dan Carpenter
2023-05-08
btrfs: fix offset when reading compressed extents
Dominique Martinet
2022-07-21
treewide: Fix Marek's name and change my e-mail address
Marek Behún
2022-06-06
btrfs: simplify lookup_data_extent()
Heinrich Schuchardt
2022-01-18
fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...
Qu Wenruo
2021-04-27
fs: btrfs: fix the false alert of decompression failure
Qu Wenruo
2020-11-19
fs: btrfs: inode: handle uninitialized type before returning it
Qu Wenruo
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: Introduce lookup_data_extent() for later use
Qu Wenruo
2020-09-07
fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
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: Implement btrfs_lookup_path()
Qu Wenruo
2020-09-07
fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
Qu Wenruo
2020-09-07
fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
Qu Wenruo
2020-09-07
fs: btrfs: Rename path resolve related functions to avoid name conflicts
Qu Wenruo
2020-09-07
fs: btrfs: Rename btrfs_root to __btrfs_root
Qu Wenruo
2020-09-07
fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
Qu Wenruo
2020-09-07
fs: btrfs: Crossport read_tree_block() from btrfs-progs
Qu Wenruo
2020-09-07
fs: btrfs: Sync btrfs_btree.h from kernel
Qu Wenruo
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-16
fs: btrfs: Remove a foreign language note
Marek Behún
2017-10-16
fs: btrfs: Fix usage of uninitialized variables
Marek Behún
2017-10-02
fs: btrfs: Add single-device read-only BTRFS implementation
Marek Behún