index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
2022-05-16
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
1
-17
/
+41
2022-05-16
btrfs: return block group directly at btrfs_next_block_group()
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
1
-20
/
+20
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
1
-18
/
+12
2022-05-16
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
1
-0
/
+10
2022-05-16
btrfs: allow block group background reclaim for non-zoned filesystems
Josef Bacik
1
-0
/
+31
2022-05-16
btrfs: use btrfs_for_each_slot in find_first_block_group
Gabriel Niebler
1
-24
/
+2
2022-04-06
btrfs: zoned: activate block group only for extent allocation
Naohiro Aota
1
-8
/
+16
2022-04-06
btrfs: return allocated block group from do_chunk_alloc()
Naohiro Aota
1
-3
/
+13
2022-04-06
btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()
Nathan Chancellor
1
-4
/
+0
2022-03-14
btrfs: zoned: mark relocation as writing
Naohiro Aota
1
-1
/
+7
2022-03-14
btrfs: add support for multiple global roots
Josef Bacik
1
-2
/
+26
2022-01-31
btrfs: skip reserved bytes warning on unmount after log cleanup failure
Filipe Manana
1
-2
/
+24
2022-01-31
btrfs: don't start transaction for scrub if the fs is mounted read-only
Qu Wenruo
1
-0
/
+13
2022-01-07
btrfs: make send work with concurrent block group relocation
Filipe Manana
1
-7
/
+2
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-1
/
+2
2022-01-03
btrfs: add a btrfs_block_group_root() helper
Josef Bacik
1
-9
/
+10
2022-01-03
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: remove spurious unlock/lock of unused_bgs_lock
Nikolay Borisov
1
-2
/
+0
2021-10-26
btrfs: update comments for chunk allocation -ENOSPC cases
Filipe Manana
1
-3
/
+18
2021-10-26
btrfs: fix deadlock between chunk allocation and chunk btree modifications
Filipe Manana
1
-55
/
+91
2021-10-26
btrfs: zoned: use greedy gc for auto reclaim
Johannes Thumshirn
1
-0
/
+22
2021-10-26
btrfs: reduce btrfs_update_block_group alloc argument to bool
Anand Jain
1
-1
/
+1
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
[next]