aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik1-54/+0
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-484/+1
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik1-18/+0
2019-07-04btrfs: migrate the delayed refs rsv codeJosef Bacik1-174/+0
2019-07-02btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik1-183/+6
2019-07-02btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik1-246/+0
2019-07-02btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik1-8/+6
2019-07-02btrfs: cleanup the target logic in __btrfs_block_rsv_releaseJosef Bacik1-3/+9
2019-07-02btrfs: export __btrfs_block_rsv_releaseJosef Bacik1-10/+3
2019-07-02btrfs: export btrfs_block_rsv_add_bytesJosef Bacik1-9/+9
2019-07-02btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik1-0/+1
2019-07-02btrfs: move reserve_metadata_bytes and supporting code to space-info.cJosef Bacik1-702/+7
2019-07-02btrfs: move dump_space_info to space-info.cJosef Bacik1-63/+7
2019-07-02btrfs: export block_rsv_use_bytesJosef Bacik1-8/+5
2019-07-02btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik1-111/+0
2019-07-02btrfs: move the space info update macro to space-info.hJosef Bacik1-37/+26
2019-07-02btrfs: move and export can_overcommitJosef Bacik1-75/+7
2019-07-02btrfs: move the space_info handling code to space-info.cJosef Bacik1-186/+19
2019-07-02btrfs: export space_info_add_*_bytesJosef Bacik1-22/+18
2019-07-02btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik1-36/+13
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-02btrfs: drop default value assignments in enumsDavid Sterba1-7/+7
2019-07-02btrfs: use mask for RAID56 profilesDavid Sterba1-6/+3
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba1-4/+4
2019-07-02btrfs: raid56: clear incompat block group flags after removing the last oneDavid Sterba1-0/+30
2019-07-01btrfs: trim: make reserved device area adjustments more explicitNikolay Borisov1-0/+5
2019-07-01btrfs: resurrect btrfs_crc32c()Johannes Thumshirn1-3/+3
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo1-16/+20
2019-07-01btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo1-0/+1
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba1-3/+1
2019-07-01btrfs: use raid_attr table in get_profile_num_devsDavid Sterba1-8/+2
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba1-7/+7
2019-07-01btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo1-16/+27
2019-06-12Btrfs: fix race between block group removal and block group allocationFilipe Manana1-11/+13
2019-06-07btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov1-25/+3
2019-05-16btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo1-5/+7
2019-05-16btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding1-2/+1
2019-05-02btrfs: reserve delalloc metadata differentlyJosef Bacik1-92/+52
2019-04-29btrfs: track DIO bytes in flightJosef Bacik1-2/+13
2019-04-29btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba1-2/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_opDavid Sterba1-2/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-2/+1
2019-04-29btrfs: qgroup: Don't scan leaf if we're modifying reloc treeQu Wenruo1-4/+6
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo1-29/+23
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo1-25/+32
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()Qu Wenruo1-16/+10
2019-04-29btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()Qu Wenruo1-19/+8
2019-04-29btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()Qu Wenruo1-13/+10
2019-04-29btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()Qu Wenruo1-18/+26