summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-01btrfs: track refs in a rb_tree instead of a listJosef Bacik
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-10-30btrfs: add assertions for releasing trans handle reservationsJosef Bacik
2017-10-30btrfs: remove delayed_ref_node from ref_headJosef Bacik
2017-10-30btrfs: move all ref head cleanup to the helper functionJosef Bacik
2017-10-30btrfs: move ref_mod modification into the if (ref) logicJosef Bacik
2017-10-30btrfs: breakout empty head cleanup to a helperJosef Bacik
2017-10-30btrfs: move extent_op cleanup to a helperJosef Bacik
2017-10-30btrfs: add a helper to return a head refJosef Bacik
2017-10-30Btrfs: add a extent ref verify toolJosef Bacik
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik
2017-10-30btrfs: Fix bool initialization/comparisonThomas Meyer
2017-10-30btrfs: change how we decide to commit transactions during flushingJosef Bacik
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi
2017-10-30btrfs: Remove redundant argument of __link_block_groupNikolay Borisov
2017-10-30btrfs: Remove redundant forward declarationsNikolay Borisov
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney
2017-08-21Btrfs: add one more sanity check for shared ref typeLiu Bo
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo
2017-08-21Btrfs: add a helper to retrive extent inline ref typeLiu Bo
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg
2017-08-18btrfs: Remove never-reached WARN_ONNikolay Borisov
2017-08-16btrfs: Simplify math in should_alloc chunkNikolay Borisov
2017-08-16btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba
2017-08-16btrfs: Make flush_space return voidNikolay Borisov
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2017-07-24Btrfs: fix early ENOSPC due to delallocOmar Sandoval
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov
2017-06-19btrfs: Refactor update_space_infoNikolay Borisov