aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney1-1/+1
2017-08-21Btrfs: add one more sanity check for shared ref typeLiu Bo1-4/+25
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo1-6/+30
2017-08-21Btrfs: add a helper to retrive extent inline ref typeLiu Bo1-0/+37
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov1-3/+3
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg1-5/+6
2017-08-18btrfs: Remove never-reached WARN_ONNikolay Borisov1-1/+1
2017-08-16btrfs: Simplify math in should_alloc chunkNikolay Borisov1-5/+4
2017-08-16btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney1-1/+1
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-11/+11
2017-08-16btrfs: Make flush_space return voidNikolay Borisov1-8/+8
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-3/+3
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov1-3/+1
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba1-1/+1
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