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
/
relocation.c
Age
Commit message (
Expand
)
Author
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
2021-06-21
btrfs: add cancellable chunk relocation support
David Sterba
2021-04-19
btrfs: check return value of btrfs_commit_transaction in relocation
Josef Bacik
2021-04-19
btrfs: do proper error handling in merge_reloc_roots
Josef Bacik
2021-04-19
btrfs: handle extent corruption with select_one_root properly
Josef Bacik
2021-04-19
btrfs: cleanup error handling in prepare_to_merge
Josef Bacik
2021-04-19
btrfs: do not panic in __add_reloc_root
Josef Bacik
2021-04-19
btrfs: handle __add_reloc_root failures in btrfs_recover_relocation
Josef Bacik
2021-04-19
btrfs: do proper error handling in create_reloc_inode
Josef Bacik
2021-04-19
btrfs: remove the extent item sanity checks in relocate_block_group
Josef Bacik
2021-04-19
btrfs: handle extent reference errors in do_relocation
Josef Bacik
2021-04-19
btrfs: handle errors in reference count manipulation in replace_path
Josef Bacik
2021-04-19
btrfs: handle btrfs_search_slot failure in replace_path
Josef Bacik
2021-04-19
btrfs: handle btrfs_cow_block errors in replace_path
Josef Bacik
2021-04-19
btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
Josef Bacik
2021-04-19
btrfs: do proper error handling in btrfs_update_reloc_root
Josef Bacik
2021-04-19
btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
Josef Bacik
2021-04-19
btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
Josef Bacik
2021-04-19
btrfs: change insert_dirty_subvol to return errors
Josef Bacik
2021-04-19
btrfs: validate root::reloc_root after recording root in trans
Josef Bacik
2021-04-19
btrfs: do proper error handling in create_reloc_root
Josef Bacik
2021-04-19
btrfs: have proper error handling in btrfs_init_reloc_root
Josef Bacik
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
Josef Bacik
2021-04-19
btrfs: do proper error handling in record_reloc_root_in_trans
Josef Bacik
2021-04-19
btrfs: check record_root_in_trans related failures in select_reloc_root
Josef Bacik
2021-04-19
btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
Josef Bacik
2021-04-19
btrfs: handle errors from select_reloc_root()
Josef Bacik
2021-04-19
btrfs: convert BUG_ON()'s in relocate_tree_block
Josef Bacik
2021-04-19
btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
Josef Bacik
2021-04-19
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
Josef Bacik
2021-02-09
btrfs: zoned: enable relocation on a zoned filesystem
Naohiro Aota
2021-02-08
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
2021-02-08
btrfs: fix reloc root leak with 0 ref reloc roots on recovery
Josef Bacik
2021-02-08
btrfs: keep track of the root owner for relocation reads
Josef Bacik
2021-02-08
btrfs: noinline btrfs_should_cancel_balance
Josef Bacik
2021-02-08
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
2021-01-07
btrfs: reloc: fix wrong file extent type check to avoid false ENOENT
Qu Wenruo
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
2020-12-08
btrfs: remove err variable from do_relocation
Nikolay Borisov
2020-12-08
btrfs: eliminate err variable from merge_reloc_root
Nikolay Borisov
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
btrfs: use btrfs_read_node_slot in replace_path
Josef Bacik
2020-12-08
btrfs: use btrfs_read_node_slot in do_relocation
Josef Bacik
2020-12-08
btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
Josef Bacik
2020-12-08
btrfs: cleanup extent buffer readahead
Josef Bacik
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-11-05
btrfs: fix min reserved size calculation in merge_reloc_root
Josef Bacik
2020-10-07
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
[next]