index
:
pub/scm/linux/kernel/git/shli/linux.git
master
Shaohua Li's fork of linux.git
Shaohua Li
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-group.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
btrfs: disguise single-data-RAID56 as RAID1/RAID1C3
Qu Wenruo
1
-1
/
+1
2026-08-07
btrfs: remove duplicated block group type assignment
Qu Wenruo
1
-1
/
+0
2026-08-07
btrfs: change block group reclaim_mark to bool
Sun YangKai
1
-1
/
+1
2026-08-07
btrfs: zoned: don't force read-only on transient -EAGAIN from reloc merge
Johannes Thumshirn
1
-1
/
+7
2026-07-21
btrfs: zoned: fix missing chunk metadata reservation
Guanghui Yang
1
-15
/
+19
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-4
/
+4
2026-06-08
btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()
Filipe Manana
1
-1
/
+1
2026-06-08
btrfs: use a kmem_cache for free space control structures
Filipe Manana
1
-2
/
+13
2026-06-08
btrfs: use a kmem_cache for block groups
Filipe Manana
1
-3
/
+20
2026-05-08
btrfs: fix check_chunk_block_group_mappings() to iterate all chunk maps
ZhengYuan Huang
1
-15
/
+8
2026-04-07
btrfs: replace BUG_ON() with error return in cache_save_setup()
Teng Liu
1
-1
/
+7
2026-04-07
btrfs: zoned: limit number of zones reclaimed in flush_space()
Johannes Thumshirn
1
-4
/
+9
2026-04-07
btrfs: create btrfs_reclaim_block_groups()
Johannes Thumshirn
1
-3
/
+9
2026-04-07
btrfs: move reclaiming of a single block group into its own function
Johannes Thumshirn
1
-123
/
+133
2026-04-07
btrfs: replace kcalloc() calls to kzalloc_objs()
Miquel SabatĂ© SolĂ
1
-1
/
+1
2026-04-07
btrfs: remove bogus root search condition in load_extent_tree_free()
Filipe Manana
1
-2
/
+1
2026-04-07
btrfs: change return type of cache_save_setup to void
Johannes Thumshirn
1
-10
/
+7
2026-04-07
btrfs: zoned: move partially zone_unusable block groups to reclaim list
Johannes Thumshirn
1
-0
/
+18
2026-04-07
btrfs: pass boolean literals as the last argument to inc_block_group_ro()
Filipe Manana
1
-8
/
+8
2026-03-28
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-03-23
btrfs: fix leak of kobject name for sub-group space_info
Shin'ichiro Kawasaki
1
-1
/
+1
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+36
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
1
-0
/
+36
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2026-02-26
btrfs: remove pointless WARN_ON() in cache_save_setup()
Filipe Manana
1
-1
/
+0
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+3
2026-02-18
btrfs: reset block group size class when it becomes empty
Jiasheng Jiang
1
-0
/
+10
2026-02-03
btrfs: do not BUG_ON() in btrfs_remove_block_group()
Filipe Manana
1
-1
/
+6
2026-02-03
btrfs: abort transaction on error in btrfs_remove_block_group()
Filipe Manana
1
-5
/
+14
2026-02-03
btrfs: remove out label in load_extent_tree_free()
Filipe Manana
1
-6
/
+4
2026-02-03
btrfs: deal with missing root in sample_block_group_extent_item()
Filipe Manana
1
-0
/
+6
2026-02-03
btrfs: remove bogus root search condition in sample_block_group_extent_item()
Filipe Manana
1
-2
/
+1
2026-02-03
btrfs: assert block group is locked in btrfs_use_block_group_size_class()
Filipe Manana
1
-0
/
+1
2026-02-03
btrfs: don't pass block group argument to load_block_group_size_class()
Filipe Manana
1
-7
/
+6
2026-02-03
btrfs: allocate path on stack in load_block_group_size_class()
Filipe Manana
1
-13
/
+19
2026-02-03
btrfs: make load_block_group_size_class() return void
Filipe Manana
1
-8
/
+8
2026-02-03
btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()
Sun YangKai
1
-6
/
+6
2026-02-03
btrfs: fix periodic reclaim condition
Sun YangKai
1
-2
/
+4
2026-02-03
btrfs: use the btrfs_block_group_end() helper everywhere
Filipe Manana
1
-11
/
+10
2026-02-03
btrfs: populate fully_remapped_bgs_list on mount
Mark Harmstone
1
-0
/
+75
2026-02-03
btrfs: handle discarding fully-remapped block groups
Mark Harmstone
1
-13
/
+17
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
1
-1
/
+5
2026-02-03
btrfs: handle deletions from remapped block group
Mark Harmstone
1
-26
/
+61
2026-02-03
btrfs: add extended version of struct block_group_item
Mark Harmstone
1
-24
/
+68
2026-02-03
btrfs: rename struct btrfs_block_group field commit_used to last_used
Mark Harmstone
1
-12
/
+12
2026-02-03
btrfs: remove remapped block groups from the free-space-tree
Mark Harmstone
1
-3
/
+16
2026-02-03
btrfs: add and use helper to compute the available space for a block group
Filipe Manana
1
-7
/
+2
2026-02-03
btrfs: split btrfs_fs_closing() and change return type to bool
David Sterba
1
-1
/
+1
2026-02-03
btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_group
Johannes Thumshirn
1
-4
/
+4
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
1
-2
/
+1
[next]