aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney
2017-01-06Btrfs: don't BUG() during drop snapshotJosef Bacik
2017-01-06Btrfs: fix memory leak in do_walk_downLiu Bo
2017-01-06Btrfs: bail out if block group has different mixed flagLiu Bo
2016-07-27btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney
2016-03-09btrfs: Fix no_space in write and rm loopZhao Lei
2016-03-09Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-11-10btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei
2015-11-10btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei
2015-11-03Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan
2015-10-26btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-25Btrfs: fix regression when running delayed referencesFilipe Manana
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason
2015-10-21Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik
2015-10-21Btrfs: cut down on loops through the allocatorJosef Bacik
2015-10-21Btrfs: don't continue setting up space cache when enospcJosef Bacik
2015-10-21Btrfs: keep track of max_extent_size per space_infoJosef Bacik
2015-10-21Btrfs: don't loop in allocator for space cacheJosef Bacik
2015-10-21Btrfs: add a flags field to btrfs_transactionJosef Bacik
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik
2015-10-21btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo
2015-10-21btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-21btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo
2015-10-21btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo
2015-10-21btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_...Qu Wenruo
2015-10-21btrfs: qgroup: Use new metadata reservation.Qu Wenruo
2015-10-21btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profileZhao Lei
2015-10-21btrfs: use a single if() statement for one outcome in get_block_rsv()Alexandru Moise
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-10-05Btrfs: fix deadlock when finalizing block group creationFilipe Manana
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-09-22Btrfs: keep dropped roots in cache until transaction commitJosef Bacik
2015-09-08Btrfs: don't initialize a space info as full to prevent ENOSPCFilipe Manana
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason
2015-08-09btrfs: Remove root argument in extent_data_ref_count()Zhaolei