aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Gravatar Filipe Manana 1-2/+2
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchGravatar Marcos Paulo de Souza 1-1/+1
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingGravatar Filipe Manana 1-3/+3
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-04-19btrfs: move the tree mod log code into its own fileGravatar Filipe Manana 1-16/+17
2021-02-08btrfs: do not warn if we can't find the reloc root when looking up backrefGravatar Josef Bacik 1-1/+1
2021-02-08btrfs: document btrfs_check_shared parametersGravatar Nikolay Borisov 1-1/+7
2021-02-08btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeGravatar Josef Bacik 1-7/+0
2021-01-18btrfs: do not double free backref nodes on errorGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: pass root owner to read_tree_blockGravatar Josef Bacik 1-3/+3
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-3/+0
2020-12-08btrfs: locking: remove all the blocking helpersGravatar Josef Bacik 1-7/+3
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupGravatar Josef Bacik 1-1/+12
2020-10-07btrfs: remove unnecessarily shadowed variablesGravatar David Sterba 1-1/+0
2020-08-10btrfs: check correct variable after allocation in btrfs_backref_iter_allocGravatar Boleyn Su 1-1/+1
2020-07-21btrfs: fix double free on ulist after backref resolution failureGravatar Filipe Manana 1-0/+1
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-11/+2
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEGravatar Qu Wenruo 1-2/+2
2020-05-25btrfs: backref: distinguish reloc and non-reloc use of indirect resolutionGravatar Qu Wenruo 1-2/+14
2020-05-25btrfs: reloc: move error handling of build_backref_tree() to backref.cGravatar Qu Wenruo 1-0/+54
2020-05-25btrfs: backref: rename and move finish_upper_links()Gravatar Qu Wenruo 1-0/+106
2020-05-25btrfs: backref: rename and move handle_one_tree_block()Gravatar Qu Wenruo 1-0/+365
2020-05-25btrfs: backref: rename and move backref_cache_cleanup()Gravatar Qu Wenruo 1-0/+33
2020-05-25btrfs: backref: rename and move remove_backref_node()Gravatar Qu Wenruo 1-0/+45
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Gravatar Qu Wenruo 1-0/+11
2020-05-25btrfs: backref: rename and move alloc_backref_node()Gravatar Qu Wenruo 1-0/+21
2020-05-25btrfs: backref: rename and move backref_cache_init()Gravatar Qu Wenruo 1-0/+17
2020-05-25btrfs: backref: implement btrfs_backref_iter_next()Gravatar Qu Wenruo 1-0/+60
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterGravatar Qu Wenruo 1-0/+110
2020-04-30btrfs: fix gcc-4.8 build warning for struct initializerGravatar Arnd Bergmann 1-1/+1
2020-03-23btrfs: do not resolve backrefs for roots that are being deletedGravatar Josef Bacik 1-0/+6
2020-03-23btrfs: kill the subvol_srcuGravatar Josef Bacik 1-11/+1
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Gravatar Qu Wenruo 1-4/+4
2020-03-23btrfs: backref, use correct count to resolve normal data refsGravatar ethanwu 1-18/+11
2020-03-23btrfs: backref, only search backref entries from leaves of the same rootGravatar ethanwu 1-3/+9
2020-03-23btrfs: backref, don't add refs from shared block when resolving normal backrefGravatar ethanwu 1-9/+52
2020-03-23btrfs: backref, only collect file extent items matching backref offsetGravatar ethanwu 1-30/+33
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-6/+0
2020-03-23btrfs: hold a ref on the root in resolve_indirect_refGravatar Josef Bacik 1-1/+9
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsGravatar Filipe Manana 1-1/+1
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedGravatar David Sterba 1-11/+6
2019-04-29Btrfs: do not start a transaction during fiemapGravatar Filipe Manana 1-6/+10
2019-04-29Btrfs: do not start a transaction at iterate_extent_inodes()Gravatar Filipe Manana 1-6/+12
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Gravatar Arnd Bergmann 1-2/+2
2019-02-25btrfs: honor path->skip_locking in backref codeGravatar Josef Bacik 1-7/+13
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersGravatar David Sterba 1-2/+2
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-2/+2
2018-12-17btrfs: Remove needless tree locking in iterate_inode_extrefsGravatar Nikolay Borisov 1-5/+0
2018-12-17btrfs: Remove needless tree locking in iterate_inode_refsGravatar Nikolay Borisov 1-4/+0