aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-17btrfs: Refactor clustered extent allocation into find_free_extent_clusteredQu Wenruo1-123/+122
2018-12-17btrfs: Introduce find_free_extent_ctl structure for later reworkQu Wenruo1-95/+170
2018-12-17btrfs: extent-tree: Detect bytes_pinned underflow earlierLu Fengqi1-4/+5
2018-12-17btrfs: extent-tree: Detect bytes_may_use underflow earlierQu Wenruo1-16/+30
2018-10-19btrfs: fix insert_reserved error handlingJosef Bacik1-8/+4
2018-10-19btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik1-2/+5
2018-10-19btrfs: reset max_extent_size properlyJosef Bacik1-0/+2
2018-10-17Btrfs: fix deadlock when writing out free space cachesFilipe Manana1-10/+6
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi1-3/+2
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi1-3/+3
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi1-1/+1
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi1-1/+1
2018-10-15btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-10-15btrfs: qgroup: Don't trace subtree if we're dropping reloc treeQu Wenruo1-1/+7
2018-10-15btrfs: refactor __btrfs_run_delayed_refs loopNikolay Borisov1-80/+28
2018-10-15btrfs: Factor out loop processing all refs of a headNikolay Borisov1-0/+77
2018-10-15btrfs: Factor out ref head locking code in __btrfs_run_delayed_refsNikolay Borisov1-17/+36
2018-10-15Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo1-6/+7
2018-10-15Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo1-3/+3