summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+24Star
* btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2019-07-041-54/+0Star
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-484/+1Star
* btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-041-18/+0Star
* btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-041-174/+0Star
* btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik2019-07-021-183/+6Star
* btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik2019-07-021-246/+0Star
* btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik2019-07-021-8/+6Star
* 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/+3Star
* 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/+7Star
* btrfs: move dump_space_info to space-info.cJosef Bacik2019-07-021-63/+7Star
* btrfs: export block_rsv_use_bytesJosef Bacik2019-07-021-8/+5Star
* btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik2019-07-021-111/+0Star
* btrfs: move the space info update macro to space-info.hJosef Bacik2019-07-021-37/+26Star
* btrfs: move and export can_overcommitJosef Bacik2019-07-021-75/+7Star
* btrfs: move the space_info handling code to space-info.cJosef Bacik2019-07-021-186/+19Star
* btrfs: export space_info_add_*_bytesJosef Bacik2019-07-021-22/+18Star
* btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik2019-07-021-36/+13Star
* 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/+3Star
* 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
* btrfs: trim: make reserved device area adjustments more explicitNikolay Borisov2019-07-011-0/+5
* btrfs: resurrect btrfs_crc32c()Johannes Thumshirn2019-07-011-3/+3
* btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo2019-07-011-16/+20
* btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo2019-07-011-0/+1
* btrfs: refactor helper for bg flags to name conversionDavid Sterba2019-07-011-3/+1Star
* btrfs: use raid_attr table in get_profile_num_devsDavid Sterba2019-07-011-8/+2Star
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-011-7/+7
* btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo2019-07-011-16/+27
* Btrfs: fix race between block group removal and block group allocationFilipe Manana2019-06-121-11/+13
* btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov2019-06-071-25/+3Star
* btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo2019-05-161-5/+7
* btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding2019-05-161-2/+1Star
* btrfs: reserve delalloc metadata differentlyJosef Bacik2019-05-021-92/+52Star
* btrfs: track DIO bytes in flightJosef Bacik2019-04-291-2/+13
* btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-291-2/+1Star
* btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_opDavid Sterba2019-04-291-2/+1Star
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-1/+1
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+1Star
* btrfs: qgroup: Don't scan leaf if we're modifying reloc treeQu Wenruo2019-04-291-4/+6
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo2019-04-291-29/+23Star
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-291-25/+32
* btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()Qu Wenruo2019-04-291-16/+10Star
* btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()Qu Wenruo2019-04-291-19/+8Star