aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-24btrfs: declare free_ipath() via DEFINE_FREE()Miquel Sabaté Solà1-1/+6
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-2/+2
2025-07-22btrfs: set search_commit_root to false in iterate_inodes_from_logical()Filipe Manana1-2/+1
2025-07-21btrfs: pass struct rb_simple_node pointer directly in rb_simple_insert()Pan Chuang1-4/+9
2025-07-21btrfs: relocation: simplify unused logic related to LINK_LOWERDaniel Vacek1-7/+0
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba1-2/+2
2025-01-13btrfs: remove detached list from struct btrfs_backref_cacheJosef Bacik1-2/+0
2025-01-13btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_nodeJosef Bacik1-4/+0
2025-01-13btrfs: do not handle non-shareable roots in backref cacheJosef Bacik1-2/+0
2025-01-13btrfs: add a comment for new_bytenr in backref_cache_nodeJosef Bacik1-0/+6
2025-01-13btrfs: remove the changed list for backref cacheJosef Bacik1-2/+0
2024-03-04btrfs: uninline some static inline helpers from backref.hDavid Sterba1-92/+12
2024-03-04btrfs: open code btrfs_backref_get_eb()David Sterba1-8/+0
2024-03-04btrfs: open code btrfs_backref_iter_free()David Sterba1-8/+0
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba1-2/+14
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-5/+5
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana1-1/+2
2023-10-12btrfs: switch btrfs_backref_cache::is_reloc to boolDavid Sterba1-2/+2
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba1-2/+2
2023-10-12btrfs: reduce size of prelim_ref::levelDavid Sterba1-1/+1
2023-05-09btrfs: fix backref walking not returning all inode refsFilipe Manana1-0/+6
2022-12-05btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana1-0/+9
2022-12-05btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana1-2/+7
2022-12-05btrfs: send: skip unnecessary backref iterationsFilipe Manana1-7/+37
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana1-0/+11
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana1-15/+61
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana1-3/+9
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana1-2/+2
2022-12-05btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba1-2/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana1-0/+13
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana1-0/+27
2022-12-05btrfs: remove roots ulist when checking data extent sharednessFilipe Manana1-1/+0
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana1-1/+6
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana1-4/+4
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana1-1/+1
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...Qu 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 ...Zygo 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
2012-01-04Btrfs: added btrfs_find_all_roots()Jan Schmidt1-0/+5
2011-09-29btrfs: added helper functions to iterate backrefsJan Schmidt1-0/+62