index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
relocation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
btrfs: rename setup_extent_mapping in relocation code
Johannes Thumshirn
1
-4
/
+3
2021-10-26
btrfs: zoned: allow preallocation for relocation inodes
Johannes Thumshirn
1
-33
/
+2
2021-10-26
btrfs: introduce btrfs_is_data_reloc_root
Johannes Thumshirn
1
-2
/
+1
2021-10-26
btrfs: zoned: finish relocating block group
Naohiro Aota
1
-0
/
+4
2021-08-23
btrfs: subpage: fix relocation potentially overwriting last page data
Qu Wenruo
1
-0
/
+60
2021-08-23
btrfs: make relocate_one_page() handle subpage case
Qu Wenruo
1
-29
/
+77
2021-08-23
btrfs: reloc: factor out relocation page read and dirty part
Qu Wenruo
1
-105
/
+93
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
1
-0
/
+13
2021-06-21
btrfs: add cancellable chunk relocation support
David Sterba
1
-2
/
+60
2021-04-19
btrfs: check return value of btrfs_commit_transaction in relocation
Josef Bacik
1
-4
/
+5
2021-04-19
btrfs: do proper error handling in merge_reloc_roots
Josef Bacik
1
-2
/
+23
2021-04-19
btrfs: handle extent corruption with select_one_root properly
Josef Bacik
1
-3
/
+16
2021-04-19
btrfs: cleanup error handling in prepare_to_merge
Josef Bacik
1
-2
/
+12
2021-04-19
btrfs: do not panic in __add_reloc_root
Josef Bacik
1
-1
/
+5
2021-04-19
btrfs: handle __add_reloc_root failures in btrfs_recover_relocation
Josef Bacik
1
-2
/
+11
2021-04-19
btrfs: do proper error handling in create_reloc_inode
Josef Bacik
1
-2
/
+37
2021-04-19
btrfs: remove the extent item sanity checks in relocate_block_group
Josef Bacik
1
-28
/
+1
2021-04-19
btrfs: handle extent reference errors in do_relocation
Josef Bacik
1
-4
/
+5
2021-04-19
btrfs: handle errors in reference count manipulation in replace_path
Josef Bacik
1
-4
/
+16
2021-04-19
btrfs: handle btrfs_search_slot failure in replace_path
Josef Bacik
1
-1
/
+5
2021-04-19
btrfs: handle btrfs_cow_block errors in replace_path
Josef Bacik
1
-2
/
+10
2021-04-19
btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
Josef Bacik
1
-3
/
+3
2021-04-19
btrfs: do proper error handling in btrfs_update_reloc_root
Josef Bacik
1
-4
/
+2
2021-04-19
btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
Josef Bacik
1
-1
/
+12
2021-04-19
btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
Josef Bacik
1
-1
/
+4
2021-04-19
btrfs: change insert_dirty_subvol to return errors
Josef Bacik
1
-5
/
+10
2021-04-19
btrfs: validate root::reloc_root after recording root in trans
Josef Bacik
1
-0
/
+15
2021-04-19
btrfs: do proper error handling in create_reloc_root
Josef Bacik
1
-6
/
+28
2021-04-19
btrfs: have proper error handling in btrfs_init_reloc_root
Josef Bacik
1
-1
/
+7
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
Josef Bacik
1
-1
/
+3
2021-04-19
btrfs: do proper error handling in record_reloc_root_in_trans
Josef Bacik
1
-2
/
+21
2021-04-19
btrfs: check record_root_in_trans related failures in select_reloc_root
Josef Bacik
1
-2
/
+7
2021-04-19
btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
Josef Bacik
1
-4
/
+43
2021-04-19
btrfs: handle errors from select_reloc_root()
Josef Bacik
1
-3
/
+12
2021-04-19
btrfs: convert BUG_ON()'s in relocate_tree_block
Josef Bacik
1
-2
/
+22
2021-04-19
btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
Josef Bacik
1
-3
/
+16
2021-04-19
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
Josef Bacik
1
-2
/
+2
2021-02-09
btrfs: zoned: enable relocation on a zoned filesystem
Naohiro Aota
1
-2
/
+32
2021-02-09
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
1
-2
/
+9
2021-02-09
btrfs: fix reloc root leak with 0 ref reloc roots on recovery
Josef Bacik
1
-3
/
+1
2021-02-09
btrfs: keep track of the root owner for relocation reads
Josef Bacik
1
-3
/
+43
2021-02-09
btrfs: noinline btrfs_should_cancel_balance
Josef Bacik
1
-1
/
+1
2021-02-09
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
1
-1
/
+1
2021-01-07
btrfs: reloc: fix wrong file extent type check to avoid false ENOENT
Qu Wenruo
1
-1
/
+6
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
1
-1
/
+0
2020-12-08
btrfs: remove err variable from do_relocation
Nikolay Borisov
1
-21
/
+12
2020-12-08
btrfs: eliminate err variable from merge_reloc_root
Nikolay Borisov
1
-17
/
+7
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
1
-1
/
+2
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
1
-2
/
+2
2020-12-08
btrfs: use btrfs_read_node_slot in replace_path
Josef Bacik
1
-9
/
+1
[next]