aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_add_bytesLu Fengqi1-8/+8
2018-08-23btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataLu Fengqi1-9/+8
2018-08-06btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-08-06btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-08-06btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro1-5/+0
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi1-1/+1
2018-08-06btrfs: extent-tree: remove unused member walk_control::for_relocDavid Sterba1-3/+0
2018-08-06btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-08-06btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov1-4/+2
2018-08-06btrfs: extent-tree: Remove dead alignment checkQu Wenruo1-2/+1
2018-08-06btrfs: refactor block group replication factor calculation to a helperDavid Sterba1-28/+8
2018-08-06btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi1-1/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_itemsLu Fengqi1-1/+1
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo1-19/+17
2018-08-06btrfs: Rewrite retry logic in do_chunk_allocNikolay Borisov1-37/+37
2018-08-06btrfs: use customized batch size for total_bytes_pinnedEthan Lien1-15/+24
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-3/+3
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba1-4/+4
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov1-4/+35
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov1-208/+1
2018-08-06btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue1-1/+1
2018-08-06btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov1-4/+12
2018-08-06btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov1-3/+2
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov1-1/+1
2018-08-06btrfs: Remove fs_info from remove_extent_backrefNikolay Borisov1-6/+5
2018-08-06btrfs: Remove fs_info from run_one_delayed_refNikolay Borisov1-3/+2
2018-08-06btrfs: Remove fs_info from insert_inline_extent_backrefNikolay Borisov1-7/+4
2018-08-06btrfs: Remove fs_info from exclude_super_stripesNikolay Borisov1-4/+4
2018-08-06btrfs: Remove fs_info from free_excluded_extentsNikolay Borisov1-11/+11
2018-08-06btrfs: Remove fs_info from check_system_chunkNikolay Borisov1-4/+4
2018-08-06btrfs: Remove fs_info from btrfs_alloc_chunkNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from do_chunk_allocNikolay Borisov1-12/+10
2018-08-06btrfs: Remove fs_info from run_delayed_tree_refNikolay Borisov1-4/+3
2018-08-06btrfs: Remove fs_info from cleanup_ref_headNikolay Borisov1-2/+3
2018-08-06btrfs: Remove unused fs_info from cleanup_extent_opNikolay Borisov1-2/+1