summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2017-02-21btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney
2017-02-21btrfs: 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-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
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba
2016-07-26btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang
2016-07-26Btrfs: check inconsistence between chunk and block groupLiu Bo
2016-07-20Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik
2016-07-07Btrfs: always use trans->block_rsv for orphansJosef Bacik
2016-07-07Btrfs: change how we calculate the global block rsvJosef Bacik
2016-07-07Btrfs: use root when checking need_async_flushJosef Bacik
2016-07-07Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik
2016-07-07Btrfs: fix release reserved extents trace pointsJosef Bacik
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik
2016-07-07Btrfs: fix delalloc reservation amount tracepointJosef Bacik
2016-07-07Btrfs: trace pinned extentsJosef Bacik
2016-07-07Btrfs: introduce ticketed enospc infrastructureJosef Bacik
2016-07-07Btrfs: add tracepoint for adding block groupsJosef Bacik
2016-07-07Btrfs: warn_on for unaccounted spacesJosef Bacik
2016-07-07Btrfs: always reserve metadata for delalloc extentsJosef Bacik
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik
2016-07-07Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik
2016-06-22btrfs: fix deadlock in delayed_ref_async_startChris Mason
2016-06-22Btrfs: track transid for delayed ref flushingJosef Bacik