summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-10-301-5/+5
|\
| * btrfs: switch btrfs_backref_cache::is_reloc to boolDavid Sterba2023-10-121-2/+2
| * btrfs: rename errno identifiers to errorDavid Sterba2023-10-121-2/+2
| * btrfs: reduce size of prelim_ref::levelDavid Sterba2023-10-121-1/+1
* | btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana2023-10-231-1/+2
|/
* btrfs: fix backref walking not returning all inode refsFilipe Manana2023-05-091-0/+6
* btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana2022-12-051-0/+9
* btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana2022-12-051-2/+7
* btrfs: send: skip unnecessary backref iterationsFilipe Manana2022-12-051-7/+37
* btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana2022-12-051-0/+11
* btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana2022-12-051-15/+61
* btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana2022-12-051-3/+9
* btrfs: send: optimize clone detection to increase extent sharingFilipe Manana2022-12-051-2/+2
* btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba2022-12-051-2/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana2022-12-051-0/+13
* btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana2022-12-051-0/+27
* btrfs: remove roots ulist when checking data extent sharednessFilipe Manana2022-12-051-1/+0
* btrfs: move ulists to data extent sharedness check contextFilipe Manana2022-12-051-1/+6
* btrfs: turn the backref sharedness check cache into a context objectFilipe Manana2022-12-051-4/+4
* btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana2022-12-051-1/+1
* btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana2022-10-111-0/+1
* btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana2022-09-261-0/+1
* btrfs: speedup checking for extent sharedness during fiemapFilipe Manana2022-09-261-1/+16
* btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana2022-09-261-2/+2
* btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba2022-07-251-2/+1
* btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana2021-08-231-1/+1
* btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-221-1/+2
* btrfs: add asserts for deleting backref cache nodesJosef Bacik2021-02-081-3/+6
* btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-251-1/+1
* btrfs: reloc: move error handling of build_backref_tree() to backref.cQu Wenruo2020-05-251-0/+3
* btrfs: backref: rename and move finish_upper_links()Qu Wenruo2020-05-251-0/+3
* btrfs: backref: rename and move handle_one_tree_block()Qu Wenruo2020-05-251-0/+6
* btrfs: backref: rename and move backref_tree_panic()Qu Wenruo2020-05-251-0/+8
* btrfs: backref: rename and move backref_cache_cleanup()Qu Wenruo2020-05-251-0/+2
* btrfs: backref: rename and move remove_backref_node()Qu Wenruo2020-05-251-0/+3
* btrfs: backref: rename and move drop_backref_node()Qu Wenruo2020-05-251-0/+39
* btrfs: backref: rename and move free_backref_(node|edge)Qu Wenruo2020-05-251-0/+20
* btrfs: backref: rename and move link_backref_edge()Qu Wenruo2020-05-251-0/+16
* btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo2020-05-251-0/+2
* btrfs: backref: rename and move alloc_backref_node()Qu Wenruo2020-05-251-0/+2
* btrfs: backref: rename and move backref_cache_init()Qu Wenruo2020-05-251-0/+3
* btrfs: rename tree_entry to rb_simple_node and export itQu Wenruo2020-05-251-2/+4
* btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hQu Wenruo2020-05-251-0/+116
* btrfs: backref: implement btrfs_backref_iter_next()Qu Wenruo2020-05-251-0/+34
* btrfs: backref: introduce the skeleton of btrfs_backref_iterQu Wenruo2020-05-251-0/+38
* btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Qu Wenruo2020-03-231-0/+4
* btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba2019-07-011-1/+2
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+3
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1