summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: migrate the block group space accounting helpersJosef Bacik2019-09-091-173/+0
* btrfs: export block group accounting helpersJosef Bacik2019-09-091-11/+10
* btrfs: migrate the dirty bg writeout codeJosef Bacik2019-09-091-518/+0
* btrfs: migrate inc/dec_block_group_ro codeJosef Bacik2019-09-091-212/+0
* btrfs: temporarily export btrfs_get_restripe_targetJosef Bacik2019-09-091-3/+3
* btrfs: migrate the block group read/creation codeJosef Bacik2019-09-091-595/+5
* btrfs: migrate the block group removal codeJosef Bacik2019-09-091-537/+0
* btrfs: temporarily export inc_block_group_roJosef Bacik2019-09-091-7/+7
* btrfs: migrate the block group caching codeJosef Bacik2019-09-091-459/+0
* btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba2019-09-091-13/+1
* btrfs: factor sysfs code out of link_block_groupDavid Sterba2019-09-091-35/+2
* btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik2019-09-091-1/+1
* btrfs: temporarily export fragment_free_spaceJosef Bacik2019-09-091-4/+4
* btrfs: export the caching control helpersJosef Bacik2019-09-091-18/+18
* btrfs: export the excluded extents helpersJosef Bacik2019-09-091-17/+19
* btrfs: export the block group caching helpersJosef Bacik2019-09-091-35/+26
* btrfs: migrate nocow and reservation helpersJosef Bacik2019-09-091-82/+0
* btrfs: migrate the block group ref counting stuffJosef Bacik2019-09-091-25/+0
* btrfs: migrate the block group lookup codeJosef Bacik2019-09-091-94/+2
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo2019-09-091-0/+8
* btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo2019-09-091-141/+0
* btrfs: extent-tree: Add comment for inc_block_group_ro()Qu Wenruo2019-09-091-0/+19
* btrfs: trim: Check the range passed into to prevent overflowQu Wenruo2019-08-071-3/+11
* Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-071-33/+24
* btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2019-07-041-54/+0
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-484/+1
* btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-041-18/+0
* btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-041-174/+0
* btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik2019-07-021-183/+6
* btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik2019-07-021-246/+0
* btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik2019-07-021-8/+6
* btrfs: cleanup the target logic in __btrfs_block_rsv_releaseJosef Bacik2019-07-021-3/+9
* btrfs: export __btrfs_block_rsv_releaseJosef Bacik2019-07-021-10/+3
* btrfs: export btrfs_block_rsv_add_bytesJosef Bacik2019-07-021-9/+9
* btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik2019-07-021-0/+1
* btrfs: move reserve_metadata_bytes and supporting code to space-info.cJosef Bacik2019-07-021-702/+7
* btrfs: move dump_space_info to space-info.cJosef Bacik2019-07-021-63/+7
* btrfs: export block_rsv_use_bytesJosef Bacik2019-07-021-8/+5
* btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik2019-07-021-111/+0
* btrfs: move the space info update macro to space-info.hJosef Bacik2019-07-021-37/+26
* btrfs: move and export can_overcommitJosef Bacik2019-07-021-75/+7
* btrfs: move the space_info handling code to space-info.cJosef Bacik2019-07-021-186/+19
* btrfs: export space_info_add_*_bytesJosef Bacik2019-07-021-22/+18
* btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik2019-07-021-36/+13
* btrfs: move space_info to space-info.hJosef Bacik2019-07-021-0/+1
* btrfs: drop default value assignments in enumsDavid Sterba2019-07-021-7/+7
* btrfs: use mask for RAID56 profilesDavid Sterba2019-07-021-6/+3
* btrfs: add mask for all RAID1 typesDavid Sterba2019-07-021-4/+4
* btrfs: raid56: clear incompat block group flags after removing the last oneDavid Sterba2019-07-021-0/+30