summaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.h
AgeCommit message (Expand)Author
2024-03-04btrfs: uninline some static inline helpers from backref.hDavid Sterba
2024-03-04btrfs: open code btrfs_backref_get_eb()David Sterba
2024-03-04btrfs: open code btrfs_backref_iter_free()David Sterba
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana
2023-10-12btrfs: switch btrfs_backref_cache::is_reloc to boolDavid Sterba
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba
2023-10-12btrfs: reduce size of prelim_ref::levelDavid Sterba
2023-05-09btrfs: fix backref walking not returning all inode refsFilipe Manana
2022-12-05btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana
2022-12-05btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana
2022-12-05btrfs: send: skip unnecessary backref iterationsFilipe Manana
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana
2022-12-05btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana
2022-12-05btrfs: remove roots ulist when checking data extent sharednessFilipe Manana
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana
2022-10-11btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-02-08btrfs: add asserts for deleting backref cache nodesJosef Bacik
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-05-25btrfs: reloc: move error handling of build_backref_tree() to backref.cQu Wenruo
2020-05-25btrfs: backref: rename and move finish_upper_links()Qu Wenruo
2020-05-25btrfs: backref: rename and move handle_one_tree_block()Qu Wenruo
2020-05-25btrfs: backref: rename and move backref_tree_panic()Qu Wenruo
2020-05-25btrfs: backref: rename and move backref_cache_cleanup()Qu Wenruo
2020-05-25btrfs: backref: rename and move remove_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move drop_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move free_backref_(node|edge)Qu Wenruo
2020-05-25btrfs: backref: rename and move link_backref_edge()Qu Wenruo
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo
2020-05-25btrfs: backref: rename and move alloc_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move backref_cache_init()Qu Wenruo
2020-05-25btrfs: rename tree_entry to rb_simple_node and export itQu Wenruo
2020-05-25btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hQu Wenruo
2020-05-25btrfs: backref: implement btrfs_backref_iter_next()Qu Wenruo
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterQu Wenruo