index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-group.c
Age
Commit message (
Expand
)
Author
2023-08-21
btrfs: zoned: don't activate non-DATA BG on allocation
Naohiro Aota
2023-08-21
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
2023-08-21
btrfs: move btrfs_free_excluded_extents() into block-group.c
Filipe Manana
2023-08-21
btrfs: open code trivial btrfs_add_excluded_extent()
Filipe Manana
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
2023-08-21
btrfs: rename add_new_free_space() to btrfs_add_new_free_space()
Filipe Manana
2023-08-21
btrfs: update documentation for add_new_free_space()
Filipe Manana
2023-08-12
Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-08-10
btrfs: wait for actual caching progress during allocation
Josef Bacik
2023-07-27
Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-07-24
btrfs: remove BUG_ON()'s in add_new_free_space()
Filipe Manana
2023-07-20
Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-07-18
btrfs: zoned: fix memory leak after finding block group with super blocks
Filipe Manana
2023-07-11
btrfs: fix use-after-free of new block group that became unused
Filipe Manana
2023-06-26
Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-06-22
btrfs: fix remaining u32 overflows when left shifting stripe_nr
Qu Wenruo
2023-06-19
btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile
Matt Corallo
2023-06-19
btrfs: reinsert BGs failed to reclaim
Naohiro Aota
2023-06-19
btrfs: bail out reclaim process if filesystem is read-only
Naohiro Aota
2023-06-19
btrfs: move out now unused BG from the reclaim list
Naohiro Aota
2023-06-19
btrfs: delete unused BGs while reclaiming BGs
Naohiro Aota
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
btrfs: drop NOFAIL from set_extent_bit allocation masks
David Sterba
2023-06-19
btrfs: open code set_extent_dirty
David Sterba
2023-05-17
btrfs: scrub: try harder to mark RAID56 block groups read-only
Qu Wenruo
2023-04-17
btrfs: scrub: remove the old scrub recheck code
Qu Wenruo
2023-04-17
btrfs: remove bytes_used argument from btrfs_make_block_group()
Filipe Manana
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-03-15
btrfs: zoned: drop space_info->active_total_bytes
Naohiro Aota
2023-03-15
btrfs: use temporary variable for space_info in btrfs_update_block_group
Josef Bacik
2023-03-08
btrfs: fix block group item corruption after inserting new block group
Filipe Manana
2023-03-06
btrfs: fix percent calculation for bg reclaim message
Johannes Thumshirn
2023-03-06
btrfs: fix potential dead lock in size class loading logic
Boris Burkov
2023-02-15
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
2023-02-13
btrfs: don't use size classes for zoned file systems
Boris Burkov
2023-02-13
btrfs: load block group size class when caching
Boris Burkov
2023-02-13
btrfs: introduce size class to block group allocator
Boris Burkov
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_update_block_group
Josef Bacik
2022-12-05
btrfs: convert btrfs_block_group::needs_free_space to runtime flag
David Sterba
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
btrfs: update function comments
David Sterba
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: skip update of block group item if used bytes are the same
Qu Wenruo
2022-12-05
btrfs: re-check reclaim condition in reclaim worker
Boris Burkov
2022-12-05
btrfs: skip reclaim if block_group is empty
Boris Burkov
2022-12-05
btrfs: move btrfs_should_fragment_free_space into block-group.c
Josef Bacik
2022-10-11
btrfs: delete stale comments after merge conflict resolution
David Sterba
[next]