index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
relocation.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
btrfs: do proper error handling in record_reloc_root_in_trans
Josef Bacik
2021-04-19
1
-2
/
+21
*
btrfs: check record_root_in_trans related failures in select_reloc_root
Josef Bacik
2021-04-19
1
-2
/
+7
*
btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
Josef Bacik
2021-04-19
1
-4
/
+43
*
btrfs: handle errors from select_reloc_root()
Josef Bacik
2021-04-19
1
-3
/
+12
*
btrfs: convert BUG_ON()'s in relocate_tree_block
Josef Bacik
2021-04-19
1
-2
/
+22
*
btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
Josef Bacik
2021-04-19
1
-3
/
+16
*
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
Josef Bacik
2021-04-19
1
-2
/
+2
*
btrfs: zoned: enable relocation on a zoned filesystem
Naohiro Aota
2021-02-09
1
-2
/
+32
*
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
2021-02-08
1
-2
/
+9
*
btrfs: fix reloc root leak with 0 ref reloc roots on recovery
Josef Bacik
2021-02-08
1
-3
/
+1
*
btrfs: keep track of the root owner for relocation reads
Josef Bacik
2021-02-08
1
-3
/
+43
*
btrfs: noinline btrfs_should_cancel_balance
Josef Bacik
2021-02-08
1
-1
/
+1
*
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
2021-02-08
1
-1
/
+1
*
btrfs: reloc: fix wrong file extent type check to avoid false ENOENT
Qu Wenruo
2021-01-07
1
-1
/
+6
*
btrfs: remove inode number cache feature
Nikolay Borisov
2020-12-09
1
-1
/
+0
*
btrfs: remove err variable from do_relocation
Nikolay Borisov
2020-12-08
1
-21
/
+12
*
btrfs: eliminate err variable from merge_reloc_root
Nikolay Borisov
2020-12-08
1
-17
/
+7
*
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
2020-12-08
1
-1
/
+2
*
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
1
-2
/
+2
*
btrfs: use btrfs_read_node_slot in replace_path
Josef Bacik
2020-12-08
1
-9
/
+1
*
btrfs: use btrfs_read_node_slot in do_relocation
Josef Bacik
2020-12-08
1
-11
/
+1
*
btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
Josef Bacik
2020-12-08
1
-13
/
+2
*
btrfs: cleanup extent buffer readahead
Josef Bacik
2020-12-08
1
-1
/
+1
*
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
1
-4
/
+0
*
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-12-08
1
-5
/
+5
*
btrfs: fix min reserved size calculation in merge_reloc_root
Josef Bacik
2020-11-05
1
-1
/
+3
*
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
2020-10-07
1
-4
/
+7
*
btrfs: relocation: review the call sites which can be interrupted by signal
Qu Wenruo
2020-07-27
1
-2
/
+10
*
btrfs: relocation: allow signal to cancel balance
Qu Wenruo
2020-07-27
1
-1
/
+2
*
btrfs: make prealloc_file_extent_cluster take btrfs_inode
Nikolay Borisov
2020-07-27
1
-12
/
+12
*
btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_info
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: make btrfs_set_extent_delalloc take btrfs_inode
Nikolay Borisov
2020-07-27
1
-2
/
+2
*
btrfs: use for loop in prealloc_file_extent_cluster
Nikolay Borisov
2020-07-27
1
-3
/
+2
*
btrfs: perform data management operations outside of inode lock
Nikolay Borisov
2020-07-27
1
-7
/
+5
*
btrfs: remove hole check in prealloc_file_extent_cluster
Nikolay Borisov
2020-07-27
1
-3
/
+0
*
btrfs: make btrfs_reloc_clone_csums take btrfs_inode
Nikolay Borisov
2020-07-27
1
-4
/
+4
*
btrfs: make btrfs_lookup_ordered_extent take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...
Filipe Manana
2020-07-27
1
-8
/
+6
*
btrfs: simplify iget helpers
David Sterba
2020-05-25
1
-11
/
+2
*
btrfs: open code read_fs_root
David Sterba
2020-05-25
1
-12
/
+9
*
btrfs: simplify root lookup by id
David Sterba
2020-05-25
1
-7
/
+1
*
btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...
Qu Wenruo
2020-05-25
1
-0
/
+2
*
btrfs: reloc: fix reloc root leak and NULL pointer dereference
Qu Wenruo
2020-05-25
1
-3
/
+9
*
btrfs: don't set SHAREABLE flag for data reloc tree
Qu Wenruo
2020-05-25
1
-11
/
+5
*
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
2020-05-25
1
-11
/
+14
*
btrfs: remove the redundant parameter level in btrfs_bin_search()
Qu Wenruo
2020-05-25
1
-5
/
+3
*
btrfs: use list_for_each_entry_safe in free_reloc_roots
Nikolay Borisov
2020-05-25
1
-11
/
+5
*
btrfs: reloc: move error handling of build_backref_tree() to backref.c
Qu Wenruo
2020-05-25
1
-47
/
+1
*
btrfs: backref: rename and move finish_upper_links()
Qu Wenruo
2020-05-25
1
-115
/
+1
*
btrfs: backref: rename and move handle_one_tree_block()
Qu Wenruo
2020-05-25
1
-355
/
+2
[prev]
[next]