index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-group.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix race between writes to swap files and scrub
Filipe Manana
2021-02-22
1
-1
/
+32
*
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
2021-02-09
1
-0
/
+2
*
btrfs: extend btrfs_rmap_block for specifying a device
Naohiro Aota
2021-02-09
1
-5
/
+11
*
btrfs: zoned: reset zones of unused block groups
Naohiro Aota
2021-02-09
1
-2
/
+6
*
btrfs: zoned: implement sequential extent allocation
Naohiro Aota
2021-02-09
1
-0
/
+4
*
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
2021-02-09
1
-12
/
+39
*
btrfs: zoned: calculate allocation offset for conventional zones
Naohiro Aota
2021-02-09
1
-2
/
+2
*
btrfs: zoned: load zone's allocation offset
Naohiro Aota
2021-02-09
1
-0
/
+15
*
btrfs: release path before calling to btrfs_load_block_group_zone_info
Johannes Thumshirn
2021-02-09
1
-21
/
+17
*
btrfs: do not block on deleted bgs mutex in the cleaner
Josef Bacik
2021-02-08
1
-3
/
+8
*
btrfs: splice remaining dirty_bg's onto the transaction dirty bg list
Josef Bacik
2021-02-08
1
-7
/
+12
*
btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself
Josef Bacik
2021-02-08
1
-7
/
+3
*
btrfs: document fs_info in btrfs_rmap_block
Nikolay Borisov
2021-02-08
1
-1
/
+3
*
btrfs: fix possible free space tree corruption with online conversion
Josef Bacik
2021-01-25
1
-1
/
+9
*
btrfs: don't clear ret in btrfs_start_dirty_block_groups
Josef Bacik
2021-01-18
1
-1
/
+2
*
btrfs: skip space_cache v1 setup when not using it
Boris Burkov
2020-12-09
1
-0
/
+3
*
btrfs: remove free space items when disabling space cache v1
Boris Burkov
2020-12-09
1
-37
/
+2
*
btrfs: only mark bg->needs_free_space if free space tree is on
Boris Burkov
2020-12-09
1
-1
/
+2
*
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
2020-12-09
1
-0
/
+9
*
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
2020-12-08
1
-1
/
+1
*
btrfs: protect fs_info->caching_block_groups by block_group_cache_lock
Josef Bacik
2020-12-08
1
-6
/
+6
*
btrfs: load free space cache asynchronously
Josef Bacik
2020-12-08
1
-70
/
+53
*
btrfs: load free space cache into a temporary ctl
Josef Bacik
2020-12-08
1
-28
/
+1
*
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-12-08
1
-0
/
+48
*
btrfs: drop the path before adding block group sysfs files
Josef Bacik
2020-10-26
1
-0
/
+1
*
btrfs: do not create raid sysfs entries under any locks
Josef Bacik
2020-10-07
1
-6
/
+25
*
btrfs: kill the RCU protection for fs_info->space_info
Josef Bacik
2020-10-07
1
-14
/
+2
*
btrfs: make read_block_group_item return void
Marcos Paulo de Souza
2020-10-07
1
-6
/
+2
*
btrfs: call btrfs_try_granting_tickets when reserving space
Josef Bacik
2020-10-07
1
-0
/
+7
*
btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
Josef Bacik
2020-10-07
1
-0
/
+2
*
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
2020-10-07
1
-1
/
+1
*
btrfs: block-group: fix free-space bitmap threshold
Marcos Paulo de Souza
2020-08-27
1
-1
/
+3
*
btrfs: if we're restriping, use the target restripe profile
Josef Bacik
2020-07-27
1
-5
/
+2
*
btrfs: don't adjust bg flags and use default allocation profiles
Josef Bacik
2020-07-27
1
-50
/
+2
*
btrfs: convert block group refcount to refcount_t
Josef Bacik
2020-07-27
1
-4
/
+4
*
btrfs: make btrfs_check_data_free_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+2
*
btrfs: remove no longer necessary chunk mutex locking cases
Filipe Manana
2020-07-27
1
-5
/
+0
*
btrfs: factor out reading of bg from find_frist_block_group
Johannes Thumshirn
2020-07-27
1
-46
/
+56
*
btrfs: get mapping tree directly from fsinfo in find_first_block_group
Johannes Thumshirn
2020-07-27
1
-1
/
+1
*
btrfs: simplify checks when adding excluded ranges
Nikolay Borisov
2020-07-27
1
-17
/
+4
*
btrfs: read stripe len directly in btrfs_rmap_block
Nikolay Borisov
2020-07-27
1
-10
/
+3
*
btrfs: fix race between block group removal and block group creation
Filipe Manana
2020-06-16
1
-8
/
+19
*
btrfs: fix a block group ref counter leak after failure to remove block group
Filipe Manana
2020-06-16
1
-10
/
+9
*
btrfs: remove duplicated include in block-group.c
Tiezhu Yang
2020-05-25
1
-1
/
+0
*
btrfs: block-group: rename write_one_cache_group()
Qu Wenruo
2020-05-25
1
-8
/
+8
*
btrfs: block-group: refactor how we insert a block group item
Qu Wenruo
2020-05-25
1
-16
/
+25
*
btrfs: block-group: refactor how we delete one block group item
Qu Wenruo
2020-05-25
1
-12
/
+25
*
btrfs: block-group: refactor how we read one block group item
Qu Wenruo
2020-05-25
1
-15
/
+32
*
btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()
Qu Wenruo
2020-05-25
1
-1
/
+0
*
btrfs: move the block group freeze/unfreeze helpers into block-group.c
Filipe Manana
2020-05-25
1
-0
/
+41
[next]