aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov1-9/+2
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov1-9/+7
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov1-1/+0
2017-07-24Btrfs: fix early ENOSPC due to delallocOmar Sandoval1-4/+0
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney1-2/+5
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-6/+6
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved rangesQu Wenruo1-5/+7
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-10/+13
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo1-1/+1
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval1-9/+32
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval1-24/+27
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval1-9/+8
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval1-1/+2
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval1-1/+1
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval1-21/+20
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov1-6/+3
2017-06-19btrfs: Refactor update_space_infoNikolay Borisov1-40/+18
2017-06-19btrfs: Separate space_info create/updateNikolay Borisov1-66/+66
2017-06-19Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo1-1/+1
2017-06-19btrfs: remove root usage from can_overcommitJeff Mahoney1-36/+46
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney1-7/+21
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov1-3/+1
2017-06-01btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney1-3/+3
2017-06-01btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo1-0/+11
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba1-1/+0
2017-04-18Btrfs: update comments in cache_save_setupLiu Bo1-1/+2
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova1-3/+3
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova1-6/+6
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11Chris Mason1-70/+65
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov1-9/+9
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov1-35/+34
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov1-5/+5
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov1-5/+5
2017-02-28btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov1-15/+12
2017-02-28btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov1-12/+11
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov1-4/+4
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov1-2/+2
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana1-3/+6
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney1-4/+5
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney1-3/+2
2017-02-17btrfs: flush_space always takes fs_info->fs_rootJeff Mahoney1-10/+10
2017-02-17btrfs: pass fs_info to (more) routines that are only called with extent_rootJeff Mahoney1-50/+53
2017-02-17btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba1-2/+1
2017-02-17btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba1-2/+1
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba1-2/+2