summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-231-6/+3
|\
| * Btrfs: handle quota reserve failure properlyJosef Bacik2016-09-211-6/+3
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-091-8/+15
|\|
| * btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...Wang Xiaoguang2016-09-061-5/+6
| * btrfs: do not decrease bytes_may_use when replaying extentsWang Xiaoguang2016-09-051-3/+9
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-031-5/+5
|\|
| * btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang2016-09-011-5/+5
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-261-99/+86
|\|
| * Btrfs: fix em leak in find_first_block_groupJosef Bacik2016-08-251-0/+1
| * Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo2016-08-251-0/+9
| * btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang2016-08-251-37/+19
| * btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang2016-08-251-40/+57
| * btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo2016-08-251-32/+5
| * btrfs: flush_space: treat return value of do_chunk_alloc properlyAlex Lyakas2016-08-251-1/+1
| * Btrfs: add ASSERT for block group's memory leakLiu Bo2016-08-251-0/+5
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-041-53/+71
|\|
| * btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-24/+23
| * btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-261-3/+3
| * btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney2016-07-261-1/+1
| * btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney2016-07-261-4/+4
| * btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-15/+15
| * btrfs: prefix fsid to all trace eventsJeff Mahoney2016-07-261-4/+6
| * btrfs: hide test-only member under ifdefDavid Sterba2016-07-261-0/+2
| * btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang2016-07-261-2/+2
| * Btrfs: check inconsistence between chunk and block groupLiu Bo2016-07-261-1/+16
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-311-262/+469
|\|
| * Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik2016-07-201-0/+5
| * Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2016-07-071-0/+2
| * Btrfs: always use trans->block_rsv for orphansJosef Bacik2016-07-071-1/+7
| * Btrfs: change how we calculate the global block rsvJosef Bacik2016-07-071-36/+9
| * Btrfs: use root when checking need_async_flushJosef Bacik2016-07-071-5/+6
| * Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik2016-07-071-0/+3
| * Btrfs: fix release reserved extents trace pointsJosef Bacik2016-07-071-5/+1
| * Btrfs: add tracepoints for flush eventsJosef Bacik2016-07-071-10/+12
| * Btrfs: fix delalloc reservation amount tracepointJosef Bacik2016-07-071-1/+3
| * Btrfs: trace pinned extentsJosef Bacik2016-07-071-0/+8
| * Btrfs: introduce ticketed enospc infrastructureJosef Bacik2016-07-071-151/+378
| * Btrfs: add tracepoint for adding block groupsJosef Bacik2016-07-071-0/+2
| * Btrfs: warn_on for unaccounted spacesJosef Bacik2016-07-071-6/+8
| * Btrfs: always reserve metadata for delalloc extentsJosef Bacik2016-07-071-22/+13
| * Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-071-12/+6
| * Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik2016-07-071-18/+11
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+1
|\ \ | |/ |/|
| * btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie2016-06-071-1/+1
* | btrfs: fix deadlock in delayed_ref_async_startChris Mason2016-06-221-9/+11
* | Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-221-3/+12
* | btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-171-1/+1
* | Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-4/+6
|/
* Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-24/+24
|\