aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29btrfs: get fs_info from trans in btrfs_write_out_cacheDavid Sterba1-4/+2
2019-04-29btrfs: get fs_info from trans in create_free_space_inodeDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from trans in update_block_groupDavid Sterba1-5/+5
2019-04-29btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from trans in btrfs_setup_space_cacheDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from trans in write_one_cache_groupDavid Sterba1-7/+4
2019-04-29btrfs: Switch btrfs_trim_free_extents to find_first_clear_extent_bitNikolay Borisov1-63/+28
2019-04-29btrfs: Optimize unallocated chunks discardNikolay Borisov1-1/+56
2019-04-29btrfs: Factor out in_range macroNikolay Borisov1-1/+0
2019-04-29btrfs: Remove 'trans' argument from find_free_dev_extent(_start)Nikolay Borisov1-33/+3
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-28/+0
2019-04-29btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov1-6/+19
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-3/+3
2019-04-29btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba1-2/+2
2019-04-29Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana1-6/+0
2019-03-19btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_sizeNikolay Borisov1-1/+1
2019-02-27btrfs: save drop_progress if we drop refs at allJosef Bacik1-6/+20
2019-02-27btrfs: check for refs on snapshot delete resumeJosef Bacik1-1/+47
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to btrfs_qgroup_extent_recordQu Wenruo1-3/+0
2019-02-25btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupNikolay Borisov1-6/+3
2019-02-25btrfs: be more explicit about allowed flush statesJosef Bacik1-11/+11
2019-02-25btrfs: loop in inode_rsv_refillJosef Bacik1-16/+47
2019-02-25btrfs: don't enospc all tickets on flush failureJosef Bacik1-20/+25
2019-02-25btrfs: don't use global reserve for chunk allocationJosef Bacik1-10/+16
2019-02-25btrfs: dump block_rsv details when dumping space infoJosef Bacik1-0/+15
2019-02-25btrfs: check if there are free block groups for commitJosef Bacik1-12/+19
2019-02-25btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik1-5/+8
2019-02-25btrfs: Output ENOSPC debug info in inc_block_group_roQu Wenruo1-2/+13
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-7/+7
2019-02-25btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik1-2/+1
2019-02-25btrfs: Refactor shrink_delallocNikolay Borisov1-11/+22
2019-01-18btrfs: run delayed iputs before committingJosef Bacik1-0/+9
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik1-7/+5
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-11/+11
2018-12-17btrfs: run delayed items before dropping the snapshotJosef Bacik1-0/+4
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik1-0/+9
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo1-3/+1
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik1-30/+18
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik1-0/+14
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik1-9/+15
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik1-16/+195
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik1-13/+22
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik1-28/+39
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik1-19/+3
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana1-2/+5
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov1-1/+1
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov1-1/+1
2018-12-17btrfs: Refactor find_free_extent loops update into find_free_extent_update_loopQu Wenruo1-100/+131
2018-12-17btrfs: Refactor unclustered extent allocation into find_free_extent_unclustered()Qu Wenruo1-46/+69