index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
relocation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-25
btrfs: simplify iget helpers
David Sterba
1
-11
/
+2
2020-05-25
btrfs: open code read_fs_root
David Sterba
1
-12
/
+9
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-7
/
+1
2020-05-25
btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...
Qu Wenruo
1
-0
/
+2
2020-05-25
btrfs: reloc: fix reloc root leak and NULL pointer dereference
Qu Wenruo
1
-3
/
+9
2020-05-25
btrfs: don't set SHAREABLE flag for data reloc tree
Qu Wenruo
1
-11
/
+5
2020-05-25
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
1
-11
/
+14
2020-05-25
btrfs: remove the redundant parameter level in btrfs_bin_search()
Qu Wenruo
1
-5
/
+3
2020-05-25
btrfs: use list_for_each_entry_safe in free_reloc_roots
Nikolay Borisov
1
-11
/
+5
2020-05-25
btrfs: reloc: move error handling of build_backref_tree() to backref.c
Qu Wenruo
1
-47
/
+1
2020-05-25
btrfs: backref: rename and move finish_upper_links()
Qu Wenruo
1
-115
/
+1
2020-05-25
btrfs: backref: rename and move handle_one_tree_block()
Qu Wenruo
1
-355
/
+2
2020-05-25
btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref()
Qu Wenruo
1
-1
/
+5
2020-05-25
btrfs: backref: rename and move should_ignore_root()
Qu Wenruo
1
-4
/
+6
2020-05-25
btrfs: backref: rename and move backref_tree_panic()
Qu Wenruo
1
-20
/
+9
2020-05-25
btrfs: backref: rename and move backref_cache_cleanup()
Qu Wenruo
1
-31
/
+1
2020-05-25
btrfs: backref: rename and move remove_backref_node()
Qu Wenruo
1
-48
/
+5
2020-05-25
btrfs: backref: rename and move drop_backref_node()
Qu Wenruo
1
-38
/
+7
2020-05-25
btrfs: backref: rename and move free_backref_(node|edge)
Qu Wenruo
1
-31
/
+11
2020-05-25
btrfs: backref: rename and move link_backref_edge()
Qu Wenruo
1
-19
/
+4
2020-05-25
btrfs: backref: rename and move alloc_backref_edge()
Qu Wenruo
1
-14
/
+3
2020-05-25
btrfs: backref: rename and move alloc_backref_node()
Qu Wenruo
1
-26
/
+6
2020-05-25
btrfs: backref: rename and move backref_cache_init()
Qu Wenruo
1
-17
/
+1
2020-05-25
btrfs: rename tree_entry to rb_simple_node and export it
Qu Wenruo
1
-77
/
+32
2020-05-25
btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h
Qu Wenruo
1
-113
/
+0
2020-05-25
btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache
Qu Wenruo
1
-137
/
+141
2020-05-25
btrfs: reloc: refactor useless nodes handling into its own function
Qu Wenruo
1
-37
/
+76
2020-05-25
btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()
Qu Wenruo
1
-69
/
+117
2020-05-25
btrfs: reloc: remove the open-coded goto loop for breadth-first search
Qu Wenruo
1
-81
/
+88
2020-05-25
btrfs: reloc: pass essential members for alloc_backref_node()
Qu Wenruo
1
-20
/
+20
2020-05-25
btrfs: reloc: use wrapper to replace open-coded edge linking
Qu Wenruo
1
-16
/
+37
2020-05-25
btrfs: reloc: refactor indirect tree backref processing into its own function
Qu Wenruo
1
-135
/
+159
2020-05-25
btrfs: reloc: refactor direct tree backref processing into its own function
Qu Wenruo
1
-52
/
+78
2020-05-25
btrfs: reloc: make reloc root search-specific for relocation backref cache
Qu Wenruo
1
-11
/
+39
2020-05-25
btrfs: reloc: add backref_cache::fs_info member
Qu Wenruo
1
-2
/
+6
2020-05-25
btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_node
Qu Wenruo
1
-28
/
+46
2020-05-25
btrfs: reloc: rename mark_block_processed and __mark_block_processed
Qu Wenruo
1
-34
/
+22
2020-05-25
btrfs: reloc: use btrfs_backref_iter infrastructure
Qu Wenruo
1
-129
/
+62
2020-04-23
btrfs: fix transaction leak in btrfs_recover_relocation
Xiyu Yang
1
-0
/
+1
2020-04-17
btrfs: fix setting last_trans for reloc roots
Josef Bacik
1
-2
/
+17
2020-04-08
btrfs: check commit root generation in should_ignore_root
Josef Bacik
1
-2
/
+2
2020-03-23
btrfs: track reloc roots based on their commit root bytenr
Josef Bacik
1
-10
/
+7
2020-03-23
btrfs: restart relocate_tree_blocks properly
Josef Bacik
1
-9
/
+2
2020-03-23
btrfs: reloc: reorder reservation before root selection
Josef Bacik
1
-6
/
+8
2020-03-23
btrfs: do not readahead in build_backref_tree
Josef Bacik
1
-2
/
+0
2020-03-23
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
1
-4
/
+0
2020-03-23
btrfs: remove a BUG_ON() from merge_reloc_roots()
Josef Bacik
1
-1
/
+15
2020-03-23
btrfs: hold a ref on the root->reloc_root
Josef Bacik
1
-10
/
+48
2020-03-23
btrfs: clear DEAD_RELOC_TREE before dropping the reloc root
Josef Bacik
1
-6
/
+6
2020-03-23
btrfs: free the reloc_control in a consistent way
Josef Bacik
1
-2
/
+14
[next]