summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1Star
* 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/+2Star
* Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytesLiu Bo2018-10-151-4/+0Star
* 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/+2Star
* 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/+1Star
* 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/+8Star
* btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo2018-08-061-1/+57
* btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo2018-08-061-1/+27
* btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro2018-08-061-5/+0Star
* btrfs: Remove fs_info from btrfs_del_rootLu Fengqi2018-08-061-1/+1
* btrfs: extent-tree: remove unused member walk_control::for_relocDavid Sterba2018-08-061-3/+0Star
* btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-08-061-1/+1
* btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov2018-08-061-4/+2Star
* btrfs: extent-tree: Remove dead alignment checkQu Wenruo2018-08-061-2/+1Star
* btrfs: refactor block group replication factor calculation to a helperDavid Sterba2018-08-061-28/+8Star
* btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi2018-08-061-1/+1
* btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_itemsLu Fengqi2018-08-061-1/+1
* btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo2018-08-061-19/+17Star
* btrfs: Rewrite retry logic in do_chunk_allocNikolay Borisov2018-08-061-37/+37
* btrfs: use customized batch size for total_bytes_pinnedEthan Lien2018-08-061-15/+24
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-061-3/+3
* btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba2018-08-061-4/+4
* btrfs: Add graceful handling of V0 extentsNikolay Borisov2018-08-061-4/+35
* btrfs: Remove V0 extent supportNikolay Borisov2018-08-061-208/+1Star
* btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue2018-08-061-1/+1
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-08-061-1/+1
* btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-061-4/+12
* btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov2018-08-061-3/+2Star
* btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov2018-08-061-2/+2
* btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov2018-08-061-1/+1