| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EIO | David Sterba | 1 | -2/+2 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EUCLEAN | David Sterba | 1 | -10/+10 |
| 2025-09-23 | btrfs: fix typos in comments and strings | David Sterba | 1 | -1/+1 |
| 2025-07-22 | btrfs: set search_commit_root to false in iterate_inodes_from_logical() | Filipe Manana | 1 | -5/+7 |
| 2025-07-21 | btrfs: simplify debug print helpers without enabled printk | David Sterba | 1 | -3/+1 |
| 2025-07-21 | btrfs: rename err to ret2 in resolve_indirect_refs() | David Sterba | 1 | -5/+5 |
| 2025-07-21 | btrfs: pass struct rb_simple_node pointer directly in rb_simple_insert() | Pan Chuang | 1 | -3/+2 |
| 2025-07-21 | btrfs: relocation: simplify unused logic related to LINK_LOWER | Daniel Vacek | 1 | -10/+6 |
| 2025-05-15 | btrfs: use list_first_entry() everywhere | David Sterba | 1 | -4/+4 |
| 2025-05-15 | btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN() | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN | David Sterba | 1 | -1/+1 |
| 2025-03-18 | btrfs: unify ordering of btrfs_key initializations | David Sterba | 1 | -2/+2 |
| 2025-01-13 | btrfs: update prelim_ref_insert() to use rb helpers | Roger L. Beckermeyer III | 1 | -40/+39 |
| 2025-01-13 | btrfs: remove detached list from struct btrfs_backref_cache | Josef Bacik | 1 | -2/+0 |
| 2025-01-13 | btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_node | Josef Bacik | 1 | -19/+0 |
| 2025-01-13 | btrfs: simplify btrfs_backref_release_cache() | Josef Bacik | 1 | -20/+2 |
| 2025-01-13 | btrfs: do not handle non-shareable roots in backref cache | Josef Bacik | 1 | -27/+23 |
| 2025-01-13 | btrfs: remove the changed list for backref cache | Josef Bacik | 1 | -2/+0 |
| 2024-11-11 | btrfs: pass fs_info to functions that search for delayed ref heads | Filipe Manana | 1 | -1/+2 |
| 2024-10-01 | btrfs: drop the backref cache during relocation if we commit | Josef Bacik | 1 | -4/+8 |
| 2024-09-10 | btrfs: constify more pointer parameters | David Sterba | 1 | -3/+3 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -4/+4 |
| 2024-05-07 | btrfs: stop referencing btrfs_delayed_tree_ref directly | Josef Bacik | 1 | -10/+11 |
| 2024-05-07 | btrfs: stop referencing btrfs_delayed_data_ref directly | Josef Bacik | 1 | -5/+2 |
| 2024-05-07 | btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node | Josef Bacik | 1 | -8/+4 |
| 2024-04-18 | btrfs: fix information leak in btrfs_ioctl_logical_to_ino() | Johannes Thumshirn | 1 | -9/+3 |
| 2024-03-05 | btrfs: remove SLAB_MEM_SPREAD flag use | Chengming Zhou | 1 | -4/+1 |
| 2024-03-04 | btrfs: uninline some static inline helpers from backref.h | David Sterba | 1 | -0/+90 |
| 2024-03-04 | btrfs: open code btrfs_backref_get_eb() | David Sterba | 1 | -2/+2 |
| 2024-03-04 | btrfs: delete pointless BUG_ONs on extent item size | David Sterba | 1 | -3/+0 |
| 2024-03-04 | btrfs: handle invalid extent item reference found in extent_from_logical() | David Sterba | 1 | -0/+11 |
| 2024-03-04 | btrfs: update comment and drop assertion in extent item lookup in find_parent... | David Sterba | 1 | -2/+4 |
| 2023-10-30 | Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -1/+4 |
| 2023-10-23 | btrfs: fix unwritten extent buffer after snapshotting a new subvolume | Filipe Manana | 1 | -5/+9 |
| 2023-10-12 | btrfs: switch btrfs_backref_cache::is_reloc to bool | David Sterba | 1 | -1/+1 |
| 2023-10-12 | btrfs: new inline ref storing owning subvol of data extents | Boris Burkov | 1 | -0/+3 |
| 2023-08-21 | btrfs: remove v0 extent handling | Qu Wenruo | 1 | -17/+12 |
| 2023-05-09 | btrfs: fix backref walking not returning all inode refs | Filipe Manana | 1 | -9/+10 |
| 2023-03-29 | btrfs: ignore fiemap path cache when there are multiple paths for a node | Filipe Manana | 1 | -22/+63 |
| 2023-02-15 | btrfs: skip backref walking during fiemap if we know the leaf is shared | Filipe Manana | 1 | -1/+20 |
| 2023-02-15 | btrfs: assert commit root semaphore is held when accessing backref cache | Filipe Manana | 1 | -2/+10 |
| 2022-12-20 | btrfs: fix resolving backrefs for inline extent followed by prealloc | Boris Burkov | 1 | -0/+4 |
| 2022-12-05 | btrfs: move struct btrfs_tree_parent_check out of disk-io.h | Christoph Hellwig | 1 | -0/+1 |
| 2022-12-05 | btrfs: concentrate all tree block parentness check parameters into one structure | Qu Wenruo | 1 | -4/+11 |
| 2022-12-05 | btrfs: send: skip resolution of our own backref when finding clone source | Filipe Manana | 1 | -14/+21 |
| 2022-12-05 | btrfs: send: avoid double extent tree search when finding clone source | Filipe Manana | 1 | -12/+19 |
| 2022-12-05 | btrfs: send: skip unnecessary backref iterations | Filipe Manana | 1 | -23/+50 |
| 2022-12-05 | btrfs: send: cache leaf to roots mapping during backref walking | Filipe Manana | 1 | -12/+40 |
| 2022-12-05 | btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes() | Filipe Manana | 1 | -15/+31 |
| 2022-12-05 | btrfs: use a structure to pass arguments to backref walking functions | Filipe Manana | 1 | -167/+176 |
| 2022-12-05 | btrfs: use a single argument for extent offset in backref walking functions | Filipe Manana | 1 | -45/+42 |
| 2022-12-05 | btrfs: send: optimize clone detection to increase extent sharing | Filipe Manana | 1 | -4/+5 |
| 2022-12-05 | btrfs: move relocation prototypes into relocation.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move extent-tree helpers into their own header file | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc | David Sterba | 1 | -3/+2 |
| 2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move fs wide helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: avoid unnecessary resolution of indirect backrefs during fiemap | Filipe Manana | 1 | -11/+17 |
| 2022-12-05 | btrfs: avoid duplicated resolution of indirect backrefs during fiemap | Filipe Manana | 1 | -10/+54 |
| 2022-12-05 | btrfs: move up backref sharedness cache store and lookup functions | Filipe Manana | 1 | -118/+118 |
| 2022-12-05 | btrfs: cache sharedness of the last few data extents during fiemap | Filipe Manana | 1 | -3/+47 |
| 2022-12-05 | btrfs: remove useless logic when finding parent nodes | Filipe Manana | 1 | -5/+18 |
| 2022-12-05 | btrfs: remove roots ulist when checking data extent sharedness | Filipe Manana | 1 | -5/+1 |
| 2022-12-05 | btrfs: move ulists to data extent sharedness check context | Filipe Manana | 1 | -11/+32 |
| 2022-12-05 | btrfs: turn the backref sharedness check cache into a context object | Filipe Manana | 1 | -16/+16 |
| 2022-12-05 | btrfs: directly pass the inode to btrfs_is_data_extent_shared() | Filipe Manana | 1 | -4/+4 |
| 2022-12-05 | btrfs: remove checks for a 0 inode number during backref walking | Filipe Manana | 1 | -2/+2 |
| 2022-12-05 | btrfs: remove checks for a root with id 0 during backref walking | Filipe Manana | 1 | -4/+2 |
| 2022-11-02 | btrfs: fix inode list leak during backref walking at find_parent_nodes() | Filipe Manana | 1 | -1/+17 |
| 2022-11-02 | btrfs: fix inode list leak during backref walking at resolve_indirect_refs() | Filipe Manana | 1 | -19/+17 |
| 2022-10-11 | btrfs: ignore fiemap path cache if we have multiple leaves for a data extent | Filipe Manana | 1 | -0/+25 |
| 2022-10-11 | btrfs: fix processing of delayed tree block refs during backref walking | Filipe Manana | 1 | -6/+7 |
| 2022-10-11 | btrfs: fix processing of delayed data refs during backref walking | Filipe Manana | 1 | -9/+24 |
| 2022-10-07 | btrfs: add missing path cache update during fiemap | Filipe Manana | 1 | -0/+13 |
| 2022-09-26 | btrfs: skip unnecessary extent buffer sharedness checks during fiemap | Filipe Manana | 1 | -6/+21 |
| 2022-09-26 | btrfs: speedup checking for extent sharedness during fiemap | Filipe Manana | 1 | -1/+121 |
| 2022-09-26 | btrfs: rename btrfs_check_shared() to a more descriptive name | Filipe Manana | 1 | -5/+5 |
| 2022-07-25 | btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino | David Sterba | 1 | -3/+22 |
| 2022-07-25 | btrfs: simplify parameters of backref iterators | David Sterba | 1 | -11/+12 |
| 2022-07-25 | btrfs: call inode_to_path directly and drop indirection | David Sterba | 1 | -30/+20 |
| 2022-03-14 | btrfs: unify the error handling pattern for read_tree_block() | Qu Wenruo | 1 | -2/+5 |
| 2022-01-03 | btrfs: stop accessing ->extent_root directly | Josef Bacik | 1 | -6/+10 |
| 2022-01-03 | btrfs: don't use extent_root in iterate_extent_inodes | Josef Bacik | 1 | -1/+1 |
| 2022-01-03 | btrfs: remove BUG_ON(!eie) in find_parent_nodes | Josef Bacik | 1 | -3/+11 |
| 2022-01-03 | btrfs: remove BUG_ON() in find_parent_nodes() | Josef Bacik | 1 | -1/+6 |
| 2022-01-03 | btrfs: remove SANITY_TESTS check form find_parent_nodes | Josef Bacik | 1 | -4/+0 |
| 2022-01-03 | btrfs: move comment in find_parent_nodes() | Josef Bacik | 1 | -7/+4 |
| 2022-01-03 | btrfs: pass the root to add_keyed_refs | Josef Bacik | 1 | -4/+5 |
| 2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik | 1 | -7/+7 |
| 2022-01-03 | btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere | Josef Bacik | 1 | -3/+1 |
| 2021-08-23 | btrfs: remove ignore_offset argument from btrfs_find_all_roots() | Filipe Manana | 1 | -2/+2 |
| 2021-08-23 | btrfs: pass NULL as trans to btrfs_search_slot if we only want to search | Marcos Paulo de Souza | 1 | -1/+1 |
| 2021-07-22 | btrfs: fix lock inversion problem when doing qgroup extent tracing | Filipe Manana | 1 | -3/+3 |
| 2021-06-22 | btrfs: fix typos in comments | David Sterba | 1 | -1/+1 |
| 2021-04-19 | btrfs: move the tree mod log code into its own file | Filipe Manana | 1 | -16/+17 |
| 2021-02-08 | btrfs: do not warn if we can't find the reloc root when looking up backref | Josef Bacik | 1 | -1/+1 |
| 2021-02-08 | btrfs: document btrfs_check_shared parameters | Nikolay Borisov | 1 | -1/+7 |
| 2021-02-08 | btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node | Josef Bacik | 1 | -7/+0 |
| 2021-01-18 | btrfs: do not double free backref nodes on error | Josef Bacik | 1 | -1/+1 |
| 2020-12-08 | btrfs: pass root owner to read_tree_block | Josef Bacik | 1 | -3/+3 |
| 2020-12-08 | btrfs: locking: rip out path->leave_spinning | Josef Bacik | 1 | -3/+0 |
| 2020-12-08 | btrfs: locking: remove all the blocking helpers | Josef Bacik | 1 | -7/+3 |
| 2020-10-26 | btrfs: add a helper to read the tree_root commit root for backref lookup | Josef Bacik | 1 | -1/+12 |
| 2020-10-07 | btrfs: remove unnecessarily shadowed variables | David Sterba | 1 | -1/+0 |
| 2020-08-10 | btrfs: check correct variable after allocation in btrfs_backref_iter_alloc | Boleyn Su | 1 | -1/+1 |
| 2020-07-21 | btrfs: fix double free on ulist after backref resolution failure | Filipe Manana | 1 | -0/+1 |
| 2020-05-25 | btrfs: simplify root lookup by id | David Sterba | 1 | -11/+2 |
| 2020-05-25 | btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE | Qu Wenruo | 1 | -2/+2 |
| 2020-05-25 | btrfs: backref: distinguish reloc and non-reloc use of indirect resolution | Qu Wenruo | 1 | -2/+14 |
| 2020-05-25 | btrfs: reloc: move error handling of build_backref_tree() to backref.c | Qu Wenruo | 1 | -0/+54 |
| 2020-05-25 | btrfs: backref: rename and move finish_upper_links() | Qu Wenruo | 1 | -0/+106 |
| 2020-05-25 | btrfs: backref: rename and move handle_one_tree_block() | Qu Wenruo | 1 | -0/+365 |
| 2020-05-25 | btrfs: backref: rename and move backref_cache_cleanup() | Qu Wenruo | 1 | -0/+33 |
| 2020-05-25 | btrfs: backref: rename and move remove_backref_node() | Qu Wenruo | 1 | -0/+45 |
| 2020-05-25 | btrfs: backref: rename and move alloc_backref_edge() | Qu Wenruo | 1 | -0/+11 |
| 2020-05-25 | btrfs: backref: rename and move alloc_backref_node() | Qu Wenruo | 1 | -0/+21 |
| 2020-05-25 | btrfs: backref: rename and move backref_cache_init() | Qu Wenruo | 1 | -0/+17 |
| 2020-05-25 | btrfs: backref: implement btrfs_backref_iter_next() | Qu Wenruo | 1 | -0/+60 |
| 2020-05-25 | btrfs: backref: introduce the skeleton of btrfs_backref_iter | Qu Wenruo | 1 | -0/+110 |
| 2020-04-30 | btrfs: fix gcc-4.8 build warning for struct initializer | Arnd Bergmann | 1 | -1/+1 |
| 2020-03-23 | btrfs: do not resolve backrefs for roots that are being deleted | Josef Bacik | 1 | -0/+6 |
| 2020-03-23 | btrfs: kill the subvol_srcu | Josef Bacik | 1 | -11/+1 |
| 2020-03-23 | btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree... | Qu Wenruo | 1 | -4/+4 |
| 2020-03-23 | btrfs: backref, use correct count to resolve normal data refs | ethanwu | 1 | -18/+11 |
| 2020-03-23 | btrfs: backref, only search backref entries from leaves of the same root | ethanwu | 1 | -3/+9 |
| 2020-03-23 | btrfs: backref, don't add refs from shared block when resolving normal backref | ethanwu | 1 | -9/+52 |
| 2020-03-23 | btrfs: backref, only collect file extent items matching backref offset | ethanwu | 1 | -30/+33 |
| 2020-03-23 | btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root | Josef Bacik | 1 | -1/+1 |
| 2020-03-23 | btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root | Josef Bacik | 1 | -6/+0 |
| 2020-03-23 | btrfs: hold a ref on the root in resolve_indirect_ref | Josef Bacik | 1 | -1/+9 |
| 2019-07-30 | Btrfs: fix deadlock between fiemap and transaction commits | Filipe Manana | 1 | -1/+1 |
| 2019-07-01 | btrfs: fiemap: preallocate ulists for btrfs_check_shared | David Sterba | 1 | -11/+6 |
| 2019-04-29 | Btrfs: do not start a transaction during fiemap | Filipe Manana | 1 | -6/+10 |
| 2019-04-29 | Btrfs: do not start a transaction at iterate_extent_inodes() | Filipe Manana | 1 | -6/+12 |
| 2019-04-29 | btrfs: use BUG() instead of BUG_ON(1) | Arnd Bergmann | 1 | -2/+2 |
| 2019-02-25 | btrfs: honor path->skip_locking in backref code | Josef Bacik | 1 | -7/+13 |
| 2019-02-25 | btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers | David Sterba | 1 | -2/+2 |
| 2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -2/+2 |
| 2018-12-17 | btrfs: Remove needless tree locking in iterate_inode_extrefs | Nikolay Borisov | 1 | -5/+0 |
| 2018-12-17 | btrfs: Remove needless tree locking in iterate_inode_refs | Nikolay Borisov | 1 | -4/+0 |
| 2018-10-15 | Btrfs: preftree: use rb_first_cached | Liu Bo | 1 | -15/+17 |
| 2018-10-15 | Btrfs: delayed-refs: use rb_first_cached for ref_tree | Liu Bo | 1 | -1/+1 |
| 2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro | 1 | -2/+3 |
| 2018-08-06 | btrfs: backref: Use ERR_CAST to return error code | Misono Tomohiro | 1 | -1/+1 |
| 2018-08-06 | btrfs: return EUCLEAN if extent_inline_ref type is invalid | Su Yue | 1 | -2/+2 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |
| 2018-03-31 | btrfs: Validate child tree block's level and first key | Qu Wenruo | 1 | -2/+4 |
| 2018-03-31 | btrfs: Remove unused op_key var from add_delayed_refs | Nikolay Borisov | 1 | -4/+1 |
| 2018-03-26 | btrfs: add more __cold annotations | David Sterba | 1 | -1/+1 |
| 2018-03-14 | btrfs: add missing initialization in btrfs_check_shared | Edmund Nadolski | 1 | -0/+1 |
| 2018-02-02 | btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes | Zygo Blaxell | 1 | -1/+10 |
| 2018-01-22 | btrfs: make function update_share_count static | Colin Ian King | 1 | -1/+2 |
| 2017-11-01 | btrfs: track refs in a rb_tree instead of a list | Josef Bacik | 1 | -1/+4 |
| 2017-11-01 | btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ... | Zygo Blaxell | 1 | -25/+38 |
| 2017-10-30 | btrfs: remove delayed_ref_node from ref_head | Josef Bacik | 1 | -2/+2 |
| 2017-08-21 | Btrfs: convert to use btrfs_get_extent_inline_ref_type | Liu Bo | 1 | -2/+9 |
| 2017-08-16 | btrfs: clean up extraneous computations in add_delayed_refs | Edmund Nadolski | 1 | -17/+13 |
| 2017-08-16 | btrfs: allow backref search checks for shared extents | Edmund Nadolski | 1 | -49/+115 |
| 2017-08-16 | btrfs: add cond_resched() calls when resolving backrefs | Edmund Nadolski | 1 | -0/+3 |
| 2017-08-16 | btrfs: backref, add tracepoints for prelim_ref insertion and merging | Jeff Mahoney | 1 | -58/+60 |
| 2017-08-16 | btrfs: add a node counter to each of the rbtrees | Jeff Mahoney | 1 | -1/+5 |
| 2017-08-16 | btrfs: convert prelimary reference tracking to use rbtrees | Edmund Nadolski | 1 | -157/+285 |
| 2017-08-16 | btrfs: remove ref_tree implementation from backref.c | Edmund Nadolski | 1 | -348/+7 |
| 2017-08-16 | btrfs: btrfs_check_shared should manage its own transaction | Edmund Nadolski | 1 | -11/+19 |
| 2017-08-16 | btrfs: backref, cleanup __ namespace abuse | Jeff Mahoney | 1 | -116/+109 |
| 2017-08-16 | btrfs: backref, add unode_aux_to_inode_list helper | Jeff Mahoney | 1 | -5/+11 |
| 2017-08-16 | btrfs: backref, constify some arguments | Jeff Mahoney | 1 | -13/+16 |
| 2017-06-19 | btrfs: use GFP_KERNEL in init_ipath | David Sterba | 1 | -5/+5 |
| 2017-04-18 | btrfs: replace hardcoded value with SEQ_LAST macro | Edmund Nadolski | 1 | -8/+8 |
| 2017-04-18 | btrfs: provide enumeration for __merge_refs mode argument | Edmund Nadolski | 1 | -10/+13 |
| 2017-04-18 | btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
| 2017-02-17 | btrfs: remove unused parameter from __add_inline_refs | David Sterba | 1 | -3/+2 |
| 2017-02-14 | Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_head | Liu Bo | 1 | -1/+1 |
| 2016-12-06 | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney | 1 | -1/+1 |
| 2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 1 | -4/+2 |
| 2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 1 | -1/+1 |
| 2016-09-26 | btrfs: convert pr_* to btrfs_* where possible | Jeff Mahoney | 1 | -16/+27 |
| 2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney | 1 | -10/+5 |
| 2016-09-26 | btrfs: fix check_shared for fiemap ioctl | Lu Fengqi | 1 | -9/+352 |
| 2016-08-25 | btrfs: backref: Fix soft lockup in __merge_refs function | Qu Wenruo | 1 | -0/+1 |
| 2016-07-26 | btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root | Jeff Mahoney | 1 | -1/+1 |
| 2016-07-26 | btrfs: Fix slab accounting flags | Nikolay Borisov | 1 | -1/+1 |
| 2016-05-25 | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 | David Sterba | 1 | -1/+1 |
| 2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 1 | -1/+1 |
| 2016-05-10 | Btrfs: fix fspath error deallocation | Vincent Stehlé | 1 | -1/+1 |
| 2016-02-26 | Merge branch 'cleanups-4.6' into for-chris-4.6 | David Sterba | 1 | -8/+4 |
| 2016-02-18 | btrfs: drop null testing before destroy functions | Kinglong Mee | 1 | -2/+1 |
| 2016-02-18 | btrfs: remove open-coded swap() in backref.c:__merge_refs | Dave Jones | 1 | -6/+3 |
| 2016-02-05 | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl | Filipe Manana | 1 | -4/+6 |
| 2016-01-15 | btrfs: fix iterator with update error in backref.c | Geliang Tang | 1 | -5/+5 |
| 2016-01-07 | btrfs: use list_for_each_entry* in backref.c | Geliang Tang | 1 | -17/+6 |
| 2015-11-25 | Btrfs: use btrfs_get_fs_root in resolve_indirect_ref | Josef Bacik | 1 | -1/+1 |
| 2015-10-26 | btrfs: fix use after free iterating extrefs | Chris Mason | 1 | -5/+3 |
| 2015-10-21 | Btrfs: fix qgroup sanity tests | Josef Bacik | 1 | -0/+6 |
| 2015-08-09 | Btrfs: fix warning in backref walking | Liu Bo | 1 | -6/+2 |
| 2015-08-09 | Btrfs: teach backref walking about backrefs with underflowed offset values | Filipe Manana | 1 | -2/+25 |
| 2015-06-10 | btrfs: backref: Add special time_seq == (u64)-1 case for | Qu Wenruo | 1 | -6/+29 |
| 2015-06-10 | btrfs: delayed-ref: Use list to replace the ref_root in ref_head. | Qu Wenruo | 1 | -7/+2 |
| 2015-06-10 | btrfs: backref: Don't merge refs which are not for same block. | Qu Wenruo | 1 | -3/+3 |
| 2015-06-03 | Btrfs: fix up read_tree_block to return proper error | Liu Bo | 1 | -2/+7 |