summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-171-30/+18
* 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/+3
* 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/+122
* 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/+4
* 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/+6
* btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-151-3/+2
* 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/+28
* btrfs: Factor out loop processing all refs of a headNikolay Borisov2018-10-151-0/+77
* btrfs: Factor out ref head locking code in __btrfs_run_delayed_refsNikolay Borisov2018-10-151-17/+36
* Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo2018-10-151-6/+7
* Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo2018-10-151-3/+3
* btrfs: wait on caching when putting the bg cacheJosef Bacik2018-10-151-0/+1
* btrfs: keep trim from interfering with transaction commitsJeff Mahoney2018-10-151-8/+17
* btrfs: don't attempt to trim devices that don't support itJeff Mahoney2018-10-151-0/+4
* btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney2018-10-151-2/+2
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-10-151-9/+1
* btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo2018-10-151-11/+38
* btrfs: remove redundant variable from btrfs_cross_ref_existMisono Tomohiro2018-10-151-11/+2
* Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytesLiu Bo2018-10-151-4/+0
* btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo2018-10-151-0/+13
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-10-151-6/+12
* btrfs: change btrfs_free_reserved_bytes to return voidzhong jiang2018-10-151-4/+2
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+1
* btrfs: remove a useless return statement in btrfs_block_rsv_addLu Fengqi2018-10-151-3/+1
* btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi2018-10-151-8/+8
* btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataLu Fengqi2018-08-231-9/+8