aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01btrfs: track refs in a rb_tree instead of a listGravatar Josef Bacik 1-7/+14
2017-11-01btrfs: make the delalloc block rsv per inodeGravatar Josef Bacik 1-211/+109
2017-11-01Btrfs: rework outstanding_extentsGravatar Josef Bacik 1-47/+92
2017-10-30btrfs: add assertions for releasing trans handle reservationsGravatar Josef Bacik 1-1/+4
2017-10-30btrfs: remove delayed_ref_node from ref_headGravatar Josef Bacik 1-55/+35
2017-10-30btrfs: move all ref head cleanup to the helper functionGravatar Josef Bacik 1-81/+64
2017-10-30btrfs: move ref_mod modification into the if (ref) logicGravatar Josef Bacik 1-4/+2
2017-10-30btrfs: breakout empty head cleanup to a helperGravatar Josef Bacik 1-34/+45
2017-10-30btrfs: move extent_op cleanup to a helperGravatar Josef Bacik 1-37/+40
2017-10-30btrfs: add a helper to return a head refGravatar Josef Bacik 1-15/+14
2017-10-30Btrfs: add a extent ref verify toolGravatar Josef Bacik 1-0/+22
2017-10-30btrfs: pass root to various extent ref mod functionsGravatar Josef Bacik 1-11/+13
2017-10-30btrfs: Fix bool initialization/comparisonGravatar Thomas Meyer 1-2/+2
2017-10-30btrfs: change how we decide to commit transactions during flushingGravatar Josef Bacik 1-14/+28
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optGravatar Satoru Takeuchi 1-1/+1
2017-10-30btrfs: Remove redundant argument of __link_block_groupGravatar Nikolay Borisov 1-4/+4
2017-10-30btrfs: Remove redundant forward declarationsGravatar Nikolay Borisov 1-12/+0
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootGravatar Jeff Mahoney 1-1/+1
2017-08-21Btrfs: add one more sanity check for shared ref typeGravatar Liu Bo 1-4/+25
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeGravatar Liu Bo 1-6/+30
2017-08-21Btrfs: add a helper to retrive extent inline ref typeGravatar Liu Bo 1-0/+37
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupGravatar Nikolay Borisov 1-3/+3
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeGravatar Hans van Kranenburg 1-5/+6
2017-08-18btrfs: Remove never-reached WARN_ONGravatar Nikolay Borisov 1-1/+1
2017-08-16btrfs: Simplify math in should_alloc chunkGravatar Nikolay Borisov 1-5/+4
2017-08-16btrfs: account for pinned bytes in should_alloc_chunkGravatar Jeff Mahoney 1-1/+1
2017-08-16btrfs: fix spelling of snapshottingGravatar David Sterba 1-11/+11
2017-08-16btrfs: Make flush_space return voidGravatar Nikolay Borisov 1-8/+8
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentGravatar David Sterba 1-3/+3
2017-08-16btrfs: Remove unused parameters from volume.c functionsGravatar Nikolay Borisov 1-3/+1
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersGravatar David Sterba 1-1/+1
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandGravatar Nikolay Borisov 1-9/+2
2017-08-16btrfs: Remove redundant argument of flush_spaceGravatar Nikolay Borisov 1-9/+7
2017-08-16btrfs: remove unused sectorsize memberGravatar Nikolay Borisov 1-1/+0
2017-07-24Btrfs: fix early ENOSPC due to delallocGravatar Omar Sandoval 1-4/+0
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsGravatar Jeff Mahoney 1-2/+5
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrGravatar Chris Mason 1-6/+6
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Gravatar Qu Wenruo 1-5/+7
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsGravatar Qu Wenruo 1-10/+13
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataGravatar Qu Wenruo 1-1/+1
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingGravatar Omar Sandoval 1-9/+32
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsGravatar Omar Sandoval 1-24/+27
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refGravatar Omar Sandoval 1-9/+8
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsGravatar Omar Sandoval 1-1/+2
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Gravatar Omar Sandoval 1-1/+1
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Gravatar Omar Sandoval 1-21/+20
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itGravatar Nikolay Borisov 1-6/+3
2017-06-19btrfs: Refactor update_space_infoGravatar Nikolay Borisov 1-40/+18
2017-06-19btrfs: Separate space_info create/updateGravatar Nikolay Borisov 1-66/+66
2017-06-19Btrfs: skip commit transaction if we don't have enough pinned bytesGravatar Liu Bo 1-1/+1