aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2019-03-19btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov
2019-02-27btrfs: save drop_progress if we drop refs at allJosef Bacik
2019-02-27btrfs: check for refs on snapshot delete resumeJosef Bacik
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo
2019-02-25btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupNikolay Borisov
2019-02-25btrfs: be more explicit about allowed flush statesJosef Bacik
2019-02-25btrfs: loop in inode_rsv_refillJosef Bacik
2019-02-25btrfs: don't enospc all tickets on flush failureJosef Bacik
2019-02-25btrfs: don't use global reserve for chunk allocationJosef Bacik
2019-02-25btrfs: dump block_rsv details when dumping space infoJosef Bacik
2019-02-25btrfs: check if there are free block groups for commitJosef Bacik
2019-02-25btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik
2019-02-25btrfs: Output ENOSPC debug info in inc_block_group_roQu Wenruo
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba
2019-02-25btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik
2019-02-25btrfs: Refactor shrink_delallocNikolay Borisov
2019-01-18btrfs: run delayed iputs before committingJosef Bacik
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: run delayed items before dropping the snapshotJosef Bacik
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov
2018-12-17btrfs: Refactor find_free_extent loops update into find_free_extent_update_loopQu Wenruo
2018-12-17btrfs: Refactor unclustered extent allocation into find_free_extent_uncluster...Qu Wenruo
2018-12-17btrfs: Refactor clustered extent allocation into find_free_extent_clusteredQu Wenruo
2018-12-17btrfs: Introduce find_free_extent_ctl structure for later reworkQu Wenruo
2018-12-17btrfs: extent-tree: Detect bytes_pinned underflow earlierLu Fengqi
2018-12-17btrfs: extent-tree: Detect bytes_may_use underflow earlierQu Wenruo
2018-10-19btrfs: fix insert_reserved error handlingJosef Bacik
2018-10-19btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik
2018-10-19btrfs: reset max_extent_size properlyJosef Bacik
2018-10-17Btrfs: fix deadlock when writing out free space cachesFilipe Manana
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi
2018-10-15btrfs: make sure we create all new block groupsJosef Bacik
2018-10-15btrfs: qgroup: Don't trace subtree if we're dropping reloc treeQu Wenruo
2018-10-15btrfs: refactor __btrfs_run_delayed_refs loopNikolay Borisov
2018-10-15btrfs: Factor out loop processing all refs of a headNikolay Borisov