summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: do not start a transaction during fiemapFilipe Manana2019-04-291-6/+10
* Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana2019-04-291-6/+12
* btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-291-2/+2
* btrfs: honor path->skip_locking in backref codeJosef Bacik2019-02-251-7/+13
* btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-251-2/+2
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* btrfs: Remove needless tree locking in iterate_inode_extrefsNikolay Borisov2018-12-171-5/+0
* btrfs: Remove needless tree locking in iterate_inode_refsNikolay Borisov2018-12-171-4/+0
* Btrfs: preftree: use rb_first_cachedLiu Bo2018-10-151-15/+17
* Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo2018-10-151-1/+1
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-2/+3
* btrfs: backref: Use ERR_CAST to return error codeMisono Tomohiro2018-08-061-1/+1
* btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue2018-08-061-2/+2