summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()Qu Wenruo2019-04-291-13/+10Star
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()Qu Wenruo2019-04-291-18/+26
* btrfs: extent-tree: Open-code process_func in __btrfs_mod_refQu Wenruo2019-04-291-14/+16
* btrfs: get fs_info from block group in btrfs_find_space_clusterDavid Sterba2019-04-291-4/+2Star
* btrfs: get fs_info from block group in load_free_space_cacheDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from block group in pin_down_extentDavid Sterba2019-04-291-7/+7
* btrfs: get fs_info from block group in next_block_groupDavid Sterba2019-04-291-5/+5
* Btrfs: remove no longer used function to run delayed refs asynchronouslyFilipe Manana2019-04-291-85/+0Star
* Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana2019-04-291-1/+0Star
* btrfs: get fs_info from trans in btrfs_write_out_cacheDavid Sterba2019-04-291-4/+2Star
* btrfs: get fs_info from trans in create_free_space_inodeDavid Sterba2019-04-291-2/+1Star
* btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from trans in update_block_groupDavid Sterba2019-04-291-5/+5
* btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from trans in btrfs_setup_space_cacheDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from trans in write_one_cache_groupDavid Sterba2019-04-291-7/+4Star
* btrfs: Switch btrfs_trim_free_extents to find_first_clear_extent_bitNikolay Borisov2019-04-291-63/+28Star
* btrfs: Optimize unallocated chunks discardNikolay Borisov2019-04-291-1/+56
* btrfs: Factor out in_range macroNikolay Borisov2019-04-291-1/+0Star
* btrfs: Remove 'trans' argument from find_free_dev_extent(_start)Nikolay Borisov2019-04-291-33/+3Star
* btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-28/+0Star
* btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov2019-04-291-6/+19
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-291-3/+3
* btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba2019-04-291-2/+2
* Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana2019-04-291-6/+0Star
* btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-03-191-1/+1
* btrfs: save drop_progress if we drop refs at allJosef Bacik2019-02-271-6/+20
* btrfs: check for refs on snapshot delete resumeJosef Bacik2019-02-271-1/+47
* btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo2019-02-251-3/+0Star
* btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupNikolay Borisov2019-02-251-6/+3Star
* btrfs: be more explicit about allowed flush statesJosef Bacik2019-02-251-11/+11
* btrfs: loop in inode_rsv_refillJosef Bacik2019-02-251-16/+47
* btrfs: don't enospc all tickets on flush failureJosef Bacik2019-02-251-20/+25
* btrfs: don't use global reserve for chunk allocationJosef Bacik2019-02-251-10/+16
* btrfs: dump block_rsv details when dumping space infoJosef Bacik2019-02-251-0/+15
* btrfs: check if there are free block groups for commitJosef Bacik2019-02-251-12/+19
* btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik2019-02-251-5/+8
* btrfs: Output ENOSPC debug info in inc_block_group_roQu Wenruo2019-02-251-2/+13
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-251-7/+7
* btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik2019-02-251-2/+1Star
* btrfs: Refactor shrink_delallocNikolay Borisov2019-02-251-11/+22
* btrfs: run delayed iputs before committingJosef Bacik2019-01-181-0/+9
* btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2019-01-181-7/+5Star
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-11/+11
* btrfs: run delayed items before dropping the snapshotJosef Bacik2018-12-171-0/+4
* btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-171-0/+9
* btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo2018-12-171-3/+1Star
* btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-171-30/+18Star
* btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-171-0/+14