summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: remove root usage from can_overcommitJeff Mahoney2017-06-191-36/+46
* btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney2017-06-191-7/+21
* btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov2017-06-191-3/+1Star
* btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney2017-06-011-3/+3
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-011-0/+1
* btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo2017-04-181-0/+11
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-1/+0Star
* Btrfs: update comments in cache_save_setupLiu Bo2017-04-181-1/+2
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-3/+3
* btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova2017-04-181-6/+6
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\