summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-08-07btrfs: trim: Check the range passed into to prevent overflowQu Wenruo
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik
2019-07-04btrfs: migrate the delayed refs rsv codeJosef Bacik
2019-07-02btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik
2019-07-02btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik
2019-07-02btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik
2019-07-02btrfs: cleanup the target logic in __btrfs_block_rsv_releaseJosef Bacik
2019-07-02btrfs: export __btrfs_block_rsv_releaseJosef Bacik
2019-07-02btrfs: export btrfs_block_rsv_add_bytesJosef Bacik
2019-07-02btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik
2019-07-02btrfs: move reserve_metadata_bytes and supporting code to space-info.cJosef Bacik
2019-07-02btrfs: move dump_space_info to space-info.cJosef Bacik
2019-07-02btrfs: export block_rsv_use_bytesJosef Bacik
2019-07-02btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik
2019-07-02btrfs: move the space info update macro to space-info.hJosef Bacik
2019-07-02btrfs: move and export can_overcommitJosef Bacik
2019-07-02btrfs: move the space_info handling code to space-info.cJosef Bacik
2019-07-02btrfs: export space_info_add_*_bytesJosef Bacik
2019-07-02btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik
2019-07-02btrfs: move space_info to space-info.hJosef Bacik
2019-07-02btrfs: drop default value assignments in enumsDavid Sterba
2019-07-02btrfs: use mask for RAID56 profilesDavid Sterba
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba
2019-07-02btrfs: raid56: clear incompat block group flags after removing the last oneDavid Sterba
2019-07-01btrfs: trim: make reserved device area adjustments more explicitNikolay Borisov
2019-07-01btrfs: resurrect btrfs_crc32c()Johannes Thumshirn
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo
2019-07-01btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba
2019-07-01btrfs: use raid_attr table in get_profile_num_devsDavid Sterba
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-07-01btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo
2019-06-12Btrfs: fix race between block group removal and block group allocationFilipe Manana
2019-06-07btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov
2019-05-16btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo
2019-05-16btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding
2019-05-02btrfs: reserve delalloc metadata differentlyJosef Bacik
2019-04-29btrfs: track DIO bytes in flightJosef Bacik
2019-04-29btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_opDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: qgroup: Don't scan leaf if we're modifying reloc treeQu Wenruo
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo