summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2020-05-10Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-06-11btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov
2019-01-16btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2019-01-16btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2019-01-16Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo
2019-01-16Btrfs: fix em leak in find_first_block_groupJosef Bacik
2019-01-16Btrfs: check inconsistence between chunk and block groupLiu Bo
2019-01-16btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2018-12-01btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-11-21btrfs: make sure we create all new block groupsJosef Bacik
2018-11-21btrfs: wait on caching when putting the bg cacheJosef Bacik
2018-11-21btrfs: don't attempt to trim devices that don't support itJeff Mahoney
2018-11-21btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney
2018-11-21btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo
2018-11-21btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney
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