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-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
2020-03-23
btrfs: do not init a reloc root if we aren't relocating
Josef Bacik
1
-4
/
+16
2020-03-23
btrfs: reloc: clean dirty subvols if we fail to start a transaction
Josef Bacik
1
-3
/
+3
2020-03-23
btrfs: unset reloc control if we fail to recover
Josef Bacik
1
-5
/
+5
2020-03-23
btrfs: drop block from cache on error in relocation
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...
Qu Wenruo
1
-260
/
+52
2020-03-23
btrfs: Remove block_rsv parameter from btrfs_drop_snapshot
Nikolay Borisov
1
-2
/
+2
2020-03-23
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
1
-4
/
+4
2020-03-23
btrfs: relocation: Check cancel request after each extent found
Qu Wenruo
1
-0
/
+4
2020-03-23
btrfs: relocation: Check cancel request after each data page read
Qu Wenruo
1
-0
/
+12
2020-03-23
btrfs: relocation: add error injection points for cancelling balance
Qu Wenruo
1
-0
/
+10
2020-03-23
btrfs: Remove impossible BUG_ON in get_tree_block_key
Nikolay Borisov
1
-1
/
+0
2020-03-23
btrfs: relocation: Remove is_cowonly_root()
Qu Wenruo
1
-19
/
+1
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-25
/
+25
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-7
/
+1
2020-03-23
btrfs: push grab_fs_root into read_fs_root
Josef Bacik
1
-26
/
+9
2020-03-23
btrfs: hold a ref on the root in btrfs_recover_relocation
Josef Bacik
1
-3
/
+18
2020-03-23
btrfs: hold a ref on the root in create_reloc_inode
Josef Bacik
1
-1
/
+6
2020-03-23
btrfs: hold a ref on the root in find_data_references
Josef Bacik
1
-1
/
+7
2020-03-23
btrfs: hold a ref on the root in record_reloc_root_in_trans
Josef Bacik
1
-1
/
+5
2020-03-23
btrfs: hold a ref on the root in merge_reloc_roots
Josef Bacik
1
-0
/
+2
2020-03-23
btrfs: hold a ref on the root in prepare_to_merge
Josef Bacik
1
-0
/
+2
2020-03-23
btrfs: hold a ref on the root in build_backref_tree
Josef Bacik
1
-9
/
+29
2020-03-23
btrfs: make relocation use btrfs_read_tree_root()
Josef Bacik
1
-2
/
+4
2020-03-23
btrfs: relocation: Add introduction of how relocation works
Qu Wenruo
1
-0
/
+47
2020-01-20
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
1
-2
/
+2
2020-01-20
btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...
Qu Wenruo
1
-2
/
+14
2020-01-13
btrfs: relocation: fix reloc_root lifespan and access
Qu Wenruo
1
-5
/
+46
2019-12-13
btrfs: do not leak reloc root if we fail to read the fs root
Josef Bacik
1
-0
/
+1
2019-11-18
btrfs: remove extent_map::bdev
David Sterba
1
-2
/
+0
2019-11-18
btrfs: scrub: Don't check free space before marking a block group RO
Qu Wenruo
1
-1
/
+1
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-7
/
+6
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-8
/
+8
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
1
-1
/
+1
2019-11-18
btrfs: opencode extent_buffer_get
David Sterba
1
-2
/
+2
2019-11-18
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
1
-2
/
+2
2019-10-15
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
1
-5
/
+4
2019-10-11
Btrfs: add missing extents release on file extent cluster relocation error
Filipe Manana
1
-0
/
+2
2019-09-25
btrfs: relocation: fix use-after-free on dead relocation roots
Qu Wenruo
1
-1
/
+8
[prev]
[next]