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
Age
Commit message (
Expand
)
Author
2023-02-23
fs: btrfs: limit the mapped length to the original length
Qu Wenruo
2023-01-11
fs/btrfs: handle data extents, which crosss stripe boundaries, correctly
Qu Wenruo
2022-10-17
fs: Quieten down the filesystems more
Simon Glass
2022-09-29
fs: btrfs: remove the usage of undeclared fs_mutex variable
Pankaj Raghav
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-04-19
btrfs: Fix compilation on big endian systems
Pali Rohár
2022-01-18
fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...
Qu Wenruo
2022-01-18
fs/btrfs: add dependency on BLAKE2 hash
Qu Wenruo
2021-10-08
btrfs: Use U-Boot API for decompression
Simon Glass
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
2021-09-30
WS cleanup: remove excessive empty lines
Wolfgang Denk
2021-09-16
btrfs: Suppress the message about missing filesystem
Simon Glass
2021-09-01
btrfs: Use default subvolume as filesystem root
Matwey V. Kornilov
2021-07-28
Use LIB_UUID with ACPIGEN and FS_BTRFS
Simon Glass
2021-05-26
fs: btrfs: Add missing cache aligned allocation
Marek Vasut
2021-04-27
fs: btrfs: fix the false alert of decompression failure
Qu Wenruo
2021-03-01
fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1
Marek Behún
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
2021-01-29
fs: btrfs: Select SHA256 in Kconfig
Matthias Brugger
2021-01-20
fs: btrfs: simplify close_ctree_fs_info()
Heinrich Schuchardt
2021-01-20
fs: btrfs: volumes: prevent overflow for multiplying
Qu Wenruo
2020-11-19
fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
Qu Wenruo
2020-11-19
fs: btrfs: inode: handle uninitialized type before returning it
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: Imeplement btrfs_list_subvols() using new infrastructure
Qu Wenruo
2020-09-07
fs: btrfs: Introduce function to resolve the path of one subvolume
Qu Wenruo
2020-09-07
fs: btrfs: Introduce function to resolve path in one subvolume
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: 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: 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: 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: Crossport btrfs_search_slot() from btrfs-progs
Qu Wenruo
2020-09-07
fs: btrfs: Crossport struct btrfs_root to ctree.h
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: Crossport volumes.[ch] from btrfs-progs
Qu Wenruo
2020-09-07
fs: btrfs: Crossport structure accessor into ctree.h
Qu Wenruo
2020-09-07
fs: btrfs: Crossport extent-io.[ch] from btrfs-progs
Qu Wenruo
[next]