aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2018-10-19btrfs: fix insert_reserved error handlingJosef Bacik
2018-10-19btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik
2018-10-19btrfs: reset max_extent_size properlyJosef Bacik
2018-10-17Btrfs: fix deadlock when writing out free space cachesFilipe Manana
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi
2018-10-15btrfs: make sure we create all new block groupsJosef Bacik
2018-10-15btrfs: qgroup: Don't trace subtree if we're dropping reloc treeQu Wenruo
2018-10-15btrfs: refactor __btrfs_run_delayed_refs loopNikolay Borisov
2018-10-15btrfs: Factor out loop processing all refs of a headNikolay Borisov
2018-10-15btrfs: Factor out ref head locking code in __btrfs_run_delayed_refsNikolay Borisov
2018-10-15Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo
2018-10-15Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo
2018-10-15btrfs: wait on caching when putting the bg cacheJosef Bacik
2018-10-15btrfs: keep trim from interfering with transaction commitsJeff Mahoney
2018-10-15btrfs: don't attempt to trim devices that don't support itJeff Mahoney
2018-10-15btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney
2018-10-15btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-10-15btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo
2018-10-15btrfs: remove redundant variable from btrfs_cross_ref_existMisono Tomohiro
2018-10-15Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytesLiu Bo
2018-10-15btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-10-15btrfs: change btrfs_free_reserved_bytes to return voidzhong jiang
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-10-15btrfs: remove a useless return statement in btrfs_block_rsv_addLu Fengqi
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi
2018-08-23btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataLu Fengqi
2018-08-06btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2018-08-06btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2018-08-06btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi
2018-08-06btrfs: extent-tree: remove unused member walk_control::for_relocDavid Sterba
2018-08-06btrfs: don't leak ret from do_chunk_allocJosef Bacik
2018-08-06btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov
2018-08-06btrfs: extent-tree: Remove dead alignment checkQu Wenruo
2018-08-06btrfs: refactor block group replication factor calculation to a helperDavid Sterba
2018-08-06btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_itemsLu Fengqi
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo
2018-08-06btrfs: Rewrite retry logic in do_chunk_allocNikolay Borisov
2018-08-06btrfs: use customized batch size for total_bytes_pinnedEthan Lien
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov
2018-08-06btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue
2018-08-06btrfs: Don't remove block group that still has pinned down bytesQu Wenruo