aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei1-0/+20
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-4/+5
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+2
2016-01-15Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter1-1/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-1/+1
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5Chris Mason1-0/+19
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-15/+12
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-15/+12
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-6/+6
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-16/+13
2016-01-07btrfs: better packing of btrfs_delayed_extent_opDavid Sterba1-9/+6
2015-12-30Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana1-0/+19
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason1-0/+3
2015-12-30btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason1-0/+2
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-30/+71
2015-12-23Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5Chris Mason1-2/+17
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2015-12-21Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana1-2/+17
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-30/+71
2015-12-17Btrfs: wire up the free space tree to the extent treeOmar Sandoval1-3/+33
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval1-2/+3
2015-12-17Btrfs: refactor caching_thread()Omar Sandoval1-26/+33
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana1-3/+7
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba1-1/+1
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh1-7/+40
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana1-13/+16
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana1-1/+1
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana1-3/+34
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana1-2/+12
2015-11-10btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei1-2/+2
2015-11-10btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei1-2/+5
2015-11-03Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan1-1/+6
2015-10-26btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo1-6/+8
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-29/+16
2015-10-25Btrfs: fix regression when running delayed referencesFilipe Manana1-0/+14
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-32/+240
2015-10-21Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik1-24/+78
2015-10-21Btrfs: cut down on loops through the allocatorJosef Bacik1-3/+36
2015-10-21Btrfs: don't continue setting up space cache when enospcJosef Bacik1-0/+19
2015-10-21Btrfs: keep track of max_extent_size per space_infoJosef Bacik1-1/+30
2015-10-21Btrfs: don't loop in allocator for space cacheJosef Bacik1-1/+1
2015-10-21Btrfs: add a flags field to btrfs_transactionJosef Bacik1-2/+3
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik1-5/+77
2015-10-21btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo1-10/+18
2015-10-21btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo1-1/+6
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-98/+11
2015-10-21btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo1-0/+59
2015-10-21btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_spaceQu Wenruo1-2/+2
2015-10-21btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space.Qu Wenruo1-9/+76