index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2021-10-26
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
1
-0
/
+1
2021-10-26
btrfs: zoned: activate new block group
Naohiro Aota
1
-0
/
+6
2021-10-26
btrfs: zoned: implement active zone tracking
Naohiro Aota
1
-0
/
+11
2021-10-26
btrfs: zoned: introduce physical_map to btrfs_block_group
Naohiro Aota
1
-0
/
+1
2021-10-26
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
1
-2
/
+5
2021-10-26
btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusable
Naohiro Aota
1
-0
/
+2
2021-10-26
btrfs: rename and switch to bool btrfs_chunk_readonly
Anand Jain
1
-7
/
+10
2021-10-25
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
1
-3
/
+3
2021-08-23
btrfs: zoned: suppress reclaim error message on EAGAIN
Naohiro Aota
1
-1
/
+1
2021-08-23
btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...
Qu Wenruo
1
-0
/
+19
2021-08-23
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
1
-2
/
+91
2021-07-07
btrfs: don't block if we can't acquire the reclaim lock
Johannes Thumshirn
1
-1
/
+9
2021-07-07
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
1
-36
/
+249
2021-07-07
btrfs: fix deadlock with concurrent chunk allocations involving system chunks
Filipe Manana
1
-57
/
+1
2021-07-07
btrfs: zoned: print unusable percentage when reclaiming block groups
Johannes Thumshirn
1
-2
/
+12
2021-07-07
btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_work
David Sterba
1
-1
/
+1
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
1
-3
/
+0
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
1
-2
/
+8
2021-06-21
btrfs: make free space cache size consistent across different PAGE_SIZE
Qu Wenruo
1
-9
/
+9
2021-06-17
btrfs: zoned: fix negative space_info->bytes_readonly
Naohiro Aota
1
-4
/
+4
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-0
/
+101
2021-04-20
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
1
-3
/
+3
2021-04-19
btrfs: fix exhaustion of the system chunk array due to concurrent allocations
Filipe Manana
1
-1
/
+57
2021-04-19
btrfs: replace open coded while loop with proper construct
Nikolay Borisov
1
-19
/
+23
2021-02-22
btrfs: fix race between writes to swap files and scrub
Filipe Manana
1
-1
/
+32
2021-02-09
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
1
-0
/
+2
2021-02-09
btrfs: extend btrfs_rmap_block for specifying a device
Naohiro Aota
1
-5
/
+11
2021-02-09
btrfs: zoned: reset zones of unused block groups
Naohiro Aota
1
-2
/
+6
2021-02-09
btrfs: zoned: implement sequential extent allocation
Naohiro Aota
1
-0
/
+4
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
1
-12
/
+39
2021-02-09
btrfs: zoned: calculate allocation offset for conventional zones
Naohiro Aota
1
-2
/
+2
2021-02-09
btrfs: zoned: load zone's allocation offset
Naohiro Aota
1
-0
/
+15
2021-02-09
btrfs: release path before calling to btrfs_load_block_group_zone_info
Johannes Thumshirn
1
-21
/
+17
2021-02-09
btrfs: do not block on deleted bgs mutex in the cleaner
Josef Bacik
1
-3
/
+8
2021-02-09
btrfs: splice remaining dirty_bg's onto the transaction dirty bg list
Josef Bacik
1
-7
/
+12
2021-02-09
btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself
Josef Bacik
1
-7
/
+3
2021-02-09
btrfs: document fs_info in btrfs_rmap_block
Nikolay Borisov
1
-1
/
+3
2021-01-25
btrfs: fix possible free space tree corruption with online conversion
Josef Bacik
1
-1
/
+9
2021-01-18
btrfs: don't clear ret in btrfs_start_dirty_block_groups
Josef Bacik
1
-1
/
+2
2020-12-09
btrfs: skip space_cache v1 setup when not using it
Boris Burkov
1
-0
/
+3
2020-12-09
btrfs: remove free space items when disabling space cache v1
Boris Burkov
1
-37
/
+2
2020-12-09
btrfs: only mark bg->needs_free_space if free space tree is on
Boris Burkov
1
-1
/
+2
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
1
-0
/
+9
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-12-08
btrfs: protect fs_info->caching_block_groups by block_group_cache_lock
Josef Bacik
1
-6
/
+6
2020-12-08
btrfs: load free space cache asynchronously
Josef Bacik
1
-70
/
+53
2020-12-08
btrfs: load free space cache into a temporary ctl
Josef Bacik
1
-28
/
+1
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
1
-0
/
+48
2020-10-26
btrfs: drop the path before adding block group sysfs files
Josef Bacik
1
-0
/
+1
2020-10-07
btrfs: do not create raid sysfs entries under any locks
Josef Bacik
1
-6
/
+25
[next]