aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-15btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-10-15btrfs: keep trim from interfering with transaction commitsJeff Mahoney1-8/+17
2018-10-15btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-10-15btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-10-15btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo1-9/+1
2018-10-15btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo1-11/+38
2018-10-15btrfs: remove redundant variable from btrfs_cross_ref_existMisono Tomohiro1-11/+2
2018-10-15Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytesLiu Bo1-4/+0
2018-10-15btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+13
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo1-6/+12
2018-10-15btrfs: change btrfs_free_reserved_bytes to return voidzhong jiang1-4/+2
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-1/+1
2018-10-15btrfs: remove a useless return statement in btrfs_block_rsv_addLu Fengqi1-3/+1