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
/
block-group.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: if we're restriping, use the target restripe profile
Josef Bacik
2020-07-27
1
-5
/
+2
*
btrfs: don't adjust bg flags and use default allocation profiles
Josef Bacik
2020-07-27
1
-50
/
+2
*
btrfs: convert block group refcount to refcount_t
Josef Bacik
2020-07-27
1
-4
/
+4
*
btrfs: make btrfs_check_data_free_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+2
*
btrfs: remove no longer necessary chunk mutex locking cases
Filipe Manana
2020-07-27
1
-5
/
+0
*
btrfs: factor out reading of bg from find_frist_block_group
Johannes Thumshirn
2020-07-27
1
-46
/
+56
*
btrfs: get mapping tree directly from fsinfo in find_first_block_group
Johannes Thumshirn
2020-07-27
1
-1
/
+1
*
btrfs: simplify checks when adding excluded ranges
Nikolay Borisov
2020-07-27
1
-17
/
+4
*
btrfs: read stripe len directly in btrfs_rmap_block
Nikolay Borisov
2020-07-27
1
-10
/
+3
*
btrfs: fix race between block group removal and block group creation
Filipe Manana
2020-06-16
1
-8
/
+19
*
btrfs: fix a block group ref counter leak after failure to remove block group
Filipe Manana
2020-06-16
1
-10
/
+9
*
btrfs: remove duplicated include in block-group.c
Tiezhu Yang
2020-05-25
1
-1
/
+0
*
btrfs: block-group: rename write_one_cache_group()
Qu Wenruo
2020-05-25
1
-8
/
+8
*
btrfs: block-group: refactor how we insert a block group item
Qu Wenruo
2020-05-25
1
-16
/
+25
*
btrfs: block-group: refactor how we delete one block group item
Qu Wenruo
2020-05-25
1
-12
/
+25
*
btrfs: block-group: refactor how we read one block group item
Qu Wenruo
2020-05-25
1
-15
/
+32
*
btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()
Qu Wenruo
2020-05-25
1
-1
/
+0
*
btrfs: move the block group freeze/unfreeze helpers into block-group.c
Filipe Manana
2020-05-25
1
-0
/
+41
*
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
2020-05-25
1
-13
/
+16
*
btrfs: simplify error handling of clean_pinned_extents()
Filipe Manana
2020-05-25
1
-12
/
+6
*
btrfs: improve global reserve stealing logic
Josef Bacik
2020-05-25
1
-1
/
+1
*
btrfs: fix block group leak when removing fails
Xiyu Yang
2020-04-23
1
-6
/
+10
*
btrfs: fix memory leak of transaction when deleting unused block group
Filipe Manana
2020-04-23
1
-0
/
+4
*
btrfs: fix reclaim counter leak of space_info objects
Filipe Manana
2020-04-08
1
-0
/
+1
*
btrfs: add RCU locks around block group initialization
Madhuparna Bhowmik
2020-03-23
1
-0
/
+2
*
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
2020-03-23
1
-13
/
+25
*
btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs
Nikolay Borisov
2020-03-23
1
-29
/
+38
*
btrfs: add wrapper for transaction abort predicate
David Sterba
2020-03-23
1
-1
/
+1
*
btrfs: fix removal of raid[56|1c34} incompat flags after removing block group
Filipe Manana
2020-03-20
1
-2
/
+2
*
btrfs: take overcommit into account in inc_block_group_ro
Josef Bacik
2020-01-31
1
-11
/
+26
*
btrfs: fix force usage in inc_block_group_ro
Josef Bacik
2020-01-31
1
-2
/
+2
*
btrfs: Refactor btrfs_rmap_block to improve readability
Nikolay Borisov
2020-01-23
1
-22
/
+33
*
btrfs: Move and unexport btrfs_rmap_block
Nikolay Borisov
2020-01-23
1
-0
/
+86
*
btrfs: remove unnecessary wrapper get_alloc_profile
Johannes Thumshirn
2020-01-20
1
-6
/
+1
*
btrfs: handle empty block_group removal for async discard
Dennis Zhou
2020-01-20
1
-3
/
+44
*
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
2020-01-20
1
-3
/
+34
*
btrfs: rename DISCARD mount option to to DISCARD_SYNC
Dennis Zhou
2020-01-20
1
-1
/
+1
*
btrfs: kill min_allocable_bytes in inc_block_group_ro
Josef Bacik
2020-01-20
1
-18
/
+4
*
btrfs: scrub: Don't check free space before marking a block group RO
Qu Wenruo
2019-11-18
1
-17
/
+31
*
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
1
-67
/
+61
*
btrfs: block-group: Reuse the item key from caller of read_one_block_group()
Qu Wenruo
2019-11-18
1
-9
/
+8
*
btrfs: block-group: Refactor btrfs_read_block_groups()
Qu Wenruo
2019-11-18
1
-111
/
+108
*
btrfs: drop incompat bit for raid1c34 after last block group is gone
David Sterba
2019-11-18
1
-9
/
+18
*
btrfs: add dedicated members for start and length of a block group
David Sterba
2019-11-18
1
-68
/
+69
*
btrfs: rename block_group_item on-stack accessors to follow naming
David Sterba
2019-11-18
1
-9
/
+9
*
btrfs: remove embedded block_group_cache::item
David Sterba
2019-11-18
1
-11
/
+5
*
btrfs: move block_group_item::flags to block group
David Sterba
2019-11-18
1
-3
/
+3
*
btrfs: move block_group_item::used to block group
David Sterba
2019-11-18
1
-20
/
+30
*
btrfs: use btrfs_block_group_cache_done in update_block_group
Josef Bacik
2019-11-18
1
-1
/
+1
*
btrfs: block-group: Rework documentation of check_system_chunk function
Marcos Paulo de Souza
2019-11-18
1
-3
/
+1
[next]