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
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
2020-09-07
fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs
Qu Wenruo
2020-09-07
fs: btrfs: Crossport rbtree-utils from btrfs-progs
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
common: Drop log.h from common header
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
common: Drop uuid.h from common header
Simon Glass
2020-04-20
fs: btrfs: support sparse extents
Marek Behún
2020-04-16
fs: btrfs: Fix LZO false decompression error caused by pending zero
Qu Wenruo
2020-04-16
fs: btrfs: Reject fs with sector size other than PAGE_SIZE
Qu Wenruo
2020-04-16
fs: btrfs: Use LZO_LEN to replace immediate number
Qu Wenruo
2019-05-05
fs: btrfs: add zstd decompression support
Marek Behún
2019-05-03
fs: btrfs: fix btrfs methods return values on failure
Marek Behún
2019-05-03
fs: btrfs: Do not print mount fail message when not btrfs filesystem
Marek Behún
2019-04-27
Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"
Tom Rini
2019-04-26
fs: btrfs: fix btrfs_search_tree invalid results
Pierre Bourdon
2019-04-26
fs: btrfs: fix false negatives in ROOT_ITEM search
Pierre Bourdon
2018-10-08
fs: btrfs: Fix tree traversal with btrfs_next_slot()
Yevgeny Popovych
2018-09-30
fs: btrfs: Fix cache alignment bugs
Marek Vasut
2018-07-20
fs: btrfs: Fix wrong comparison in logical to physical mapping
Marek Behún
2018-06-18
fs: btrfs: Do not fail when all root_backups are empty
Yevgeny Popovych
[next]