summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-011-7/+14
* btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-011-211/+109Star
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-47/+92
* btrfs: add assertions for releasing trans handle reservationsJosef Bacik2017-10-301-1/+4
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-55/+35Star
* btrfs: move all ref head cleanup to the helper functionJosef Bacik2017-10-301-81/+64Star
* btrfs: move ref_mod modification into the if (ref) logicJosef Bacik2017-10-301-4/+2Star
* btrfs: breakout empty head cleanup to a helperJosef Bacik2017-10-301-34/+45
* btrfs: move extent_op cleanup to a helperJosef Bacik2017-10-301-37/+40
* btrfs: add a helper to return a head refJosef Bacik2017-10-301-15/+14Star
* Btrfs: add a extent ref verify toolJosef Bacik2017-10-301-0/+22
* btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-301-11/+13
* btrfs: Fix bool initialization/comparisonThomas Meyer2017-10-301-2/+2
* btrfs: change how we decide to commit transactions during flushingJosef Bacik2017-10-301-14/+28
* btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi2017-10-301-1/+1
* btrfs: Remove redundant argument of __link_block_groupNikolay Borisov2017-10-301-4/+4
* btrfs: Remove redundant forward declarationsNikolay Borisov2017-10-301-12/+0Star
* btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-211-1/+1
* Btrfs: add one more sanity check for shared ref typeLiu Bo2017-08-211-4/+25
* Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-211-6/+30
* Btrfs: add a helper to retrive extent inline ref typeLiu Bo2017-08-211-0/+37
* btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov2017-08-211-3/+3
* btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-211-5/+6
* btrfs: Remove never-reached WARN_ONNikolay Borisov2017-08-181-1/+1
* btrfs: Simplify math in should_alloc chunkNikolay Borisov2017-08-161-5/+4Star
* btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney2017-08-161-1/+1
* btrfs: fix spelling of snapshottingDavid Sterba2017-08-161-11/+11
* btrfs: Make flush_space return voidNikolay Borisov2017-08-161-8/+8
* btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-3/+3
* btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-3/+1Star
* btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba2017-08-161-1/+1
* btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov2017-08-161-9/+2Star
* btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-161-9/+7Star
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-161-1/+0Star
* Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-07-241-4/+0Star
* btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney2017-07-241-2/+5
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-6/+6
* btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-5/+7
* btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-10/+13
* btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo2017-06-291-1/+1
* Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval2017-06-291-9/+32
* Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-291-24/+27
* Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval2017-06-291-9/+8Star
* Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval2017-06-291-1/+2
* Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval2017-06-291-1/+1
* Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval2017-06-291-21/+20Star
* btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov2017-06-191-6/+3Star
* btrfs: Refactor update_space_infoNikolay Borisov2017-06-191-40/+18Star
* btrfs: Separate space_info create/updateNikolay Borisov2017-06-191-66/+66
* Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo2017-06-191-1/+1