summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-08btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-12-08btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-11-27btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo1-9/+1
2018-11-27btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo1-13/+40
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+13
2018-11-13btrfs: 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-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2017-12-14btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney1-0/+1
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-08-11Btrfs: fix early ENOSPC due to delallocOmar Sandoval1-4/+0
2017-08-07Btrfs: use down_read_nested to make lockdep silentLiu Bo1-1/+2
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
2016-10-24btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang1-0/+3
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason1-1/+1
2016-09-26Btrfs: don't BUG() during drop snapshotJosef Bacik1-11/+27
2016-09-26btrfs: Remove already completed TODO commentGoldwyn Rodrigues1-2/+0
2016-09-26btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues1-1/+0
2016-09-26Btrfs: fix memory leak in do_walk_downLiu Bo1-0/+1
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-30/+36
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-3/+3
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-22/+22
2016-09-26Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada1-10/+2
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-7/+7
2016-09-26btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques1-2/+0
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota1-1/+1
2016-09-26Btrfs: bail out if block group has different mixed flagLiu Bo1-0/+14
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo1-0/+2
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+3
2016-09-22Btrfs: handle quota reserve failure properlyJosef Bacik1-6/+3
2016-09-09Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+15
2016-09-06btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...Wang Xiaoguang1-5/+6
2016-09-05btrfs: do not decrease bytes_may_use when replaying extentsWang Xiaoguang1-3/+9
2016-09-03Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2016-09-01btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang1-5/+5
2016-08-27Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-99/+86
2016-08-25Btrfs: fix em leak in find_first_block_groupJosef Bacik1-0/+1
2016-08-25Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo1-0/+9
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-37/+19
2016-08-25btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang1-40/+57
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo1-32/+5
2016-08-25btrfs: flush_space: treat return value of do_chunk_alloc properlyAlex Lyakas1-1/+1
2016-08-25Btrfs: add ASSERT for block group's memory leakLiu Bo1-0/+5