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