index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()
Qu Wenruo
2019-04-29
1
-9
/
+16
*
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
Qu Wenruo
2019-04-29
1
-15
/
+27
*
btrfs: get fs_info from block group in lookup_free_space_inode
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: Remove redundant inode argument from btrfs_add_ordered_sum
Nikolay Borisov
2019-04-29
1
-1
/
+1
*
btrfs: fix panic during relocation after ENOSPC before writeback happens
Josef Bacik
2019-04-29
1
-11
/
+20
*
btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan
Qu Wenruo
2019-04-29
1
-7
/
+5
*
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
2019-04-29
1
-1
/
+2
*
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
2019-04-29
1
-4
/
+4
*
Btrfs: add missing error handling after doing leaf/node binary search
Filipe Manana
2019-02-25
1
-0
/
+10
*
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
2019-02-25
1
-4
/
+4
*
btrfs: qgroup: Use delayed subtree rescan for balance
Qu Wenruo
2019-02-25
1
-9
/
+5
*
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
2019-02-25
1
-0
/
+7
*
btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots
Qu Wenruo
2019-02-25
1
-17
/
+68
*
Btrfs: drop useless LIST_HEAD in merge_reloc_root
Julia Lawall
2019-02-25
1
-1
/
+0
*
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
1
-1
/
+1
*
btrfs: add helper to describe block group flags
Anand Jain
2018-12-17
1
-27
/
+3
*
Btrfs: prevent ioctls from interfering with a swap file
Omar Sandoval
2018-12-17
1
-4
/
+14
*
btrfs: relocation: set trans to be NULL after ending transaction
Pan Bian
2018-11-23
1
-0
/
+1
*
btrfs: relocation: Remove redundant tree level check
Qu Wenruo
2018-10-15
1
-1
/
+0
*
btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safe
Qu Wenruo
2018-10-15
1
-15
/
+8
*
btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...
Qu Wenruo
2018-10-15
1
-5
/
+5
*
btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents
Qu Wenruo
2018-10-15
1
-8
/
+3
*
btrfs: relocation: Add basic extent backref related comments for build_backre...
Qu Wenruo
2018-10-15
1
-10
/
+18
*
btrfs: Handle owner mismatch gracefully when walking up tree
Qu Wenruo
2018-10-15
1
-1
/
+1
*
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-10-15
1
-1
/
+2
*
btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...
Lu Fengqi
2018-10-15
1
-1
/
+1
*
btrfs: btrfs_iget never returns an is_bad_inode inode
Al Viro
2018-08-06
1
-5
/
+2
*
btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree
Lu Fengqi
2018-08-06
1
-3
/
+2
*
btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...
Qu Wenruo
2018-08-06
1
-11
/
+12
*
btrfs: annotate unlikely branches after V0 extent type removal
David Sterba
2018-08-06
1
-4
/
+4
*
btrfs: Add graceful handling of V0 extents
Nikolay Borisov
2018-08-06
1
-3
/
+24
*
btrfs: Remove V0 extent support
Nikolay Borisov
2018-08-06
1
-150
/
+1
*
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
2018-08-06
1
-2
/
+2
*
btrfs: Remove fs_info from btrfs_force_chunk_alloc
Nikolay Borisov
2018-08-06
1
-2
/
+1
*
btrfs: Remove fs_info from btrfs_inc_block_group_ro
Nikolay Borisov
2018-08-06
1
-1
/
+1
*
btrfs: fix describe_relocation when printing unknown flags
Anand Jain
2018-05-28
1
-1
/
+1
*
btrfs: remove unused fs_info parameter
Gu Jinxiang
2018-05-28
1
-3
/
+3
*
btrfs: Fix wrong first_key parameter in replace_path
Qu Wenruo
2018-04-26
1
-1
/
+1
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: Validate child tree block's level and first key
Qu Wenruo
2018-03-31
1
-4
/
+17
*
btrfs: qgroup: Use separate meta reservation type for delalloc
Qu Wenruo
2018-03-31
1
-6
/
+7
*
btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster
Nikolay Borisov
2018-03-01
1
-2
/
+16
*
Btrfs: fix reported number of inode blocks after buffered append writes
Filipe Manana
2017-11-15
1
-1
/
+2
*
Btrfs: rework outstanding_extents
Josef Bacik
2017-11-01
1
-0
/
+3
*
btrfs: pass root to various extent ref mod functions
Josef Bacik
2017-10-30
1
-7
/
+7
*
btrfs: fix NULL pointer dereference from free_reloc_roots()
Naohiro Aota
2017-09-26
1
-1
/
+1
*
Btrfs: remove BUG_ON in __add_tree_block
Liu Bo
2017-08-21
1
-1
/
+11
*
Btrfs: remove BUG() in add_data_reference
Liu Bo
2017-08-21
1
-1
/
+4
*
Btrfs: convert to use btrfs_get_extent_inline_ref_type
Liu Bo
2017-08-21
1
-2
/
+11
*
btrfs: Remove never reached error handling code in __add_reloc_root
Nikolay Borisov
2017-08-16
1
-2
/
+0
[next]