summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo1-0/+8
2019-06-11btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov1-6/+19
2019-01-17btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2019-01-17btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2019-01-17Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2019-01-17Btrfs: fix em leak in find_first_block_groupJosef Bacik1-0/+1
2019-01-17Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2019-01-17btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-1/+1
2018-12-01btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo1-9/+1
2018-11-21btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-21btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-21btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-21btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-21btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+14
2018-11-21btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo1-6/+12
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-01-06Btrfs: don't BUG() during drop snapshotJosef Bacik1-11/+27
2017-01-06Btrfs: fix memory leak in do_walk_downLiu Bo1-0/+1
2017-01-06Btrfs: bail out if block group has different mixed flagLiu Bo1-0/+14
2016-07-27btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney1-1/+1
2016-03-10btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-03-10Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-4/+5
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana1-3/+7
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-11btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei1-2/+2
2015-11-11btrfs: 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-27btrfs: 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-22Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-32/+240
2015-10-22Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik1-24/+78
2015-10-22Btrfs: cut down on loops through the allocatorJosef Bacik1-3/+36
2015-10-22Btrfs: don't continue setting up space cache when enospcJosef Bacik1-0/+19
2015-10-22Btrfs: keep track of max_extent_size per space_infoJosef Bacik1-1/+30
2015-10-22Btrfs: don't loop in allocator for space cacheJosef Bacik1-1/+1
2015-10-22Btrfs: add a flags field to btrfs_transactionJosef Bacik1-2/+3
2015-10-22Btrfs: add fragment=* debug mount optionJosef Bacik1-5/+77
2015-10-22btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo1-10/+18
2015-10-22btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo1-1/+6