aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Gravatar Filipe Manana 1-1/+1
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingGravatar Filipe Manana 1-1/+2
2021-02-08btrfs: add asserts for deleting backref cache nodesGravatar Josef Bacik 1-3/+6
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEGravatar Qu Wenruo 1-1/+1
2020-05-25btrfs: reloc: move error handling of build_backref_tree() to backref.cGravatar Qu Wenruo 1-0/+3
2020-05-25btrfs: backref: rename and move finish_upper_links()Gravatar Qu Wenruo 1-0/+3
2020-05-25btrfs: backref: rename and move handle_one_tree_block()Gravatar Qu Wenruo 1-0/+6
2020-05-25btrfs: backref: rename and move backref_tree_panic()Gravatar Qu Wenruo 1-0/+8
2020-05-25btrfs: backref: rename and move backref_cache_cleanup()Gravatar Qu Wenruo 1-0/+2
2020-05-25btrfs: backref: rename and move remove_backref_node()Gravatar Qu Wenruo 1-0/+3
2020-05-25btrfs: backref: rename and move drop_backref_node()Gravatar Qu Wenruo 1-0/+39
2020-05-25btrfs: backref: rename and move free_backref_(node|edge)Gravatar Qu Wenruo 1-0/+20
2020-05-25btrfs: backref: rename and move link_backref_edge()Gravatar Qu Wenruo 1-0/+16
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Gravatar Qu Wenruo 1-0/+2
2020-05-25btrfs: backref: rename and move alloc_backref_node()Gravatar Qu Wenruo 1-0/+2
2020-05-25btrfs: backref: rename and move backref_cache_init()Gravatar Qu Wenruo 1-0/+3
2020-05-25btrfs: rename tree_entry to rb_simple_node and export itGravatar Qu Wenruo 1-2/+4
2020-05-25btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hGravatar Qu Wenruo 1-0/+116
2020-05-25btrfs: backref: implement btrfs_backref_iter_next()Gravatar Qu Wenruo 1-0/+34
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterGravatar Qu Wenruo 1-0/+38
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Gravatar Qu Wenruo 1-0/+4
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedGravatar David Sterba 1-1/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-16/+3
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Gravatar Zygo Blaxell 1-3/+5
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingGravatar Jeff Mahoney 1-0/+12
2017-08-16btrfs: btrfs_check_shared should manage its own transactionGravatar Edmund Nadolski 1-3/+1
2015-01-14btrfs: cleanup, remove inode_item_info helperGravatar David Sterba 1-3/+0
2014-09-17Btrfs: make fiemap not blow when you have lots of snapshotsGravatar Josef Bacik 1-0/+3
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsGravatar Liu Bo 1-2/+2
2014-06-09Btrfs: rework qgroup accountingGravatar Josef Bacik 1-2/+2
2013-09-01Btrfs: allocate prelim_ref with a slab allocaterGravatar Wang Shilong 1-0/+2
2013-07-01Btrfs: cleanup backref search commit root flag stuffGravatar Josef Bacik 1-2/+0
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-3/+0
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hGravatar Filipe Brandenburger 1-1/+1
2012-10-25Btrfs: extended inode refs support for send mechanismGravatar Jan Schmidt 1-0/+4
2012-10-09btrfs: extended inode ref iterationGravatar Mark Fasheh 1-2/+0
2012-10-09btrfs: extended inode refsGravatar Mark Fasheh 1-0/+5
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveGravatar Liu Bo 1-1/+2
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusGravatar Chris Mason 1-0/+4
2012-07-25Btrfs: make iref_to_path non staticGravatar Alexander Block 1-0/+4
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsGravatar Jan Schmidt 1-2/+1
2012-05-30Btrfs: use the tree modification log for backref resolvingGravatar Jan Schmidt 1-1/+2
2012-05-26Btrfs: look into the extent during find_all_leafsGravatar Jan Schmidt 1-1/+1
2012-03-27Btrfs: fix regression in scrub path resolvingGravatar Jan Schmidt 1-2/+3
2012-01-04Btrfs: added btrfs_find_all_roots()Gravatar Jan Schmidt 1-0/+5
2011-09-29btrfs: added helper functions to iterate backrefsGravatar Jan Schmidt 1-0/+62