summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik2018-12-171-9/+15
* btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-171-16/+195
* btrfs: cleanup extent_op handlingJosef Bacik2018-12-171-13/+22
* btrfs: add cleanup_ref_head_accounting helperJosef Bacik2018-12-171-28/+39
* btrfs: add btrfs_delete_ref_head helperJosef Bacik2018-12-171-19/+3Star
* Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2018-12-171-2/+5
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
* btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-171-1/+1
* btrfs: Refactor find_free_extent loops update into find_free_extent_update_loopQu Wenruo2018-12-171-100/+131
* btrfs: Refactor unclustered extent allocation into find_free_extent_uncluster...Qu Wenruo2018-12-171-46/+69
* btrfs: Refactor clustered extent allocation into find_free_extent_clusteredQu Wenruo2018-12-171-123/+122Star
* btrfs: Introduce find_free_extent_ctl structure for later reworkQu Wenruo2018-12-171-95/+170
* btrfs: extent-tree: Detect bytes_pinned underflow earlierLu Fengqi2018-12-171-4/+5
* btrfs: extent-tree: Detect bytes_may_use underflow earlierQu Wenruo2018-12-171-16/+30
* btrfs: fix insert_reserved error handlingJosef Bacik2018-10-191-8/+4Star
* btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-10-191-2/+5
* btrfs: reset max_extent_size properlyJosef Bacik2018-10-191-0/+2
* Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-171-10/+6Star
* btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-151-3/+2Star
* btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi2018-10-151-3/+3
* btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi2018-10-151-1/+1
* btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi2018-10-151-1/+1
* btrfs: make sure we create all new block groupsJosef Bacik2018-10-151-2/+5
* btrfs: qgroup: Don't trace subtree if we're dropping reloc treeQu Wenruo2018-10-151-1/+7
* btrfs: refactor __btrfs_run_delayed_refs loopNikolay Borisov2018-10-151-80/+28Star
* btrfs: Factor out loop processing all refs of a headNikolay Borisov2018-10-151-0/+77