index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
btrfs: migrate the block group space accounting helpers
Josef Bacik
2019-09-09
1
-173
/
+0
*
btrfs: export block group accounting helpers
Josef Bacik
2019-09-09
1
-11
/
+10
*
btrfs: migrate the dirty bg writeout code
Josef Bacik
2019-09-09
1
-518
/
+0
*
btrfs: migrate inc/dec_block_group_ro code
Josef Bacik
2019-09-09
1
-212
/
+0
*
btrfs: temporarily export btrfs_get_restripe_target
Josef Bacik
2019-09-09
1
-3
/
+3
*
btrfs: migrate the block group read/creation code
Josef Bacik
2019-09-09
1
-595
/
+5
*
btrfs: migrate the block group removal code
Josef Bacik
2019-09-09
1
-537
/
+0
*
btrfs: temporarily export inc_block_group_ro
Josef Bacik
2019-09-09
1
-7
/
+7
*
btrfs: migrate the block group caching code
Josef Bacik
2019-09-09
1
-459
/
+0
*
btrfs: factor out sysfs code for deleting block group and space infos
David Sterba
2019-09-09
1
-13
/
+1
*
btrfs: factor sysfs code out of link_block_group
David Sterba
2019-09-09
1
-35
/
+2
*
btrfs: make caching_thread use btrfs_find_next_key
Josef Bacik
2019-09-09
1
-1
/
+1
*
btrfs: temporarily export fragment_free_space
Josef Bacik
2019-09-09
1
-4
/
+4
*
btrfs: export the caching control helpers
Josef Bacik
2019-09-09
1
-18
/
+18
*
btrfs: export the excluded extents helpers
Josef Bacik
2019-09-09
1
-17
/
+19
*
btrfs: export the block group caching helpers
Josef Bacik
2019-09-09
1
-35
/
+26
*
btrfs: migrate nocow and reservation helpers
Josef Bacik
2019-09-09
1
-82
/
+0
*
btrfs: migrate the block group ref counting stuff
Josef Bacik
2019-09-09
1
-25
/
+0
*
btrfs: migrate the block group lookup code
Josef Bacik
2019-09-09
1
-94
/
+2
*
btrfs: move basic block_group definitions to their own header
Josef Bacik
2019-09-09
1
-0
/
+1
*
btrfs: extent-tree: Make sure we only allocate extents from block groups with...
Qu Wenruo
2019-09-09
1
-0
/
+8
*
btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
Qu Wenruo
2019-09-09
1
-141
/
+0
*
btrfs: extent-tree: Add comment for inc_block_group_ro()
Qu Wenruo
2019-09-09
1
-0
/
+19
*
btrfs: trim: Check the range passed into to prevent overflow
Qu Wenruo
2019-08-07
1
-3
/
+11
*
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
2019-08-07
1
-33
/
+24
*
btrfs: move the subvolume reservation stuff out of extent-tree.c
Josef Bacik
2019-07-04
1
-54
/
+0
*
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
2019-07-04
1
-484
/
+1
*
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
2019-07-04
1
-18
/
+0
*
btrfs: migrate the delayed refs rsv code
Josef Bacik
2019-07-04
1
-174
/
+0
*
btrfs: migrate the global_block_rsv helpers to block-rsv.c
Josef Bacik
2019-07-02
1
-183
/
+6
*
btrfs: migrate the block-rsv code to block-rsv.c
Josef Bacik
2019-07-02
1
-246
/
+0
*
btrfs: stop using block_rsv_release_bytes everywhere
Josef Bacik
2019-07-02
1
-8
/
+6
*
btrfs: cleanup the target logic in __btrfs_block_rsv_release
Josef Bacik
2019-07-02
1
-3
/
+9
*
btrfs: export __btrfs_block_rsv_release
Josef Bacik
2019-07-02
1
-10
/
+3
*
btrfs: export btrfs_block_rsv_add_bytes
Josef Bacik
2019-07-02
1
-9
/
+9
*
btrfs: move btrfs_block_rsv definitions into it's own header
Josef Bacik
2019-07-02
1
-0
/
+1
*
btrfs: move reserve_metadata_bytes and supporting code to space-info.c
Josef Bacik
2019-07-02
1
-702
/
+7
*
btrfs: move dump_space_info to space-info.c
Josef Bacik
2019-07-02
1
-63
/
+7
*
btrfs: export block_rsv_use_bytes
Josef Bacik
2019-07-02
1
-8
/
+5
*
btrfs: move btrfs_space_info_add_*_bytes to space-info.c
Josef Bacik
2019-07-02
1
-111
/
+0
*
btrfs: move the space info update macro to space-info.h
Josef Bacik
2019-07-02
1
-37
/
+26
*
btrfs: move and export can_overcommit
Josef Bacik
2019-07-02
1
-75
/
+7
*
btrfs: move the space_info handling code to space-info.c
Josef Bacik
2019-07-02
1
-186
/
+19
*
btrfs: export space_info_add_*_bytes
Josef Bacik
2019-07-02
1
-22
/
+18
*
btrfs: rename do_chunk_alloc to btrfs_chunk_alloc
Josef Bacik
2019-07-02
1
-36
/
+13
*
btrfs: move space_info to space-info.h
Josef Bacik
2019-07-02
1
-0
/
+1
*
btrfs: drop default value assignments in enums
David Sterba
2019-07-02
1
-7
/
+7
*
btrfs: use mask for RAID56 profiles
David Sterba
2019-07-02
1
-6
/
+3
*
btrfs: add mask for all RAID1 types
David Sterba
2019-07-02
1
-4
/
+4
*
btrfs: raid56: clear incompat block group flags after removing the last one
David Sterba
2019-07-02
1
-0
/
+30
[prev]
[next]