summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
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
2015-08-09btrfs: Fix wrong comment of btrfs_alloc_tree_block()Zhaolei
2015-08-09btrfs: Use ref_cnt for set_block_group_ro()Zhaolei
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney
2015-07-29btrfs: iterate over unused chunk space in FITRIMJeff Mahoney
2015-07-29btrfs: skip superblocks during discardJeff Mahoney
2015-07-29btrfs: btrfs_issue_discard ensure offset/length are aligned to sector boundariesJeff Mahoney
2015-07-29btrfs: make btrfs_issue_discard return bytes discardedJeff Mahoney
2015-07-22Btrfs: fix quick exhaustion of the system array in the superblockFilipe Manana
2015-07-11Btrfs: fix order by which delayed references are runFilipe Manana