index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-group.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
btrfs: do not block on deleted bgs mutex in the cleaner
Josef Bacik
1
-3
/
+8
2021-02-08
btrfs: splice remaining dirty_bg's onto the transaction dirty bg list
Josef Bacik
1
-7
/
+12
2021-02-08
btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself
Josef Bacik
1
-7
/
+3
2021-02-08
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
2020-10-07
btrfs: kill the RCU protection for fs_info->space_info
Josef Bacik
1
-14
/
+2
2020-10-07
btrfs: make read_block_group_item return void
Marcos Paulo de Souza
1
-6
/
+2
2020-10-07
btrfs: call btrfs_try_granting_tickets when reserving space
Josef Bacik
1
-0
/
+7
2020-10-07
btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
Josef Bacik
1
-0
/
+2
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
1
-1
/
+1
2020-08-27
btrfs: block-group: fix free-space bitmap threshold
Marcos Paulo de Souza
1
-1
/
+3
2020-07-27
btrfs: if we're restriping, use the target restripe profile
Josef Bacik
1
-5
/
+2
2020-07-27
btrfs: don't adjust bg flags and use default allocation profiles
Josef Bacik
1
-50
/
+2
[next]