summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-2/+4
* btrfs: Remove unused op_key var from add_delayed_refsNikolay Borisov2018-03-311-4/+1
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski2018-03-141-0/+1
* btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-02-021-1/+10
* btrfs: make function update_share_count staticColin Ian King2018-01-221-1/+2