aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mason/linux-btrfsLinus Torvalds1-6/+3
2016-09-21Btrfs: 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/mason/linux-btrfsLinus Torvalds1-8/+15
2016-09-06btrfs: introduce tickets_id to determine whether asynchronous metadata reclaim work makes progressWang 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/mason/linux-btrfsLinus Torvalds1-5/+5
2016-09-01btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve_ticket()Wang Xiaoguang1-5/+5
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-53/+71
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-262/+469
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-24/+23
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney1-3/+3
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney1-1/+1
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-4/+4
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-15/+15
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney1-4/+6
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba1-0/+2
2016-07-26btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang1-2/+2
2016-07-26Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2016-07-20Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik1-0/+5
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik1-0/+2
2016-07-07Btrfs: always use trans->block_rsv for orphansJosef Bacik1-1/+7
2016-07-07Btrfs: change how we calculate the global block rsvJosef Bacik1-36/+9
2016-07-07Btrfs: use root when checking need_async_flushJosef Bacik1-5/+6
2016-07-07Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik1-0/+3
2016-07-07Btrfs: fix release reserved extents trace pointsJosef Bacik1-5/+1
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik1-10/+12