Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a4da411e41892628f35aa180a78b7b0f8f1e3038
/
fs
/
btrfs
/
free-space-tree.c
8c38938
btrfs: move the root freeing stuff into btrfs_put_root
by Josef Bacik
· 5 years ago
0024652
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
by Josef Bacik
· 5 years ago
81f096e
btrfs: use btrfs_put_fs_root to free roots always
by Josef Bacik
· 5 years ago
32da5386
btrfs: rename btrfs_block_group_cache
by David Sterba
· 5 years ago
b3470b5
btrfs: add dedicated members for start and length of a block group
by David Sterba
· 5 years ago
aac0023
btrfs: move basic block_group definitions to their own header
by Josef Bacik
· 6 years ago
2ccf545
btrfs: get fs_info from block group in search_free_space_info
by David Sterba
· 6 years ago
9b7a244
btrfs: get fs_info from trans in btrfs_create_tree
by David Sterba
· 6 years ago
6a884d7d
btrfs: get fs_info from eb in clean_tree_block
by David Sterba
· 6 years ago
ce9f967
btrfs: use EXPORT_FOR_TESTS for conditionally exported functions
by Johannes Thumshirn
· 6 years ago
ab9ce7d
btrfs: Remove fs_info from btrfs_del_root
by Lu Fengqi
· 6 years ago
ffa9a9e
btrfs: Remove fs_info argument from populate_free_space_tree
by Nikolay Borisov
· 7 years ago
e7355e5
btrfs: Remove fs_info argument from add_to_free_space_tree
by Nikolay Borisov
· 7 years ago
25a356d
btrfs: Remove fs_info argument from remove_from_free_space_tree
by Nikolay Borisov
· 7 years ago
c31683a
btrfs: Remove fs_info argument from __remove_from_free_space_tree
by Nikolay Borisov
· 7 years ago
e581168
btrfs: Remove fs_info argument from remove_free_space_extent
by Nikolay Borisov
· 7 years ago
5cb1782
btrfs: Remove fs_info argument from add_free_space_extent
by Nikolay Borisov
· 7 years ago
85a7ef1
btrfs: Remove fs_info argument from modify_free_space_bitmap
by Nikolay Borisov
· 7 years ago
690d768
btrfs: Remove fs_info argument from update_free_space_extent_count
by Nikolay Borisov
· 7 years ago
5296c2b
btrfs: Remove fs_info parameter from convert_free_space_to_extents
by Nikolay Borisov
· 7 years ago
719fb4d
btrfs: Remove fs_info argument from convert_free_space_to_bitmaps
by Nikolay Borisov
· 7 years ago
f3f7277
btrfs: Remove fs_info parameter from remove_block_group_free_space
by Nikolay Borisov
· 7 years ago
4457c1c
btrfs: Remove fs_info argument from add_new_free_space
by Nikolay Borisov
· 7 years ago
66afee1
btrfs: Remove fs_info parameter from add_new_free_space_info
by Nikolay Borisov
· 7 years ago
2d5cffa
btrfs: Remove fs_info argument from __add_to_free_space_tree
by Nikolay Borisov
· 7 years ago
9a7e0f9
btrfs: Remove fs_info argument from __add_block_group_free_space
by Nikolay Borisov
· 7 years ago
e4e0711
btrfs: Remove fs_info argument from add_block_group_free_space
by Nikolay Borisov
· 7 years ago
a565971
btrfs: optimize free space tree bitmap conversion
by Howard McLauchlan
· 7 years ago
6faa8f4
btrfs: clean up le_bitmap_{set, clear}()
by Howard McLauchlan
· 7 years ago
c1d7c51
btrfs: replace GPL boilerplate by SPDX -- sources
by David Sterba
· 7 years ago
7ce311d
btrfs: use reada direction enum instead of constant value in load_free_space_tree
by Gu JinXiang
· 7 years ago
019599a
btrfs: use reada direction enum instead of constant value in populate_free_space_tree
by Gu Jinxiang
· 7 years ago
9e882d6
btrfs: Clean up unused variables in free-space-tree.c
by Christos Gkekas
· 7 years ago
1cd5447
btrfs: pass fs_info to btrfs_del_root instead of tree_root
by Jeff Mahoney
· 7 years ago
25ff17e
Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmaps
by Omar Sandoval
· 8 years ago
0bef710
btrfs: Remove unnecessary branching in free-space-tree.c
by Sahil Kang
· 8 years ago
19809c2
mm, vmalloc: use __GFP_HIGHMEM implicitly
by Michal Hocko
· 8 years ago
7c302b4
btrfs: remove unused parameter from clean_tree_block
by David Sterba
· 8 years ago
3a45bb2
btrfs: remove root parameter from transaction commit/end routines
by Jeff Mahoney
· 8 years ago
0b246af
btrfs: root->fs_info cleanup, add fs_info convenience variables
by Jeff Mahoney
· 9 years ago
da17066
btrfs: pull node/sector/stripe sizes out of root and into fs_info
by Jeff Mahoney
· 9 years ago
d9ed71e
Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9
by Chris Mason
· 8 years ago
6675df3
Btrfs: catch invalid free space trees
by Omar Sandoval
· 8 years ago
2fe1d55
Btrfs: fix free space tree bitmaps on big-endian systems
by Omar Sandoval
· 8 years ago
ab8d0fc
btrfs: convert pr_* to btrfs_* where possible
by Jeff Mahoney
· 8 years ago
5d163e0
btrfs: unsplit printed strings
by Jeff Mahoney
· 8 years ago
afcdd12
Btrfs: add a flags field to btrfs_fs_info
by Josef Bacik
· 8 years ago
6664283
btrfs: btrfs_abort_transaction, drop root parameter
by Jeff Mahoney
· 9 years ago
e410e34
Revert "btrfs: synchronize incompat feature bits with sysfs files"
by Chris Mason
· 9 years ago
e1c0eba
btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzalloc
by Chris Mason
· 9 years ago
d32a4e3
Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
79b134a
btrfs: tweak free space tree bitmap allocation
by David Sterba
· 9 years ago
14e46e0
btrfs: synchronize incompat feature bits with sysfs files
by David Sterba
· 9 years ago
511711a
btrfs: don't run delayed references while we are creating the free space tree
by Chris Mason
· 9 years ago
a5ed918
Btrfs: implement the free space B-tree
by Omar Sandoval
· 9 years ago