summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2017-01-03Btrfs: use down_read_nested to make lockdep silentLiu Bo
2017-01-03btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney
2017-01-03btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney
2016-12-06btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney
2016-12-06btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-11-30btrfs: improve delayed refs iterationsWang Xiaoguang
2016-11-30btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo
2016-11-30btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba
2016-11-30btrfs: remove useless commentsXiaoguang Wang
2016-11-29btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...Wang Xiaoguang
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-10-24btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason
2016-09-26Btrfs: don't BUG() during drop snapshotJosef Bacik
2016-09-26btrfs: Remove already completed TODO commentGoldwyn Rodrigues
2016-09-26btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues
2016-09-26Btrfs: fix memory leak in do_walk_downLiu Bo
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota
2016-09-26Btrfs: bail out if block group has different mixed flagLiu Bo
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-21Btrfs: handle quota reserve failure properlyJosef Bacik
2016-09-09Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-06btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...Wang Xiaoguang
2016-09-05btrfs: do not decrease bytes_may_use when replaying extentsWang Xiaoguang
2016-09-03Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-01btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds