summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: don't use extent_root in iterate_extent_inodesJosef Bacik2022-01-031-1/+1
* btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-031-3/+11
* btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-031-1/+6
* btrfs: remove SANITY_TESTS check form find_parent_nodesJosef Bacik2022-01-031-4/+0
* btrfs: move comment in find_parent_nodes()Josef Bacik2022-01-031-7/+4
* btrfs: pass the root to add_keyed_refsJosef Bacik2022-01-031-4/+5
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-7/+7
* btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-031-3/+1
* btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana2021-08-231-2/+2
* btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza2021-08-231-1/+1
* btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-221-3/+3
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: move the tree mod log code into its own fileFilipe Manana2021-04-191-16/+17
* btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik2021-02-081-1/+1
* btrfs: document btrfs_check_shared parametersNikolay Borisov2021-02-081-1/+7
* btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik2021-02-081-7/+0
* btrfs: do not double free backref nodes on errorJosef Bacik2021-01-181-1/+1
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-081-3/+3
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-3/+0
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-7/+3
* btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik2020-10-261-1/+12
* btrfs: remove unnecessarily shadowed variablesDavid Sterba2020-10-071-1/+0
* btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su2020-08-101-1/+1
* btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-211-0/+1
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-11/+2
* btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-251-2/+2
* btrfs: backref: distinguish reloc and non-reloc use of indirect resolutionQu Wenruo2020-05-251-2/+14
* btrfs: reloc: move error handling of build_backref_tree() to backref.cQu Wenruo2020-05-251-0/+54
* btrfs: backref: rename and move finish_upper_links()Qu Wenruo2020-05-251-0/+106
* btrfs: backref: rename and move handle_one_tree_block()Qu Wenruo2020-05-251-0/+365
* btrfs: backref: rename and move backref_cache_cleanup()Qu Wenruo2020-05-251-0/+33
* btrfs: backref: rename and move remove_backref_node()Qu Wenruo2020-05-251-0/+45
* btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo2020-05-251-0/+11
* btrfs: backref: rename and move alloc_backref_node()Qu Wenruo2020-05-251-0/+21
* btrfs: backref: rename and move backref_cache_init()Qu Wenruo2020-05-251-0/+17
* btrfs: backref: implement btrfs_backref_iter_next()Qu Wenruo2020-05-251-0/+60
* btrfs: backref: introduce the skeleton of btrfs_backref_iterQu Wenruo2020-05-251-0/+110
* btrfs: fix gcc-4.8 build warning for struct initializerArnd Bergmann2020-04-301-1/+1
* btrfs: do not resolve backrefs for roots that are being deletedJosef Bacik2020-03-231-0/+6
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-11/+1
* btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Qu Wenruo2020-03-231-4/+4
* btrfs: backref, use correct count to resolve normal data refsethanwu2020-03-231-18/+11
* btrfs: backref, only search backref entries from leaves of the same rootethanwu2020-03-231-3/+9
* btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu2020-03-231-9/+52
* btrfs: backref, only collect file extent items matching backref offsetethanwu2020-03-231-30/+33
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-6/+0
* btrfs: hold a ref on the root in resolve_indirect_refJosef Bacik2020-03-231-1/+9
* Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana2019-07-301-1/+1
* btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba2019-07-011-11/+6