aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana1-0/+1
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana1-0/+1
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana1-1/+16
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana1-2/+2
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba1-2/+1
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana1-1/+1
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana1-1/+2
2021-02-08btrfs: add asserts for deleting backref cache nodesJosef Bacik1-3/+6
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-1/+1
2020-05-25btrfs: reloc: move error handling of build_backref_tree() to backref.cQu Wenruo1-0/+3
2020-05-25btrfs: backref: rename and move finish_upper_links()Qu Wenruo1-0/+3
2020-05-25btrfs: backref: rename and move handle_one_tree_block()Qu Wenruo1-0/+6
2020-05-25btrfs: backref: rename and move backref_tree_panic()Qu Wenruo1-0/+8
2020-05-25btrfs: backref: rename and move backref_cache_cleanup()Qu Wenruo1-0/+2
2020-05-25btrfs: backref: rename and move remove_backref_node()Qu Wenruo1-0/+3
2020-05-25btrfs: backref: rename and move drop_backref_node()Qu Wenruo1-0/+39
2020-05-25btrfs: backref: rename and move free_backref_(node|edge)Qu Wenruo1-0/+20
2020-05-25btrfs: backref: rename and move link_backref_edge()Qu Wenruo1-0/+16
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo1-0/+2
2020-05-25btrfs: backref: rename and move alloc_backref_node()Qu Wenruo1-0/+2
2020-05-25btrfs: backref: rename and move backref_cache_init()Qu Wenruo1-0/+3
2020-05-25btrfs: rename tree_entry to rb_simple_node and export itQu Wenruo1-2/+4
2020-05-25btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hQu Wenruo1-0/+116
2020-05-25btrfs: backref: implement btrfs_backref_iter_next()Qu Wenruo1-0/+34
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterQu Wenruo1-0/+38
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree leavesQu Wenruo1-0/+4
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba1-1/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extentsZygo Blaxell1-3/+5
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney1-0/+12
2017-08-16btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski1-3/+1
2015-01-14btrfs: cleanup, remove inode_item_info helperDavid Sterba1-3/+0
2014-09-17Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik1-0/+3
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo1-2/+2
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-2/+2
2013-09-01Btrfs: allocate prelim_ref with a slab allocaterWang Shilong1-0/+2
2013-07-01Btrfs: cleanup backref search commit root flag stuffJosef Bacik1-2/+0
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-3/+0
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2012-10-25Btrfs: extended inode refs support for send mechanismJan Schmidt1-0/+4
2012-10-09btrfs: extended inode ref iterationMark Fasheh1-2/+0
2012-10-09btrfs: extended inode refsMark Fasheh1-0/+5
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo1-1/+2
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-0/+4
2012-07-25Btrfs: make iref_to_path non staticAlexander Block1-0/+4
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt1-2/+1
2012-05-30Btrfs: use the tree modification log for backref resolvingJan Schmidt1-1/+2
2012-05-26Btrfs: look into the extent during find_all_leafsJan Schmidt1-1/+1
2012-03-27Btrfs: fix regression in scrub path resolvingJan Schmidt1-2/+3