summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2019-05-22btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov
2019-04-05btrfs: don't enospc all tickets on flush failureJosef Bacik
2019-04-05btrfs: save drop_progress if we drop refs at allJosef Bacik
2019-04-03btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov
2019-01-18btrfs: run delayed iputs before committingJosef Bacik
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: run delayed items before dropping the snapshotJosef Bacik
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov
2018-12-17btrfs: Refactor find_free_extent loops update into find_free_extent_update_loopQu Wenruo
2018-12-17btrfs: Refactor unclustered extent allocation into find_free_extent_uncluster...Qu Wenruo
2018-12-17btrfs: Refactor clustered extent allocation into find_free_extent_clusteredQu Wenruo
2018-12-17btrfs: Introduce find_free_extent_ctl structure for later reworkQu Wenruo
2018-12-17btrfs: extent-tree: Detect bytes_pinned underflow earlierLu Fengqi
2018-12-17btrfs: extent-tree: Detect bytes_may_use underflow earlierQu Wenruo
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