aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-28btrfs: Remove fs_info argument from add_new_free_spaceGravatar Nikolay Borisov 1-5/+3
2018-05-28btrfs: Remove fs_info parameter from add_new_free_space_infoGravatar Nikolay Borisov 1-4/+3
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeGravatar Nikolay Borisov 1-8/+6
2018-05-28btrfs: Remove fs_info argument from __add_block_group_free_spaceGravatar Nikolay Borisov 1-9/+6
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: optimize free space tree bitmap conversionGravatar Howard McLauchlan 1-38/+23
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Gravatar Howard McLauchlan 1-0/+20
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-26btrfs: use reada direction enum instead of constant value in load_free_space_...Gravatar Gu JinXiang 1-1/+1
2018-03-26btrfs: use reada direction enum instead of constant value in populate_free_sp...Gravatar Gu Jinxiang 1-1/+1
2017-10-30btrfs: Clean up unused variables in free-space-tree.cGravatar Christos Gkekas 1-4/+0
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootGravatar Jeff Mahoney 1-1/+1
2017-06-19Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmapsGravatar Omar Sandoval 1-13/+13
2017-06-19btrfs: Remove unnecessary branching in free-space-tree.cGravatar Sahil Kang 1-10/+2
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 1-2/+1
2017-02-17btrfs: remove unused parameter from clean_tree_blockGravatar David Sterba 1-1/+1
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-4/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-15/+14
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-16/+19
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 1-9/+10
2016-10-03Btrfs: catch invalid free space treesGravatar Omar Sandoval 1-0/+2
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsGravatar Omar Sandoval 1-9/+8
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-4/+8
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 1-3/+3
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-8/+8
2016-01-29Revert "btrfs: synchronize incompat feature bits with sysfs files"Gravatar Chris Mason 1-7/+0
2016-01-27btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocGravatar Chris Mason 1-1/+1
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Chris Mason 1-2/+16
2016-01-22btrfs: tweak free space tree bitmap allocationGravatar David Sterba 1-2/+16
2016-01-21btrfs: synchronize incompat feature bits with sysfs filesGravatar David Sterba 1-0/+7
2015-12-30btrfs: don't run delayed references while we are creating the free space treeGravatar Chris Mason 1-4/+11
2015-12-17Btrfs: implement the free space B-treeGravatar Omar Sandoval 1-0/+1584