index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
backref.c
Age
Commit message (
Expand
)
Author
2020-04-30
btrfs: fix gcc-4.8 build warning for struct initializer
Arnd Bergmann
2020-03-23
btrfs: do not resolve backrefs for roots that are being deleted
Josef Bacik
2020-03-23
btrfs: kill the subvol_srcu
Josef Bacik
2020-03-23
btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...
Qu Wenruo
2020-03-23
btrfs: backref, use correct count to resolve normal data refs
ethanwu
2020-03-23
btrfs: backref, only search backref entries from leaves of the same root
ethanwu
2020-03-23
btrfs: backref, don't add refs from shared block when resolving normal backref
ethanwu
2020-03-23
btrfs: backref, only collect file extent items matching backref offset
ethanwu
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
2020-03-23
btrfs: hold a ref on the root in resolve_indirect_ref
Josef Bacik
2019-07-30
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
2019-07-01
btrfs: fiemap: preallocate ulists for btrfs_check_shared
David Sterba
2019-04-29
Btrfs: do not start a transaction during fiemap
Filipe Manana
2019-04-29
Btrfs: do not start a transaction at iterate_extent_inodes()
Filipe Manana
2019-04-29
btrfs: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2019-02-25
btrfs: honor path->skip_locking in backref code
Josef Bacik
2019-02-25
btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers
David Sterba
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
btrfs: Remove needless tree locking in iterate_inode_extrefs
Nikolay Borisov
2018-12-17
btrfs: Remove needless tree locking in iterate_inode_refs
Nikolay Borisov
2018-10-15
Btrfs: preftree: use rb_first_cached
Liu Bo
2018-10-15
Btrfs: delayed-refs: use rb_first_cached for ref_tree
Liu Bo
2018-10-15
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-08-06
btrfs: backref: Use ERR_CAST to return error code
Misono Tomohiro
2018-08-06
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-03-31
btrfs: Validate child tree block's level and first key
Qu Wenruo
2018-03-31
btrfs: Remove unused op_key var from add_delayed_refs
Nikolay Borisov
2018-03-26
btrfs: add more __cold annotations
David Sterba
2018-03-14
btrfs: add missing initialization in btrfs_check_shared
Edmund Nadolski
2018-02-02
btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
Zygo Blaxell
2018-01-22
btrfs: make function update_share_count static
Colin Ian King
2017-11-01
btrfs: track refs in a rb_tree instead of a list
Josef Bacik
2017-11-01
btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...
Zygo Blaxell
2017-10-30
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
2017-08-21
Btrfs: convert to use btrfs_get_extent_inline_ref_type
Liu Bo
2017-08-16
btrfs: clean up extraneous computations in add_delayed_refs
Edmund Nadolski
2017-08-16
btrfs: allow backref search checks for shared extents
Edmund Nadolski
2017-08-16
btrfs: add cond_resched() calls when resolving backrefs
Edmund Nadolski
2017-08-16
btrfs: backref, add tracepoints for prelim_ref insertion and merging
Jeff Mahoney
2017-08-16
btrfs: add a node counter to each of the rbtrees
Jeff Mahoney
2017-08-16
btrfs: convert prelimary reference tracking to use rbtrees
Edmund Nadolski
2017-08-16
btrfs: remove ref_tree implementation from backref.c
Edmund Nadolski
2017-08-16
btrfs: btrfs_check_shared should manage its own transaction
Edmund Nadolski
2017-08-16
btrfs: backref, cleanup __ namespace abuse
Jeff Mahoney
2017-08-16
btrfs: backref, add unode_aux_to_inode_list helper
Jeff Mahoney
2017-08-16
btrfs: backref, constify some arguments
Jeff Mahoney
2017-06-19
btrfs: use GFP_KERNEL in init_ipath
David Sterba
2017-04-18
btrfs: replace hardcoded value with SEQ_LAST macro
Edmund Nadolski
[next]